Agentic Review

Severity-triaged git-diff review across security/perf/pattern/architecture lenses.

Works with setup

Test report

Verdict
Works with setup
Score
7.2/10
Tested
Jul 15, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · d31ae26

Ran it for real against a throwaway repo seeded with a SQL injection, a hardcoded API key, and an N+1 loop: the severity-triaged process caught 2 real issues (unclosed DB connections, timing-unsafe key comparison) a plain review skipped, but Phase 4's entire premise — spawning agents literally named security-sentinel, kieran-python-reviewer, dhh-rails-reviewer, etc. — depends on custom subagent definitions that exist nowhere in this repo or in stock Claude Code, and the README's own install command points at a GitHub org (samzoloth) that 404s (the real org is SZoloth).

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 3/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 2/5

What Agentic Review does

Reads staged, unstaged, commit-range, or branch-diff git changes, prioritizes files by risk (security/business-logic first), then reviews the diff through several specialist lenses (security, performance, anti-patterns, over-engineering, plus language-specific idioms) and synthesizes a deduplicated P1/P2/P3 findings report with an interactive fix-it menu. Triggers on requests to review staged/unstaged changes, a commit, or a branch diff before committing or opening a PR.

How to install Agentic Review

git clone https://github.com/SZoloth/skill-pack.git
cd skill-pack
mkdir -p ~/.claude/skills
cp -r skills/agentic-review ~/.claude/skills/agentic-review  # Phase 4 also assumes 8 named reviewer subagents (security-sentinel, kieran-*-reviewer, etc.) that are not bundled anywhere in this repo

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Agentic Review

  • /agentic-review Severity-triaged git-diff review across security/perf/pattern/architecture lenses.

It also activates on plain-language prompts like these:

  • review my staged changes for security issues before I commit
  • check this branch diff for SQL injection and N+1 queries
  • triage the findings in this PR by severity before I open it

Frequently asked questions

Is the Agentic Review skill free?
Yes. The skill itself is free from SZoloth/skill-pack. SkillProof publishes the install command and an independent test verdict at no cost.
Does Agentic Review work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Works with setup. Ran it for real against a throwaway repo seeded with a SQL injection, a hardcoded API key, and an N+1 loop: the severity-triaged process caught 2 real issues (unclosed DB connections, timing-unsafe key comparison) a plain review skipped, but Phase 4's entire premise — spawning agents literally named security-sentinel, kieran-python-reviewer, dhh-rails-reviewer, etc. — depends on custom subagent definitions that exist nowhere in this repo or in stock Claude Code, and the README's own install command points at a GitHub org (samzoloth) that 404s (the real org is SZoloth).
What is the Agentic Review SkillProof Score?
7.2/10 — installs cleanly 3/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 2/5.
How do I install Agentic 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 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.