test-fixing
Run tests and systematically fix all failing tests using smart error grouping. Use when user asks to fix failing tests, mentions test failures, runs test suite and failures occur, or requests to make tests pass.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install test-fixing --cli claudewrites the skill into.claude/skills/test-fixing/SKILL.mdListed as compatible
# fetches the source and writes it to:
.claude/skills/test-fixing/SKILL.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
Run tests and systematically fix all failing tests using smart error grouping. Use when user asks to fix failing tests, mentions test failures, runs test suite and failures occur, or requests to make tests pass.
When to use it
Run tests and systematically fix all failing tests using smart error grouping. Use when user asks to fix failing tests, mentions test failures, runs test suite and failures occur, or requests to make tests pass.
How to install / invoke
# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/development/test-fixing/SKILL.md -o .claude/skills/test-fixing/SKILL.md
Notes
Extracted from davila7/claude-code-templates, test-fixing category.