Agent skill
verify-code
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/verify-code-etroxtaran-conductor-2
SKILL.md
Verify Code
When to use
- After tasks are marked done
- Before marking implementation as complete
- As part of TDD workflow verification phase
Instructions
-
Use verification commands to run the smallest strong set of checks:
pytestfor Python projectsnpm testfor Node.js projectsnpm run typecheckfor TypeScript
-
Report what passed and what is missing:
- List all passing tests
- List any failing tests with error details
- Note any skipped or pending tests
-
If any blocking issue exists, return to implementation:
- Do NOT mark as complete if tests fail
- Document what changes are needed
- Return to implementation phase
Verification Checklist
- All unit tests pass
- All integration tests pass
- Type checking passes (if applicable)
- Linting passes with no errors
- No regressions in existing functionality
- Build completes successfully
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?