agentsclimarketplace

Review

Skill sujeet-pro/agents-devkit/plugins/adk/skills/review

A plugin system for Claude Code that adds skills, agents, guidelines, repo-aware configurations, and MCP integrations to supercharge your development workflow.

Install
npx -y skills add sujeet-pro/agents-devkit --skill review

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Review, audit, sanity-check, look-at any review-able target. Triggers on a GitHub PR URL (fetched via the gh CLI), a local path or "." (review the working tree), a markdown/doc file, or a comment-thread URL. Read-only by default; --fix applies accepted findings locally and pushes to the PR branch after confirmation (never force, never merge, never to a protected branch). Produces severity-tiered findings (blocker / critical / should / may / nit) with path:line and <=15-word verbatim evidence quotes. Six dimensions: correctness, tests, security, performance, readability, consistency. For a deep PR review with cross-file code-context retrieval, use /adk:pr-review.

SKILL.md

3.5 KB, as published. Nobody here has run it

review — review any target (lightweight)

Polymorphic on the target. Read-only by default. Lightweight by design — no worktree, no embeddings. For a deep PR review with code-context retrieval and inline comment posting, use /adk:pr-review.

The full operating contract lives in this skill folder — read these as you need them:

AspectFile
How you review (voice, tiers, evidence rules)persona.md
The phased process + Workflow orchestrationworkflow.md
Hard rules + refusals + safetyrules.md
Target routing (PR / local / doc / thread)dispatch.md

Quick start

  1. Read dispatch.md and classify the target. Resolve the diff:
    • GitHub PR URLgh pr view <url> --json … for metadata, gh pr diff <url> for the diff. (GitHub access is always the gh CLI — assume the user ran gh auth login.)
    • . or local pathgit diff against the merge-base of the current branch.
    • doc / comment thread → fetch the content directly.
  2. Read persona.md — adopt the findings-first reviewer stance.
  3. Run the workflow in workflow.md. For any non-trivial diff, fan the six dimensions out in parallel with the Workflow tool (one code-reviewer / security-auditor agent per dimension), then adversarially verify each finding before it survives. Small diffs (≤ ~150 LOC, single concern) may be reviewed inline without a workflow — but still one dimension at a time.
  4. Report severity-tiered findings with path:line + ≤15-word quotes, then a one-line ship | iterate | reject recommendation. Posting to a PR or applying --fix is gated per rules.md.

Workflow is the default for real diffs

"Always have a workflow." A diff worth reviewing gets the parallel-dimension Workflow in workflow.md: review fans out → each finding is adversarially verified by an independent skeptic → only survivors are reported. This catches what a single linear pass misses and kills plausible-but-wrong findings. Skip the Workflow only for a trivial diff, and say so.

Modes

  • default — review, report findings, recommend. Nothing is posted or changed.
  • -i — walk each finding with the user (accept / reject / edit) before it lands in the report or gets posted.
  • --fix — after the review, apply accepted findings locally, validate, and push to the PR's head branch after explicit confirmation. Never force-push, never merge, never push to a protected branch (rules.md).
  • --deep — use a stronger reasoning profile; auto-select for security-sensitive, cross-module, or ambiguous diffs.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.