Agent skill
specsafe-test
Generate tests from a SpecSafe specification (SPEC → TEST stage).
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/specsafe-test
SKILL.md
Generate tests from a SpecSafe specification.
When to use:
- Requirements are defined and ready for tests
- Moving from SPEC to TEST stage
Input: The spec ID (e.g., SPEC-20240204-001)
Steps:
-
Validate spec exists and is in SPEC stage Check that the spec file exists in
specs/active/with requirements. -
Generate tests
bashspecsafe test "<spec-id>" -
Show results
- Test files created
- Number of tests
- Location
- Next: Implement code, run
specsafe-code <id>
Guardrails:
- Spec must be in SPEC stage
- Requirements must be defined
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?