Rig — Testing skill for Claude Code
Multi-agent build orchestration for AI coding sessions.
How to install Rig
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open alexjpower74-create/rig and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Rig does
Multi-agent build orchestration for AI coding sessions. File-ownership slices, a plan file as the contract, QA worktrees pinned to a commit — and a test harness where every green assertion must prove it can fail.
Alternatives in Testing
- Deslop Reborn — One iteration of the IronClaw Reborn de-slop loop — take ONE Reborn crate, fan out parallel review sub-agents 12.6k ★
- Spec Kitty — Spec-Driven Development for serious software developers 1.6k ★
- Test Driven Development.SKILL — Enforces TDD discipline with RED-GREEN-REFACTOR cycle 262 ★
README
rig
[](https://github.com/alexjpower74-create/rig/actions/workflows/test.yml)
Orchestration for builds where several Claude Code sessions work the same repo at once.
**Rig 3.0 builds the workflow's desk in:** review before merge, a QA worktree per project and per run that never refuses, negative controls re-proved on the sha being called done, one GitHub issue per slice opened and closed by the rig, the app registry and the decision log written at the finish gate, and `rig roll` for one brief across many repos. See [CHANGELOG.md](CHANGELOG.md) for what changed and why.
Three sessions in one checkout will quietly overwrite each other, review their own blind spots, and hand you a green test suite for a broken page. `rig` is the set of rules that stops each of those, made executable. Every one of them came from a build where the absence of it cost real time.
rig init scaffold a brief-first PLAN.md, the AGENTS.md rulebook, .rig/config.json, the registry file
(--hook: pre-commit guard; --slug, --name, --no-registry)
rig up a worktree + branch + GitHub issue per slice, an agent launched in each (--no-issues)
rig status agent state, commits ahead, uncommitted work, anything edited outside its slice
rig guard refuse work that reaches outside its slice
rig qa rig qa --run "" --negative "": grade from a clean worktree pinned to that
commit, one per run (qa, qa-2…); record both exits (--fresh: git clean -x first)
rig review rig review : a read-only, fresh-eyes review brief for one slice's diff
rig finish the done gate: reviewed, merged, clean, QA and negatives green on this sha; closes the
issues, jots, touches the registry, writes docs/FINISH.md (--no-review, --no-desk, --wrap "")
rig rule rig rule "": add a learned rule to the rulebook every agent reads
rig brief print an
Related Skills
Grimoire
Prompt engineering toolkit: version-controlled prompts, AI agent skills manager, sandboxed Claude sessions in
Test Review
Write-then-verify test review — write tests in your normal flow, then mechanical gates (red-green + mutation)
Test Resume
A/B verification harness for the resume subagent. Scoring is deterministic via mcpjarvispick_resume_sessions,
Agentarena
Adversarial coding-agent evaluation harness that pits Claude Code, Codex, and Gemini CLI against the same repo
Cha Fix
Write the failing test first, then the smallest fix that turns it green. One writer, one defect, one commit.
TDD Lock
TEST-LOCK — commit the red tests, then make them mechanically read-only while implementing to green (the stron
Related Agents
Omarchy Submission Auditor
Audit an Omarchy plugin before it reaches the marketplace: prove it installs and runs on a stock box (no node/
Golds
Lightweight parallel dispatcher. Writes SPLIT.md (file ownership), drops workers in worktrees, runs post-merge
Ruver Fd Fullstack
Ruver FD fullstack coordinator. Orca worktrees on FE+BE with SAME branch name; orchestration tasks/workers. Us