focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
/cs:roast — Convene a 5-angle adversarial panel (Critic, Champion, Analyst, Investigator, Customer) on an idea, then a Judge delivers one GO / RESHAPE / KILL verdict with the cheapest 48-hour test to de-risk it. Pressure-test before you build.
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/cs-roastContext preview
What this command does when you run it.
/cs:roast — Convene a 5-angle adversarial panel (Critic, Champion, Analyst, Investigator, Customer) on an idea, then a Judge delivers one GO / RESHAPE / KILL verdict with the cheapest 48-hour test to de-risk it. Pressure-test before you build.
name: "cs-roast" description: "/cs:roast — Convene a 5-angle adversarial panel (Critic, Champion, Analyst, Investigator, Customer) on an idea, then a Judge delivers one GO / RESHAPE / KILL verdict with the cheapest 48-hour test to de-risk it. Pressure-test before you build." argument-hint: "[the idea to roast]"
**Command:** `/cs:roast [the idea]`
Claude's default is to agree with you. `/roast` is the opposite. It convenes five independent reviewers who tear an idea apart and build it up from every angle, then acts as the Judge to deliver one honest verdict. Run it before you sink time and money into building the wrong thing.
1. **One shared brief** — assembled from idea / who / money / edge / constraints (`brief_builder.py`). 2. **Five reviewers in parallel**, each scoring their own dimension 1-10:
hold?", no web), The Investigator ("what does the market say?", web), The Customer ("would I pay?"). 3. **One verdict** — `GO / RESHAPE / KILL` + confidence, from the weighted synthesizer (not an average; demand/fatal-flaw/logic gates can veto a GO), with the real tension named and resolved. 4. **A money read** + **the cheapest 48-hour test** with explicit pass/fail signals.
# 1. Assemble the shared brief python ../skills/roast/scripts/brief_builder.py \ --idea "..." --who "..." --money "..." --edge "..." --constraints "..." # 2. Fire all five reviewers in parallel (one Task each, subagent_type: general-purpose), # pasting the same brief into each. Collect five 1-10 scores. # 3. Synthesize the call (weighting + veto gates + tension, NOT an average) python ../skills/roast/scripts/verdict_synthesizer.py \ --critic 4 --champion 8 --analyst 7 --investigator 5 --customer 6 # 4. Design the cheapest test from the riskiest assumption python ../skills/roast/scripts/cheapest_test_designer.py --risk price --price 99
---
**Version:** 1.0.0
388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Clean up merged branches locally and on remote, keeping only main, dev, and gh-pages.
Stage, commit, and push the current branch following git governance rules.
Comprehensive audit pipeline for skills, plugins, agents, and commands. Validates structure, quality, security, marketplace compliance, cross-platform…