Skip to main content
在 Manus 中运行任何 Skill
一键导入

gh-style-review

星标2
分支4
更新时间2026年6月26日 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

安装

用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。

SKILL.md
readonly