Gh Pr Review (Cherry Studio)

Cherry Studio's in-house PR/branch reviewer enforcing DataApi/IpcApi and layer-boundary rules.

Works with setup

Test report

Verdict
Works with setup
Score
8.4/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 099bf51

Fed it a synthetic Cherry-Studio-style diff (a DataApi ipcMain.handle with business logic baked into the handler, plus a renderer component calling window.require('fs') directly): a generic baseline review caught the Electron nodeIntegration smell but missed the DataApi-handler boundary violation entirely, while the skill's guidance flagged both as named Blockers with the exact upstream doc and fix pattern (owning-service method + typed ipcApi.request route) — but that guidance only works because the full monorepo's docs/references/ tree is sitting next to it, which the standard install copy leaves behind.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 4/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 3/5

What Gh Pr Review (Cherry Studio) does

Routes local-branch, PR, commit, and file reviews through Cherry Studio's own architecture rulebook — DataApi/IpcApi boundaries, main/renderer/shared placement, naming conventions, and service-ownership rules — offering either a quick single-agent pass with interactive fix selection or a multi-agent reviewer-verifier pass with risk-based auto-fix. Triggers on Cherry Studio-scoped review requests or the /gh-pr-review command; its deepest guidance depends on architecture docs (docs/references/*.md) that live at the Cherry Studio repo root, not inside the skill folder that gets copied on install.

How to install Gh Pr Review (Cherry Studio)

git clone https://github.com/CherryHQ/cherry-studio
cd cherry-studio
mkdir -p ~/.claude/skills
cp -r .agents/skills/gh-pr-review ~/.claude/skills/gh-pr-review

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Gh Pr Review (Cherry Studio)

  • /gh-pr-review Cherry Studio's in-house PR/branch reviewer enforcing DataApi/IpcApi and layer-boundary rules.

It also activates on plain-language prompts like these:

  • Review this pull request diff for blockers and fixes
  • Check this PR for IPC bypass and business-logic leaks
  • Do a code review of my changes before I merge

Frequently asked questions

Is the Gh Pr Review (Cherry Studio) skill free?
Yes. The skill itself is free from CherryHQ/cherry-studio. SkillProof publishes the install command and an independent test verdict at no cost.
Does Gh Pr Review (Cherry Studio) work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Works with setup. Fed it a synthetic Cherry-Studio-style diff (a DataApi ipcMain.handle with business logic baked into the handler, plus a renderer component calling window.require('fs') directly): a generic baseline review caught the Electron nodeIntegration smell but missed the DataApi-handler boundary violation entirely, while the skill's guidance flagged both as named Blockers with the exact upstream doc and fix pattern (owning-service method + typed ipcApi.request route) — but that guidance only works because the full monorepo's docs/references/ tree is sitting next to it, which the standard install copy leaves behind.
What is the Gh Pr Review (Cherry Studio) SkillProof Score?
8.4/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 3/5.
How do I install Gh Pr Review (Cherry Studio)?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Gh Pr Review (Cherry Studio) with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.