en un clic
tdd-cycle
Run complete TDD red-green-refactor cycle for a test
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Run complete TDD red-green-refactor cycle for a test
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
| 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.
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