How this skill is triggered — by the user, by Claude, or both
Slash command
/agora:code-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review code for correctness, clarity, security, and maintainability.
Review code for correctness, clarity, security, and maintainability.
/code-review [target]
target (optional): a file path, diff, or description of what to review. If omitted, reviews the current working changes (git diff).
Get the code — Read the target file(s) or run git diff / git diff HEAD to get the current changes. Ask the user for context if the scope is unclear.
Understand intent — Before critiquing, understand what the code is trying to do. Read related files if needed for context.
Review across dimensions:
Prioritize feedback — Separate must-fix issues from suggestions. Don't bury critical issues in a list of nits.
Be specific — Reference file paths and line numbers. Explain why something is a problem, not just that it is.
Acknowledge what's good — Note approaches that are well done, especially non-obvious good choices.
npx claudepluginhub burkemtaylor/agora --plugin agoraReviews code changes, PRs, and diffs for security vulnerabilities, performance issues, correctness bugs, and maintainability problems with tables for issues and suggestions.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.