skael-dev/skael

name: code-review

¿Qué es skael?

skael is a Claude Code agent skill that name: code-review.

Compatible conClaude CodeCodex CLI~Cursor
npx skills add skael-dev/skael

Installed? Explore more Investigación y análisis de datos skills: obra/superpowers, affaan-m/quarkus-verification, affaan-m/uspto-database · View all 6 →

Preguntar en tu IA favorita

Abre un nuevo chat con esta habilidad de agente ya precargada.

Documentación

code-review

When to use

Use this skill when asked to review code changes, pull requests, or files for quality issues.

Process

  1. Read the changed files completely before commenting
  2. Check for correctness bugs first
  3. Check for security issues (injection, auth bypass, data exposure)
  4. Check for maintainability (naming, structure, complexity)
  5. Provide specific, actionable feedback with line references

Principles

  • Be specific: "line 42: this SQL query is vulnerable to injection" not "watch out for SQL injection"
  • Suggest fixes, don't just point out problems
  • Acknowledge good patterns when you see them
  • Prioritize: blocking issues first, then improvements, then style

Skills relacionados