Fix Tests banner
pcharbon70 pcharbon70

Fix Tests

Development community

Description

# /fix-tests Orchestrate test failure resolution by delegating specific fixing tasks to the test-fixer agent. ## Orchestration Process As the orchestrator, you will: 1. **Identify failing tests**: - Run test suite to find failures - Categorize failure types - Prioritize what to fix first 2. **Analyze failure patterns**: - Determine root causes - Identify fix approach - Assess dependencies between failures 3. **Delegate to test-fixer**: - Give specific test fixing ta

Installation

Installs to ~/.claude/commands/pcharbon70-term_ui-fix-tests.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/pcharbon70/term_ui/HEAD/.claude/commands/fix-tests.md -o ~/.claude/commands/pcharbon70-term_ui-fix-tests.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository