ソース情報
- リポジトリ
- govctl-org/govctl
- ソースの最終更新活動
- 2026年7月27日 12:17
- 検出された SKILL.md の言語
- 英語
- スター
- 242
- フォーク
- 12
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/govctl-org/govctl --skill quickコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Write durable work items with scoped descriptions, testable categorized acceptance criteria, governing references, and risk-matched guards
Explore a governance design, resolve ambiguity, and draft RFC or ADR artifacts without implementation
Execute governed implementation with work-item traceability, RFC/ADR authority, risk-scoped verification, and closure
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.