ca-pr
Open a pull request the only sanctioned way — clear every BLOCK-level review finding, then stage the PR. Never a direct write to the default branch.
npx skills add arbiterForge/codeArbiter --skill ca-pr --agent codex
Same command for any agent — swap --agent for claude-code, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# $ca-pr — open a pull request The only permitted path to a pull request. Every change lands through a PR — never a direct write or force-push to the default branch. No PR is drafted while any BLOCK-level review finding stands. ## Flow Routes to the `finishing-a-development-branch` skill, open-PR path. The orchestrator reads the current branch, its diff against the base, and the commit log to determine what changed and which reviewers apply, then: 1. **Confirm the commit gate cleared** this session (`commit-gate` green, or `$ca-commit` completed). 2. **Path matrix** — inspect the diff and dispatch the reviewer agents the change demands: - auth / crypto / middleware paths → `auth-crypto-reviewer` + `security-reviewer` - migration files → `migration-reviewer` - dependency manifests → `dependency-reviewer` - all paths → `coverage-auditor` 3. **Run reviewers** in parallel where there are no dependencies. 4. **BLOCK check** — any CRITICAL or HIGH finding STOPs the flow; present it and do not draft the PR. The user resolves, re-runs `$ca-commit`, then `$ca-pr`. 5. **Stage the PR** once all BLOCK findings clear: concise title; summary of what changed and why; a bulleted test plan; a confl
- Flow
- Routes to
- When NOT to use
- Hard gate
What does the ca-pr skill do?
Open a pull request the only sanctioned way — clear every BLOCK-level review finding, then stage the PR. Never a direct write to the default branch.
How do I install it?
Run `npx skills add arbiterForge/codeArbiter --skill ca-pr --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 arbiterForge/codeArbiter, a repository with 138 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.
