/open-pr-upgrade
Bring every per-repo open-pr config below the current directory up to the schema this build expects. Use after updating the plugin, or when a command reports a config too old. Takes no URL.
$ npx -y skills add TOMOSIA-VIETNAM/open-pr --skill open-pr-upgrade --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/open-pr-upgrade
Context preview
The summary Claude sees to decide when to auto-load this skill.
Bring every per-repo open-pr config below the current directory up to the schema this build expects. Use after updating the plugin, or when a command reports a config too old. Takes no URL.
SKILL.md
open-pr-upgrade.SKILL.mdname: open-pr-upgrade description: Bring every per-repo open-pr config below the current directory up to the schema this build expects. Use after updating the plugin, or when a command reports a config too old. Takes no URL.
1. `Read` `../../adapters/root.md` (relative to this file) → `ROOT` + this platform's tool names. 2. `Read` `ROOT/commands/upgrade.md` → obey VERBATIM, every step, in order. Arguments handed to this skill are that file's `Usage:` block.
FORBIDDEN: summarizing, reordering or skipping a step; migrating from what this file says; treating a tool you lack as a step you may drop.
One AI reviewer for GitHub PRs and GitLab MRs. Learns each repo's conventions. Claude Code · Cursor · Codex · Gemini CLI · Antigravity.
Other skills on open-pr.
- /e2e-loop
Run the open-pr e2e fixture through a real review in a fresh subagent, grade it against e2e/checklist.md with a second independent subagent, diagnose each failure to the prompt file that owns it, fix, and repeat until clean or the round budget runs out. Use when changing
Open skill - /open-pr-clean
Remove the git worktrees open-pr review checked PR code out into, each a full checkout on disk. Use when reclaiming disk space after reviews. Asks first; takes no URL.
Open skill - /open-pr-fix
Act on the findings a review left on a PR or MR: take or decline each by severity, edit the code, one commit, reply. Use when handed a PR or MR URL that has already been reviewed. Edits real code.
Open skill - /open-pr-review
Review a GitHub Pull Request or GitLab Merge Request against the conventions that repo has taught this plugin, and post exactly one review. Use when handed a PR or MR URL; never edits code.
Open skill

