mit einem Klick
su-quick-archive
对低风险已通过审查事项执行快速归档,但仍保留证据和审计。
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
对低风险已通过审查事项执行快速归档,但仍保留证据和审计。
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
Fix bugs by reproducing the failure first, making the smallest correction, and proving the regression is covered. Use for bug reports, failing tests, and regressions.
Fix failing tests or CI by reading logs, identifying the smallest failing surface, making a minimal change, and rerunning targeted verification. Use when given CI logs, failing commands, or broken checks.
Scan relevant source, tests, commands, and existing project patterns before editing code. Use before non-trivial implementation, bug fixing, or refactoring when the right local pattern is unclear.
Control error handling, defaults, retries, compatibility paths, and fallback behavior. Use before adding catch blocks, defaults, shims, optional values, retries, or graceful degradation.
Prevent large-file growth and mixed-responsibility edits. Use when adding significant logic to a large file, mixed-purpose module, or file with repeated conditionals.
Implement the smallest safe repo-native code change for the requested behavior. Use for feature work, small refactors, and multi-file implementation tasks.
| name | su-quick-archive |
| description | 对低风险已通过审查事项执行快速归档,但仍保留证据和审计。 |
| metadata | {"short-description":"快速归档入口"} |
/ccb:su-quick-archive 用于低风险、已 review pass 的事项快速收尾。它不是跳过 archive 节点,而是使用 archive 节点的轻量路径,仍必须保留证据、风险和协商记录。
主要进入:
| 节点 | Manifest |
|---|---|
| 归档 | references/kernel/nodes/archive.node.md |
如果 review 不存在或未通过,先回到 references/kernel/nodes/review.node.md。
/ccb:su-quick-archive task_id=<id>
/ccb:su-quick-archive 当前已通过 review 的小任务
只适用于低风险事项。若命中必问项或仍有 unknown 验收,不得 quick archive。
定位上下文时先读 docs/00_项目总览.md、docs/00_文档地图.md 和 docs/.ccb/docs-structure-contract.yaml。归档对象的业务文档落点必须经 docs-structure resolver / 目录契约定位;退役文档按契约移入 docs/99_归档/,.ccb 只承载协调和审计件。
快速归档子任务不得执行 worktree 生命周期收尾,包括任何 implementation space;对带 code_workspace 的任务也不得调用
archiveRequirementWorktree、cleanupRequirementWorktree 或 requirement.finalize。quick archive
只写该 dev_task 终态、归档摘要和 EventJournal。若 quick archive 后该需求已全量终态,只能按
batch/archive 契约触发 mergeRequirementWorktree() 进入 merged 预览暂停;worktree+分支保留给用户检查。
如果用户要求需求级快速归档,不要在本 skill 内走特殊捷径;转入
/ccb:su-archive requirement_id=<id> 的手动归档模式,由它执行 cleanupRequirementWorktree() →
requirement.finalize,并支持 finalize-only recovery。
快速归档直接写对应业务文档 / .ccb 协调件和 EventJournal,不调用 Console 业务写入接口修状态。
即使 quick archive,也至少完成:
sc 可按 archive 节点推荐使用;不可用时说明替代方式。
输出归档路径、低风险理由、review pass 证据和后续无动作说明。