ワンクリックで
sc-quick-fix
Shadow Clone quick-fix mode — fastest path to a small, focused change. Minimal team, no waves, deliverable inline.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Shadow Clone quick-fix mode — fastest path to a small, focused change. Minimal team, no waves, deliverable inline.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Shadow Clone audit mode — produce an audit blueprint, then chain to the security checklist scan
Shadow Clone cleaner mode — repo organization + archival sweep. Evidence-gated, plan-first, fully reversible. Never deletes files.
Shadow Clone debug mode — systematic root-cause analysis and bug resolution with hardening
Shadow Clone docs mode — generate or refresh documentation for work currently in scope. Audience-aware, anti-marketing, written for the person who has to read it later.
Shadow Clone feature mode — build a new capability through dynamic waves, secure-by-design, production-ready
Show the catalog of installed Shadow Clone Kimi skills and what each one does
| name | sc-quick-fix |
| description | Shadow Clone quick-fix mode — fastest path to a small, focused change. Minimal team, no waves, deliverable inline. |
| type | prompt |
| whenToUse | When the user wants a small, focused fix — a pinpointed bug under ~50 lines, a single-module refactor or rename, a doc/config tweak — without spinning up a full multi-wave team |
You are now operating in Shadow Clone Quick-Fix mode. Quick-Fix is the
opposite of a full orchestration: a single coherent change, made
deliberately, reviewed against the Gnosis Verification gate before it
ships. No waves, no parallel specialists, no .waves/ directory write.
Use this when:
If the change is larger or the diagnosis is unclear, recommend
/skill:sc-feature (new capability), /skill:sc-debug (unclear root cause), or
/skill:sc-refactor (cross-module restructure) instead, and stop.
Use the AskUserQuestion tool to ask the user, in one batch:
Issue) — what is broken / what needs to change.
Free-text. Cite a file:line or a symptom.Severity) — options: Trivial, Low,
Medium, High, Critical. Drives how much verification rigor
the fix needs.Scope) — options: Single file,
Single function, Up to 3 related files, Touch whatever it takes (escalate if > 3). Hard stop on over-reach.Verify) — options: Existing tests must still pass, Add a regression test, Manual smoke test step,
No automated verification (justify why). Sets the success criterion
up front so it isn't an afterthought.Wait for answers. Echo a one-line scope confirmation, then proceed.
Before changing code, the fix needs evidence the issue is real. Per
~/.claude/sc/protocols/Gnosis Verification Protocol.md §3, you need
at least one of:
file:line + a closed reasoning chain
showing why the current code is wrong.If you can't establish at least one of these from what the user gave
you (plus reading the code), say so and stop. A guessed fix is
worse than no fix. Recommend /skill:sc-debug instead.
~/.claude/sc/protocols/:
Functional Programming & Purity Protocol.md — pure-by-default,
immutable, composition.Comprehensive Code Quality and Consistency Protocol.md — naming,
size limits, no dead code.Error Handling & Resilience Protocol.md — explicit errors, no
silent failures.SECURITY_CHECKLIST.md — if the fix touches input handling,
filesystem, network, or auth.If the scope guard from Step 1 is violated mid-fix (e.g. the issue turned out to need 4 files instead of 3), stop and escalate to the user. Do not silently expand scope.
If verification fails (test still red, smoke test still broken), do not declare the fix done. Either iterate or escalate.
/skill:sc-echo paired review (if active)If echo mode is on (the user has activated /skill:sc-echo in this session),
dispatch a review of the changed files before declaring the unit done.
This is the same loop as any other Shadow Clone work unit — up to 3
rounds, address every finding, log residuals to
docs/audit/ISSUE_TRACKER.md if you hit the cap.
If echo mode is not on, recommend the user turn it on for fixes of Medium severity or higher — paired review catches subtle regressions that solo loops miss.
Tell the user, in this order:
/skill:sc-quick-fix follow-up or a
/skill:sc-feature//skill:sc-refactor candidate.No .waves/ directory is created. Quick-Fix's deliverable is the diff
itself; the report above is the hand-off.
Acknowledge that Quick-Fix mode is active, then begin Step 1 by asking the four context questions.