一键导入
review-pr-repo
Repo-specific companion guidance for the core review-pr workflow. Do not use as the primary review entrypoint.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Repo-specific companion guidance for the core review-pr workflow. Do not use as the primary review entrypoint.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate a local static interactive D3 walkthrough of a pull request. Use when the user wants a zoomable PR map, graph/canvas PR orientation, or alternate visualization of PR system components, data flow, code dependencies, and user actions.
Bootstrap the issue triage configuration for a repository by analyzing existing issues, labels, and contributors to generate `.github/issue-triage/config.json` and `.github/CODEOWNERS`. Use when setting up triage automation on a new or existing repository for the first time.
Compare a pull request's implementation against spec context in spec_context.md and feed any material mismatches into review.json. Use during PR review when approved or repository spec context is available.
Create a product spec from a GitHub issue in this repository by applying the local shared `write-product-spec` workflow with issue context and output paths. Use when an issue should be turned into a product spec artifact stored under `specs/issue-<issue-number>/product.md` and the agent should prepare file changes only, without creating commits or pull requests itself.
Create a technical spec from a GitHub issue in this repository by applying the local shared `write-tech-spec` workflow with issue context and output paths. Use when an issue should be turned into a tech spec artifact stored under `specs/issue-<issue-number>/tech.md` and the agent should prepare file changes only, without creating commits or pull requests itself.
Repo-specific dedupe guidance . Only the categories declared overridable by the core dedupe-issue skill may be specialized here.
| name | review-pr-repo |
| specializes | review-pr |
| description | Repo-specific companion guidance for the core review-pr workflow. Do not use as the primary review entrypoint. |
This file is a companion to the core review-pr skill and
.agents/contracts/review.md.
Do not invoke this file as the primary review entrypoint. The primary entrypoint
is .github/skills/review-pr/SKILL.md; that skill reads this companion when it
needs repository-specific review guidance.
This companion may add repository-specific checks and preferences, but it must not override the core workflow, shared review contract, output schema, severity labels, diff-line targeting, validation rules, or safety rules.
Prioritize findings that affect this repository's skills and PR-review automation:
pr_description.txt, pr_diff.txt,
and review.json stable and reproducible.gh, post comments, fetch live PR state, or
regenerate snapshots while the review skill is running..agents/skills/...; GitHub workflow-only
skill paths must use .github/skills/....docs/product/wiki/ compiled content changes durable product or workflow
facts, verify the authoritative docs/product/raw/ source in the same PR
supports the new fact; do not require raw changes for wiki-only recompiles
that merely reflect already-updated raw sources.#<number> references should
distinguish issue references from PR/source references and enforce issue URL
requirements only in an explicit issue or related-issue context.Future self-evolution should normally update this skill, not
.github/skills/review-pr/ or .agents/contracts/review.md. Treat core
review skill and shared contract changes as higher risk because they alter the
review contract used by CI.