소스 정보
- 저장소
- 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명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? 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.