Agent skill
test
Testing workflow - write and run tests. Use when: - User says "test", "write tests", "add tests", "run tests" - User mentions "coverage", "unit test", "integration test" - After implementing a feature (tests should follow) - Before shipping or merging code
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/test-darkroomengineering-cc-settings
SKILL.md
Testing Workflow
Delegates to the Tester agent for test coverage and verification.
Workflow
- Identify - Determine what needs testing (component, hook, utility, integration)
- Write - Create test files colocated with source (e.g.,
button.test.tsx) - Run - Execute tests and verify results
- Report - Summarize coverage and gaps
Testing Priorities
- Critical paths - Auth, payments, core features
- Edge cases - Error states, empty states, boundaries
- User interactions - Forms, buttons, navigation
- Integration points - API calls, external services
Output
Return a summary:
- Tests written: New test files/cases
- Tests passing: Status
- Coverage: Key areas covered
- Gaps: What still needs testing
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?