一键导入
discard
Discard all uncommitted changes, reverting to the last commit. Usage /discard
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Discard all uncommitted changes, reverting to the last commit. Usage /discard
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run the canonical Logic Sweep (docs/LOGIC.md, SS-A44) on one or more stories — six-dimension logic/continuity audit, severity triage, minimal-splice fixes, verification. NO votes, NO panels. Usage /logic-sweep [slug ...]; no argument = every story with beats changed since its last sweep.
Build the all-universe Story Completeness dashboard as an HTML artifact — per-story coverage (bible↔blueprint↔beat), chapter count, blueprint granularity, open gaps, node score, standard deviation, and ballot count, across every universe. Usage /completeness [--fresh]. --fresh re-runs coordination first (no LLM); default reads the latest reports/coordination/*.json.
Stage, commit, push, and print the commit hash. Use /commit for auto-message or /commit "Message" for custom.
Economical node evaluation in one call — a sampled panel casts cheap score-ballots (overall + per-beat + one gripe), clusters them into a Pareto/contested/seam study, upgrades the most informative few to full prose, and prints one report with the node score + 95% CI. Usage /review-node [slug-or-id]; defaults to the most-recently-edited node.
Launch the StreetSamurai Writer host and open it in Chrome at localhost. No arguments needed.
Revert a specific commit by hash. Usage /revert <commit-hash>
| name | discard |
| description | Discard all uncommitted changes, reverting to the last commit. Usage /discard |
When invoked:
git status and show the user what will be discardedgit checkout -- . to revert tracked file changesgit clean -fd to remove untracked files and directoriesgit status to confirm clean state