一键导入
fix-test
Debug and fix failing tests systematically
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Debug and fix failing tests systematically
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Review a GitHub pull request; defaults to the current branch's PR when no number is given
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
基于 SOC 职业分类
| 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