v-adr
Capture one genuine architecture decision as a thin, human-confirmed ADR under docs/superpowers/adr/NNNN-slug.md — decision-with-alternatives-and-consequences,…
Deep, two-axis, stack-agnostic code review of a PR/MR, a commit range, or a local diff — review-only, never edits code. Runs the pr-review skill. GitHub (gh), GitLab (glab), or hostless. Argument = PR/MR URL or number, a range (`A..B`/`A...B`), a tag or a SHA; empty = current
> /plugin marketplace add procoders/superpowers-v > /plugin install superpowers-v@procoders
How it fires
How this command gets triggered: by you, by Claude, or both.
/v-pr-reviewContext preview
What this command does when you run it.
Deep, two-axis, stack-agnostic code review of a PR/MR, a commit range, or a local diff — review-only, never edits code. Runs the pr-review skill. GitHub (gh), GitLab (glab), or hostless. Argument = PR/MR URL or number, a range (`A..B`/`A...B`), a tag or a SHA; empty = current
description: Deep, two-axis, stack-agnostic code review of a PR/MR, a commit range, or a local diff — review-only, never edits code. Runs the pr-review skill. GitHub (gh), GitLab (glab), or hostless. Argument = PR/MR URL or number, a range (`A..B`/`A...B`), a tag or a SHA; empty = current branch vs base.
You are running a **deep PR/MR code review** on `{{args}}` — a pull/merge request URL or number, a commit range (`A..B` / `A...B`), a tag or a SHA, or, if empty, the current branch against its base.
Invoke the [`pr-review`](../skills/pr-review/SKILL.md) skill and follow it exactly. The skill is **review-only**: it never edits, commits, pushes, or merges code.
1. **Resolve the target.** Use `{{args}}` as the PR/MR URL or number, **or as a commit range / ref**. If empty, review the current branch against its base. The skill auto-detects the host — GitHub (`gh`), GitLab (`glab`), or a hostless local diff.
installed — a range has no PR to fetch, so don't go looking for one. `A..B` is diffed literally; `A...B` and the empty-argument default `<base>...HEAD` are **three-dot, merge-base** diffs. Whichever form is used, name it in the findings-file header.
current branch → run in local mode without attempting a PR fetch. This is the ordinary case for reviewing an already-merged range, not an error.
branch-vs-base diff is empty. Say so plainly — "nothing to review; pass a range, e.g. `/v:pr-review A..B`" — and stop rather than producing an empty review. 2. **Run the pr-review skill** end-to-end: build shared understanding of the change's intent, then hunt bugs and edge cases along the two deliberately separate axes — **Standards** (does the code follow *this repo's* documented conventions?) ⊥ **Spec** (does it faithfully implement the originating spec/issue?) — run as context-isolated sub-agents. Promote real unknowns to Open Questions for the author. Every finding gets a verdict + confidence. 3. **Hand back** the triaged findings table. Never modify the reviewed code — if the user asks for a fix mid-review, stop and confirm they want to leave the review first.
briefing, Phase 5 verdicts, Phase 6 triage, Prime Directive 3) proceeds under the skill's documented non-interactive default, and each auto-taken choice is recorded in the findings file.
Compound V — a multi-model coding sidekick for Superpowers, running on Claude Code. You describe a feature. Claude sizes the request, plans it, splits it into non-overlapping pieces, and hands each piece to a worker in its own isolated worktree.
Capture one genuine architecture decision as a thin, human-confirmed ADR under docs/superpowers/adr/NNNN-slug.md — decision-with-alternatives-and-consequences,…
Re-run the collect + scope-gate + review tail of a Compound V run by run-id. Normalizes each job's output into results/<id>.json, re-runs the git-derived scope…
Execute a Compound-V-ready plan, manifest, or run-id on Engine C — the native Workflow dispatch engine. Accepts a bare plan path (auto-materializes the…
Drive an EPIC — chain several features into one autonomous, resumable, dependency-ordered build on a single branch. Each feature runs through the FULL v1.0…
Initialize Compound V in this project — detect backends and capabilities (Codex, Context7, required skills/agents), walk through any missing installs one at a…
(Re)index docs/superpowers prose into the local V-memory cache so recall is current. Incremental by file hash; runs fully offline (FTS5, pure stdlib).…