Community研究與資料分析github.com

skael-dev/skael

name: code-review

skael 是什麼?

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

相容平台Claude CodeCodex CLI~Cursor
npx skills add skael-dev/skael

Installed? Explore more 研究與資料分析 skills: obra/superpowers, affaan-m/quarkus-verification, affaan-m/uspto-database · View all 6 →

在你喜歡的 AI 中提問

開啟一個已預先載入此 Agent Skill 的新對話。

說明文件

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

相關技能