Agent skill · Code Review & Quality

opencode-gpt-review

Run the `review-full-pr` skill on another model (github-copilot/gpt-5.4) via opencode, then thoroughly investigate and vet the resulting findings, and present only the valid ones to the user.

dyoshikawa1,265★ · +16/wk · 1 repos on radarProfile →
copilotMIT
Install
npx skills add dyoshikawa/rulesync --skill opencode-gpt-review --agent copilot

Same command for any agent — swap --agent for claude-code, codex, cursor.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: .rulesync/skills/opencode-gpt-review/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,285 · +20 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# GPT Review Run the `review-full-pr` skill on another model (github-copilot/gpt-5.4) via opencode, then thoroughly investigate and vet the resulting findings, extract only the valid ones, and present them to the user. ## Prerequisites - OpenCode must be installed. - If not installed, tell the user it can be installed with `curl -fsSL https://opencode.ai/install | bash`. - OpenCode must be configured to use GitHub Copilot. - If not configured, tell the user to run `opencode` and use the `/connect` command to authenticate with GitHub Copilot. ## 0. Variable Definitions PR_TARGET = the user's request If no PR URL or PR number is provided, use the PR associated with the current branch as the review target. ## 1. Run review-full-pr via opencode Run the following command to have the github-copilot/gpt-5.4 model execute the review-full-pr skill via opencode. ```bash opencode run \ --model github-copilot/gpt-5.4 \ "review-full-pr スキルで ${PR_TARGET} をレビューしてください" ``` - `--model github-copilot/gpt-5.4`: Use the GPT-5.4 model. Capture all output from the command. ## 2. Investigate and Vet the Review Results For each finding in the review results obtained from opencode, investigate thoroughly u

What's inside
Steps it walks through
  1. Prerequisites
  2. 0. Variable Definitions
  3. 1. Run review-full-pr via opencode
  4. 2. Investigate and Vet the Review Results
  5. 2-1. Verify the Actual Code at the Finding's Location
  6. 2-2. Judge the Validity of the Finding
  7. 2-3. Classify the Finding
  8. 3. Present the Results
  9. Overview
  10. Valid Findings
  11. Finding 1: (Title)
  12. Rejected Findings
  13. References
Commands it runs
opencode run \
More from rulesync
All skills →
About this skill
What does the opencode-gpt-review skill do?

Run the `review-full-pr` skill on another model (github-copilot/gpt-5.4) via opencode, then thoroughly investigate and vet the resulting findings, and present only the valid ones to the user.

How do I install it?

Run `npx skills add dyoshikawa/rulesync --skill opencode-gpt-review --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From dyoshikawa/rulesync, a repository with 1,285 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going