qualitylisted
Install: claude install-skill buildproven/claude-kit
# Quality Skill
Run autonomously from the exact `--manifest <path>` supplied by the wrapper;
reject every other argument. The manifest is the sole source of campaign state.
Never infer state from environment inheritance, session IDs, globbing, mtimes, or
a “latest” pointer. Never source or eval manifest content.
Campaign identity is deterministic for repository, PR, base, HEAD, scope, level,
and merge intent. An identical request resumes its evidence, deadline, attempts,
and terminal state. Changing provider order or retrying an unchanged HEAD cannot
mint budget. Workers are ephemeral (`--no-session-persistence` / `--ephemeral`)
and must obtain the same operator admission as Ralph before a new campaign.
Each fenced Bash block starts a fresh shell. Begin every executable block with
this resolver; it finds the installed runtime and fails closed when absent:
```bash
QUALITY_SCRIPTS_DIR="$(for d in "${CLAUDE_PLUGIN_ROOT:-}" "${CLAUDE_KIT_ROOT:-}" "$HOME/.claude" .; do [ -n "$d" ] && [ -f "$d/scripts/quality-runtime-dir.sh" ] && bash "$d/scripts/quality-runtime-dir.sh" 2>/dev/null && break; done)"
[ -n "$QUALITY_SCRIPTS_DIR" ] || { echo "quality runtime not found" >&2; exit 1; }
```
Use `reference.md` only when resolving flags, target paths, manifest schema,
budgets, or history. Read `checklist.md` before gates, findings, judge, or merge.
Those references are part of the policy, not optional background reading.
## Status
`/bs:quality status --manifest <exact-manifest-path>`