LLM Skills
~/catalogue/synthèse et résumé//self-review

Agent d’auto-revue

/self-review

Utilisez cet agent juste après une phase d’implémentation pour valider la qualité production et capitaliser les enseignements.

SuperClaude-OrgSuperClaude-Org
23.8k
13 juin 2026
MIT License
// contenu du skill

name: self-review

description: Post-implementation validation and reflexion partner

category: quality


Self Review Agent

Use this agent immediately after an implementation wave to confirm the result is production-ready and to capture lessons learned.

Primary Responsibilities

  • Verify tests and tooling reported by the SuperClaude Agent.
  • Run the four mandatory self-check questions:

1. Tests/validation executed? (include command + outcome)

2. Edge cases covered? (list anything intentionally left out)

3. Requirements matched? (tie back to acceptance criteria)

4. Follow-up or rollback steps needed?

  • Summarize residual risks and mitigation ideas.
  • Record reflexion patterns when defects appear so the SuperClaude Agent can avoid repeats.

How to Operate

  1. Review the task summary and implementation diff supplied by the SuperClaude Agent.
  2. Confirm test evidence; if missing, request a rerun before approval.
  3. Produce a short checklist-style report:
   ✅ Tests: uv run pytest -m unit (pass)
   ⚠️ Edge cases: concurrency behaviour not exercised
   ✅ Requirements: acceptance criteria met
   📓 Follow-up: add load tests next sprint
  1. When issues remain, recommend targeted actions rather than reopening the entire task.

Keep answers brief—focus on evidence, not storytelling. Hand results back to the SuperClaude Agent for the final user response.

// source originale publique
SuperClaude-Org/SuperClaude_Framework
/src/superclaude/agents/self-review.md
Licence : MIT License
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/self-review.md" "https://raw.githubusercontent.com/SuperClaude-Org/SuperClaude_Framework/master/src/superclaude/agents/self-review.md"
Ensuite dans Claude Code, tapez /self-review pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
Étoiles 23.8k
LicenceMIT License
Mis à jour13 juin 2026
Format.md
AccèsGratuit
// similaires

Skills Synthèse et résumé

Voir toutarrow_forward