CommunityRecherche & Datenanalysegithub.com

skael-dev/skael

name: code-review

Was ist skael?

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

Funktioniert mitClaude CodeCodex CLI~Cursor
npx skills add skael-dev/skael

Installed? Explore more Recherche & Datenanalyse skills: obra/superpowers, affaan-m/quarkus-verification, affaan-m/uspto-database · View all 6 →

In Ihrer bevorzugten KI fragen

Öffnet einen neuen Chat, in dem dieser Agent-Skill bereits geladen ist.

Dokumentation

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

Verwandte Skills