Agentic Code Review
Structured P0-P3 diff review: correctness, security, tests, perf, before merge.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · a6cb160
Reviewed a diff with a planted auth-middleware drop, a privilege-escalation bug, and a raw SQL injection: the baseline prose review caught all three but the skill's P0-P3 format turned each into a scannable, actionable finding with exact file:line, concrete fix code, and a paired regression-test suggestion.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 7/10
- Docs & honesty 5/5
What Agentic Code Review does
Reviews a diff, PR, branch, or AI-generated code change and produces prioritized findings (P0-P3) with file:line references, a stated problem, why it matters, and a suggested fix. Triggers on requests to review a diff/PR/branch or vet AI-generated code before merging; does not trigger for writing new tests or explaining code.
How to install Agentic Code Review
git clone https://github.com/DominikTobureto/awesome-grok-build
cd awesome-grok-build
mkdir -p ~/.claude/skills
cp -r .grok/skills/agentic-code-review ~/.claude/skills/agentic-code-review
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Agentic Code Review
-
/agentic-code-reviewStructured P0-P3 diff review: correctness, security, tests, perf, before merge.
It also activates on plain-language prompts like these:
-
Review this diff before I merge it, flag anything security-related -
Vet this AI-generated pull request for correctness and test coverage -
Give me P0-P3 findings with file and line numbers for this branch
Frequently asked questions
- Is the Agentic Code Review skill free?
- Yes. The skill itself is free from DominikTobureto/awesome-grok-build. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Agentic Code Review work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Reviewed a diff with a planted auth-middleware drop, a privilege-escalation bug, and a raw SQL injection: the baseline prose review caught all three but the skill's P0-P3 format turned each into a scannable, actionable finding with exact file:line, concrete fix code, and a paired regression-test suggestion.
- What is the Agentic Code Review SkillProof Score?
- 8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 5/5.
- How do I install Agentic Code Review?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Agentic Code Review with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.