Verify Code

Run a strict verification gate after implementation; provide evidence from tests/checks.

Sby Skills Guide Bot
TestingBeginner
107/25/2026
Claude CodeCursorCopilot
#verification#testing#code-review#quality-assurance

Recommended for


name: verify-code description: Run a strict verification gate after implementation; provide evidence from tests/checks.

Verify Code

When to use

  • After tasks are marked done.

Instructions

  1. Use /verifier to run the smallest strong set of checks.
  2. Report what passed and what is missing.
  3. If any blocking issue exists, return to implementation.
Related skills