Skip to main content
Run any Skill in Manus
with one click

gh-style-review

Stars2
Forks4
UpdatedJune 26, 2026 at 04:28

Locally mirrors the prompt sent by `@claude review` (the `anthropics/claude-code-action` GitHub Action). Supports two modes: PR mode (arg is a PR number / URL or auto-detected from the current branch) — pre-fetches the same rich PR context the Action injects (formatted_context, PR body, conversation comments, inline review-thread comments, prior submitted reviews, changed files, the diff) and assembles them into the same XML-tagged structure used in `src/create-prompt/index.ts`; branch mode (arg is a git revision range like `origin/main..HEAD`) — degrades gracefully by dropping the comment-derived sections and reviewing just the diff + commit log + changed files. Applies the same review-mode instructions in both modes, then either prints the review to the terminal (when invoked directly) or returns a structured JSON shape (when invoked as a sub-agent by `pr-review` or `review-and-fix`). Output stays local: never posts to GitHub, never opens a PR comment, never updates a Claude comment via MCP. Used as a paral

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly