review-pr
SolidAutonomous PR review that posts high-signal, human-voiced comments under your account. Use when reviewing someone else's PR or your own manifest-driven PR, when you want a precision-tuned review you can walk away from, or when the user asks to review a PR, post a PR review, autoreview, loop review, or watch a PR.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- doodledood
- Repository
- doodledood/manifest-dev
- Created
- 6 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
pr-review-post
Post a humanized, file-by-file inline PR review under the user's own GitHub account. Takes review findings (from a code-review pass or ad hoc), rewrites them in a warm collaborative teammate voice, tags the PR author, and posts each note as an inline comment anchored to the right file, with no AI/assistant attribution. Use when the user says "post these review comments", "review this PR and post it", "leave comments on the PR file by file", or wants the same review-and-post cycle on any repo/PR. Agent-agnostic; requires the GitHub CLI (`gh`).
review
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.
review-pr
Automated PR review loop. Triggers reviewer bot comments (Copilot, Gemini, Codex, Claude), classifies each review comment, and escalates business questions as clearance requests. Run `/review-pr setup` on first use.