用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/govctl-org/govctl --skill quick命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | quick |
| description | Execute a trivial non-behavioral change without unnecessary governance ceremony |
| allowed-tools | Read, Write, Edit, Bash, Glob, Grep, TodoWrite |
| argument-hint | <what-to-do> |
Complete $ARGUMENTS only while it remains small, local, and non-behavioral.
Use govctl status to confirm repository context. If task context names a Work
Item, inspect it with govctl work show <WI-ID>; otherwise check
govctl work list active and govctl work list queue only when an existing
tracked task may already own the cleanup. Use resource --help for current
syntax. In the govctl repository itself, invoke governance commands as
cargo run --quiet --.
commit skill.| Situation | Action |
|---|---|
| Typo, comment, small guide fix, or local mechanical cleanup | Continue with quick |
| Existing matching Work Item already owns the cleanup | Preserve its scope and closure rules |
| User explicitly needs durable tracking for the outcome | Use at most one coarse Work Item |
| Governance artifact maintenance with no implementation | Hand off to spec |
| Open design or requirement ambiguity | Hand off to discuss |
| Behavior, implementation, or broader verification is involved | Hand off to gov |
Activate a matching queued Work Item through its canonical lifecycle command
only when it exactly owns the cleanup and the task remains trivial. Otherwise
hand off to gov. Never implement under or attempt to close a queued item.
When a matching Work Item exists, keep acceptance criteria observable and notes durable. Transient progress belongs in an existing loop or the final response, not Work Item notes. Do not create a new loop for a trivial untracked change.
Make the smallest coherent edit and run validation proportional to the affected
surface. govctl check must pass in a governed repository. Run focused project
checks when code or generated output is touched; if those checks reveal broader
behavioral risk, switch to gov.
When closing a tracked Work Item, let govctl work move <WI-ID> done execute its
effective guards instead of manually repeating them immediately beforehand.
The quick change is complete when:
govctl check pass;Use commit to record the coherent change.