Notre avis
Effectue une revue locale initiale des modifications apportées aux services en comparant la branche courante avec master.
Points forts
- Détecte les régressions et bugs potentiels dans les changements.
- Identifie les modifications incompatibles des API/contrats.
- Vérifie la présence et la qualité des tests associés.
- Souligne les problèmes de sécurité, configuration ou performance.
Limites
- Ne revoit que les changements entre branches, pas l'ensemble du codebase.
- Peut nécessiter des clarifications si le contexte du service est flou.
- Ne remplace pas une revue humaine approfondie.
Lors de la préparation d'une pull request pour obtenir un premier retour rapide sur les changements de services.
Pour une analyse complète du code existant ou des services en production.
Analyse de sécurité
SûrThe skill only instructs an AI agent to perform a code review by comparing branches, with no declared execution tools or dangerous commands. It does not involve running code, accessing secrets, or any destructive actions.
Aucun point d'attention détecté
Exemples
Compare the current branch to master and perform an initial local review of the changes in services. List critical issues, risks, quality notes, missing tests, and any questions.Review the changes in this branch compared to master, paying special attention to API contract changes and potential incompatibilities. Also note any missing tests for new endpoints.Instructions for the AI agent: initial local review of services
Goal: perform an initial local review of changes in services by comparing the current branch with master.
What to do
- Compare the current branch with the base: list the changed files and their key changes.
- Review only the changes between branches, not the entire codebase.
- Pay attention to:
- potential regressions and bugs;
- incompatible changes to APIs/contracts;
- missing or weak tests;
- security, configuration, secrets;
- performance and error handling issues.
- If the service context is unclear, note assumptions and ask for clarification.
Output format
- Critical issues (if any).
- Risks/possible regressions.
- Quality/maintainability notes.
- Missing tests.
- Questions and assumptions.
Expert Next.js App Router
Developpement
Un skill qui transforme Claude en expert Next.js App Router.
Générateur de README
Developpement
Crée des README.md professionnels et complets pour vos projets.
Rédacteur de Documentation API
Developpement
Génère de la documentation API complète au format OpenAPI/Swagger.