Jeden Skill in Manus ausführen
mit einem Klick
mit einem Klick
Jeden Skill in Manus mit einem Klick ausführen
Loslegen$pwd:
$ git log --oneline --stat
stars:411
forks:48
updated:14. März 2026 um 13:38
SKILL.md
| name | tdd-cycle |
| description | Run complete TDD red-green-refactor cycle for a test |
| allowed-tools | Read, Edit, Write, Bash, Grep, Glob |
Execute a complete Red -> Green -> Refactor cycle.
Check for .tasks/YYYY-MM-DD-*.md. If missing, create one before proceeding.
assert_test.sh, doubles -> doubles_test.sh)./bashunit path/to/test.sh — must failsrc/ — only enough for THIS test./bashunit path/to/test.sh — must passmake sa && make lint && shfmt -w ../bashunit tests/Show updated test inventory. Ask if continuing or done.
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
Debug and fix failing tests systematically
Push branch and create a GitHub PR with concise, issue-linked description
Run comprehensive pre-release validation checklist