gh-pr-review

仓库创建 2024年5月24日最近提交 3 小时前SkillHot 收录 20 天前
▸ 精选理由

针对 Cherry Studio 技栈定制,能捕获常见约定与反模式,适合团队自动化审查。

▸ 风险提示

需要访问代码仓库与提交权限,可能读取私有代码

这个 Skill 做什么

为本地分支、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`.

开发编程代码审查PRReact自动化Claude Code
4.9w
Stars
4.7k
Forks
15
仓库内 Skill
+801
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/CherryHQ/cherry-studio/main/.agents/skills/gh-pr-review/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/CherryHQ/cherry-studio/main/.agents/skills/gh-pr-review/SKILL.md"
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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有