Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
$ git log --oneline --stat
stars:411
forks:48
updated:2026年3月14日 13:38
SKILL.md
Run pre-release validation and execute the release process
Add new assertion function with comprehensive tests following TDD
Analyze test coverage and identify untested code paths
Push branch and create a GitHub PR with concise, issue-linked description
Run comprehensive pre-release validation checklist
Run complete TDD red-green-refactor cycle for a test
| 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