cc-skill:code-review
Claude Code skill · anthropic · active
This skill reads your code and gives you structured feedback on bugs, security issues, performance problems, and style. It tells you what must be fixed, what should be fixed, and what is optional.
Anyone writing code who wants a second pair of eyes to catch mistakes before shipping.
When you ask Claude to review code, check a pull request, or give feedback on something you've written.
- "Can you review this JavaScript code for me?"
- "PR review: here's my Python script, any issues?"
- "Is this code good? I'm worried about performance."
You'll see your feedback organized by severity tags (BUG, RISK, STYLE) with specific line numbers and suggested fixes, not vague complaints.
Deploy this skill
no laptop requiredRun this skill on a schedule in the cloud. Pipe output to Telegram, email, or any webhook. Every run is logged here with full output, cost, and thumbs feedback.
How this performs
Cloud-automation runs, real outputs, and feedback.
No cloud runs yet for this skill.
Once you deploy it (above), every run will show up here with the actual output, exact cost, and a thumbs button so you can rate quality over time.
Claude Code skill at /Users/olanrewajukareem/.claude/skills/code-review/SKILL.md. Auto-triggered by description matching when you type in Claude Code, OR embedded into agent system prompts (LeadFlow framework skills are wired this way). Auto-synced from disk every 6h via launchd.
Use this skill when reviewing code for security, performance, style, correctness, and maintainability. Triggers on "code review", "review this code", "PR review", "look over this code", "is this code good", "feedback on my code", "review my pull requ
Local Claude Code use (optional)
Install the SKILL.md file locally so this skill is available the next time you open Claude Code on your Mac. Most users skip this and just use cloud deployments above.
Save this skill to ~/.claude/skills/code-review/SKILL.md so Claude Code auto-loads it whenever its description matches your prompt.
{
"source": "global",
"description": "Use this skill when reviewing code for security, performance, style, correctness, and maintainability. Triggers on \"code review\", \"review this code\", \"PR review\", \"look over this code\", \"is this code good\", \"feedback on my code\", \"review my pull request\". Language-agnostic with calibration per language."
}{
"method": "embed_in_prompt",
"skill_path": "/Users/olanrewajukareem/.claude/skills/code-review/SKILL.md"
}That means either: (a) the system has not had a task that matched its strengths, (b) a more cost-effective alternative was picked by the router, or (c) the related automation is toggled OFF on /automations. The Recommender reviews idle tools weekly and may suggest killing it.