verify

Alias for the verification-before-completion skill — comprehensive session verification: build, types, lint, tests, security, diff.

Verify Command

Runs full session verification: build, types, lint, tests, security/log checks, and diff review.

When to use

After implementing an entire feature, to confirm everything is green before committing.

Arguments

$ARGUMENTS

Delegation

Apply the dog:verification-before-completion skill.

  • Picks the verification depth appropriate to the requested mode.
  • Runs build, types, lint, tests, security/log checks, and diff review in the correct order for the current repo.
  • Reports only verdicts and blockers.