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.
npx skills add dyoshikawa/rulesync --skill opencode-gpt-review --agent copilot
Same command for any agent — swap --agent for claude-code, codex, cursor.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Prerequisites
- 0. Variable Definitions
- 1. Run review-full-pr via opencode
- 2. Investigate and Vet the Review Results
- 2-1. Verify the Actual Code at the Finding's Location
- 2-2. Judge the Validity of the Finding
- 2-3. Classify the Finding
- 3. Present the Results
- Overview
- Valid Findings
- Finding 1: (Title)
- Rejected Findings
- References
opencode run \
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.