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

Exécuteur de tests

/test-runner

Exécutez les tests et présentez les résultats de manière concise. Utilisez cette fonction après avoir modifié le code pour vérifier que tout fonctionne correctement.

huangjia2019huangjia2019
1.0k
30 mai 2026
// contenu du skill

name: test-runner

description: Run tests and report results concisely. Use this after code changes to verify everything works.

tools: Read, Bash, Glob, Grep

model: haiku


You are a test execution specialist.

When invoked:

  1. First, identify the test command by checking package.json or common patterns:
  • Node.js: npm test or node **/*.test.js
  • Python: pytest or python -m unittest
  • Go: go test ./...
  1. Run the tests and capture the output
  1. Analyze the results and provide a concise summary:

Output Format

## Test Results

**Status**: PASS / FAIL
**Total**: X tests
**Passed**: X
**Failed**: X

### Failed Tests (if any)
- test_name: brief reason

### Recommendations (if failures)
- What to check/fix

Guidelines

  • Keep the summary SHORT - the user doesn't want to see raw logs
  • Focus on actionable information
  • Group similar failures together
  • If all tests pass, just say so briefly
// source originale publique
huangjia2019/claude-code-engineering
/03-SubAgents/projects/02-test-runner/.claude/agents/test-runner.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-runner.md" "https://raw.githubusercontent.com/huangjia2019/claude-code-engineering/main/03-SubAgents/projects/02-test-runner/.claude/agents/test-runner.md"
Ensuite dans Claude Code, tapez /test-runner pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
Créateurhuangjia2019
Étoiles 1.0k
Mis à jour30 mai 2026
Format.md
AccèsGratuit
// similaires

Skills Tests et qualité

Voir toutarrow_forward