Tournament-gate ANY change to a Claude Code artifact. Candidates can be prompts, SKILL.md files, subagent definitions, MCP/settings configs, hooks, agent flows, full pipeline.md files — anything you'd alias as @production. Spawns the vouch-judge subagent per…
HadiFrt20/vouch
SkillsMP has collected 7 skills from HadiFrt20/vouch. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 7
- GitHub stars
- 0
- GitHub forks
- 0
Skills in this repository
Showing 7 of 7 collected skills.
Scaffold a new vouch pipeline project — interview-style. Produces pipeline.md describing stages, optional budget.json wallet, optional checklist.md witness template, and an initial state file. Use this BEFORE /vouch-run.
Resume a failed or interrupted vouch run. Re-runs phases that are in failed/skipped state without disturbing completed phases. Useful after a crash, after topping up the budget, or after fixing whatever caused a stage to fail.
Execute a vouch pipeline by running stages sequentially, debiting the budget per stage, spawning the vouch-stage subagent for the work, and optionally calling vouch-adversary on any Claim objects in the result. Reads pipeline.md from the project directory;…
Print a compact status dashboard for a vouch project — current run progress, phase breakdown, last-N runs, budget balance, latest adversary survival rate. Useful at any point during or after a run.
Run the vouch adversary against a list of Claims and write verified verdicts. Use this standalone (without /vouch-run) when you already have a JSON file of claims and want survival scores attached. Invokes the vouch-adversary subagent under the hood.
Evaluate a target document against a markdown checklist. Produces a witness report with per-section pass/fail, severity-weighted score, and follow-up questions sourced from the markdown — not from code. Useful for intake quality, document audits, agent-output…