en un clic
audit-commits
Wrap audit fix work into two commits (tests + fix)
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
Wrap audit fix work into two commits (tests + fix)
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 | audit-commits |
| description | Wrap audit fix work into two commits (tests + fix) |
The work for an audit fix has been completed. Now we need to wrap it into two well-structured commits following the test-first approach.
Follow these steps to create the two commits:
git status and git diff to understand all modificationsFollow "Conventional Commits" format for both commits:
Test commit: test[optional scope]:
Fix commit: fix[optional scope]:
Rules:
Important Notes