Agent skill
verify
Run the full verification pipeline — tests, types, and quality checks
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/verify-g-zenr-relay-api
SKILL.md
Run the complete verification pipeline.
Step 1: Tests
Run the test command (see project config).
- ALL tests must pass
- Report total count and any failures with full error output
Step 2: Type Checking
Run the type-check command (see project config).
- Must pass with zero errors
- Report any type violations with file:line references
Step 3: Quick Sanity Checks
Verify these project invariants:
from __future__ import annotationspresent in every.pyfile under the source root- No
print()statements in source root (uselogginginstead) - No
Anytype in the models/schemas file - Fail-safe operation called in both startup and shutdown paths in the app factory
Output
Tests: PASS (X passed) / FAIL (X passed, Y failed)
Types: PASS (X files) / FAIL (list errors)
Invariants: PASS / FAIL (list violations)
If everything passes: "Ready to commit." If anything fails: list each failure with file:line and suggested fix.
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?