con un clic
fix-test
Debug and fix failing tests systematically
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Debug and fix failing tests systematically
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
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