with one click
fix-test
Debug and fix failing tests systematically
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Debug and fix failing tests systematically
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Push branch and create a GitHub PR with concise, issue-linked description
Run pre-release validation and execute the release process
Walk over all open GitHub issues that are unassigned or assigned to the current user, and process each one via the /gh-issue skill, sequentially.
Add new assertion function with comprehensive tests following TDD
Analyze test coverage and identify untested code paths
Run comprehensive pre-release validation checklist
| name | fix-test |
| description | Debug and fix failing tests systematically |
| allowed-tools | Read, Edit, Bash, Grep, Glob |
Systematically debug and fix failing test(s).
./bashunit tests/ 2>&1
Parse: which files, which functions, error messages.
src/, follow TDDset_up / fixtures$temp_dir for isolation, wait for async./bashunit path/to/fixed_test.sh # Specific test
./bashunit tests/ # Full suite
./bashunit --parallel tests/ # Isolation check
Document root cause. Consider adding edge case tests to prevent recurrence.
--filter "test_name" to run single testecho "DEBUG: $var" >&2 temporarilyls tests/fixtures/assert_have_been_called mock_name