LLM Skills
~/catalogue/tests et qualité//test-and-fix
Tests et qualitésource GitHub

Tester et corriger

/test-and-fix

Soyez méthodique : corrigez un test à la fois et vérifiez-le avant de passer au suivant.

0xquinto0xquinto
356
3 février 2026
// contenu du skill

description: "Run tests and fix any failures"


  1. Run the test suite: npm test (or appropriate test command for the project)
  2. If all tests pass, report success
  3. 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.
// installer ce skill
Collez cette commande dans votre terminal à la racine de votre projet :
mkdir -p .claude/commands && curl -o ".claude/commands/test-and-fix.md" "https://raw.githubusercontent.com/0xquinto/bcherny-claude/main/.claude/commands/test-and-fix.md"
Ensuite dans Claude Code, tapez /test-and-fix pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
Créateur0xquinto
Étoiles 356
Mis à jour3 février 2026
Format.md
AccèsGratuit
// similaires

Skills Tests et qualité

Voir toutarrow_forward