Tests et qualitésource GitHub
Tester et corriger
/test-and-fixSoyez méthodique : corrigez un test à la fois et vérifiez-le avant de passer au suivant.
// contenu du skill
description: "Run tests and fix any failures"
- Run the test suite:
npm test(or appropriate test command for the project) - If all tests pass, report success
- If tests fail:
- Analyze each failure carefully
- Identify the root cause (is it the test or the implementation?)
- Fix the issue
- Re-run tests to verify the fix
- Repeat until all tests pass
Be methodical: fix one test at a time and verify before moving to the next.
// source originale publique
0xquinto/bcherny-claude/.claude/commands/test-and-fix.md
Licence : Licence non indiquée. Consultez le dépôt avant toute réutilisation.
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.
// similaires