gh-pr-review
针对 Cherry Studio 技栈定制,能捕获常见约定与反模式,适合团队自动化审查。
需要访问代码仓库与提交权限,可能读取私有代码
为本地分支、PR、提交和文件自动执行代码审查,包含项目特定检查(React、i18n、测试等)。
为本地分支、PR、提交或单个文件做自动化代码审查,能识别项目特有的命名、依赖、React/UI、i18n、IpcApi/DataApi 边界等规则并给出修复建议。适合在提交前、发 PR、或做全面审查时使用,支持交互式挑选修复或多代理的 reviewer‑verifier 流程。特别能基于项目约定自动修复风险项,并提供诊断命令查缺补漏。
▸ 展开 SKILL.md 英文原文
Automated Cherry Studio review for local branches, PRs, commits, files, architecture docs, and repository skills. Use for code or documentation reviews that need project-specific naming, main/renderer/shared placement and dependency rules, IpcApi and DataApi boundaries, lifecycle/service ownership, renderer hooks, React/UI conventions, and tests. Supports single-agent review with interactive fix selection or multi-agent reviewer-verifier review with risk-based auto-fix. To diagnose gaps in the skill after a review session, run `/gh-pr-review diag`.
帮我安装这个 skill:https://raw.githubusercontent.com/CherryHQ/cherry-studio/main/.agents/skills/gh-pr-review/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/CherryHQ/cherry-studio/main/.agents/skills/gh-pr-review/SKILL.md"<!-- Based on https://github.com/Tencent/tgfx/tree/main/.codebuddy/skills/cr --> <!-- Adapted for agent runtimes and the Cherry Studio tech stack --> # /gh-pr-review — Code Review Automated code review for local branches, PRs, commits, and files. Detects review mode from arguments and routes to the appropriate review flow — either quick single-agent review with interactive fix selection, or multi-agent deep review with risk-based auto-fix. Cherry Studio-specific review rules live in `references/cherry-review-guidance.md`. Target review flows must load that file for code, mixed, architecture-doc, and project-skill reviews so reviewers can apply DataApi, service-boundary, renderer hook, Rea