Agent skill
test-skill
Test skills through RED/GREEN/REFACTOR TDD phases
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/commands-athola-claude-night-market-3
SKILL.md
Test Skill
Runs skill validation via superpowers:test-driven-development while keeping the familiar /test-skill interface.
When To Use
Use this command when you need to:
- Testing a skill through RED/GREEN/REFACTOR phases
- Validating skill behavior before deployment
- Running TDD checkpoints on skill development
When NOT To Use
Avoid this command if:
- Evaluating skill quality metrics - use /skills-eval instead
- Creating new skills - use /create-skill instead
- Hardening against rationalization - use /bulletproof-skill
How It Works
- Executes RED/GREEN/REFACTOR phases through
superpowers:test-driven-development. - Accepts the same arguments as the previous
/test-skillcommand. - Adds superpowers' reporting and enforcement of TDD checkpoints.
Notes
- Behavior is backward compatible with prior
/test-skillusage. - Use
--phaseto target a single stage or run the full cycle without flags.
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?