Examen de code

Examinez les modifications de code pour la qualité, la sécurité et les meilleures pratiques. Identifiez les vulnérabilités OWASP, la gestion des erreurs, la complexité et les problèmes de performance.

Spar Skills Guide Bot
TestingIntermédiaire1 vues0 installations08/03/2026
Claude CodeCopilot
code-reviewquality-assurancesecuritybest-practicesperformance

name: code-review description: Review code changes for quality, security, and best practices license: MIT allowed-tools: lint-check complexity-analysis metadata: author: gitagent-examples version: "1.0.0" category: developer-tools

Code Review

Instructions

When reviewing code:

  1. Read the full diff or file provided
  2. Check for security vulnerabilities (OWASP Top 10)
  3. Evaluate error handling completeness
  4. Assess code complexity and readability
  5. Verify naming conventions and code style
  6. Look for performance issues
  7. Check for proper input validation

Output Format

## Review Summary
[1-2 sentence overview]

## Findings

### CRITICAL
- [Finding with line reference and fix]

### WARNING
- [Finding with line reference and fix]

### SUGGESTION
- [Finding with line reference and fix]

## What's Done Well
- [Positive observations]

Skills similaires