원클릭으로
pr-create
PR 생성 시 사용. PULL_REQUEST_TEMPLATE 기반으로 body를 조립하고 check-pr-body.mjs 로컬 검증 → PASS 시 gh pr create. CI re-push 낭비 차단.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
PR 생성 시 사용. PULL_REQUEST_TEMPLATE 기반으로 body를 조립하고 check-pr-body.mjs 로컬 검증 → PASS 시 gh pr create. CI re-push 낭비 차단.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | pr-create |
| description | PR 생성 시 사용. PULL_REQUEST_TEMPLATE 기반으로 body를 조립하고 check-pr-body.mjs 로컬 검증 → PASS 시 gh pr create. CI re-push 낭비 차단. |
PR body contract(scripts/hooks/check-pr-body.mjs, CI PR Body Contract job)를
push 전에 충족시켜, CI fail → body 재작성 → re-push 사이클을 없앤다.
gh pr create CLI는 .github/PULL_REQUEST_TEMPLATE.md를 자동 적용하지 않으므로,
이 skill이 template을 읽어 채우고 로컬에서 검증한 뒤 생성한다.
git diff main...HEAD).docs/sprints/sprint-<N>/contract.md)..github/PULL_REQUEST_TEMPLATE.md(7섹션 SOT). HTML comment
가이드(<!-- ... -->)는 body에서 제거.## Summary — 한두 문장.## Changes — repo-relative path 또는 bullet.## Invariants — 보존할 사용자 동작/data/API/workflow invariant.## Test plan — 실행한 check, 또는 해당 없음 사유.## Smoke impact — Smoke-Test-Plan: 같은 줄에 값. 셋 중 하나:
Added/updated smoke: <path> · Covered by existing smoke: <spec> ·
Not required: <reason>. (check-pr-body.mjs 가 같은 줄 값을 요구.)## Documentation impact — 4 필드 한 줄씩:
- Required: yes|no / - Trigger: <user-facing|contract|workflow|safety|ops|architecture|risk|none>
/ - Updated SOT: <repo-relative path, or n/a> / - Reason: <판단 근거>.## Links — issue/ADR/sprint/CI/관련 PR.node scripts/hooks/check-pr-body.mjs --body-file <tmp>.
PASS → 다음 단계.FAIL → 누락 섹션/필드 메시지 읽고 채운 뒤 재검증. 반복.gh pr create --body-file <tmp> (title 은 Conventional Commits)./Users, /tmp, file://, worktrees/) evidence 금지 —
check-pr-body.mjs FAIL 원인. repo-relative path 또는 GitHub URL 만.Documentation impact / Required 가 no 여도 Reason 필수(documentation gate)..github/PULL_REQUEST_TEMPLATE.md — 7섹션 template (SOT)scripts/hooks/check-pr-body.mjs — contract 검증 (SOT, 본 skill 은 중복不)memory/workflow/documentation/memory.md — Documentation impact gatememory/workflow/delivery/memory.md — T3 PR 단계구현 완료 후 commit→push→PR→review→merge→cleanup 파이프라인을 자율 오케스트레이션할 때 사용. T0~T7 절차를 순서대로 실행하고 T3는 pr-create, T4는 pr-review skill에 위임한다. 중단 조건 도달 시 사용자에게 보고.
Memory/docs 동기화형 grill. 계획/설계를 압박 테스트하면서 active memory, docs, 코드에 맞춰 용어·결정·현재/미래 상태를 즉시 정리. 사용자가 "grill me", "그릴링", "grill with memory", "memory/docs 반영하며 grill", "결정 문서화하면서 그릴링"을 요청할 때 사용.
Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity. 사용자가 "단순화해", "깔끔하게 만들어", "리팩토링", "/code-simplify"라고 할 때 트리거. 동작은 보존하고 가독성·유지보수성만 개선.
어려운 버그와 성능 회귀(regression)를 위한 체계적 진단 루프. 재현 → 최소화 → 가설 → 계측 → 수정 → 회귀 테스트. 사용자가 "진단해줘" / "디버그해줘"라고 하거나, 버그를 보고하거나, 뭔가 깨졌다/throwing/실패하고 있다고 말하거나, 성능 회귀를 설명할 때 사용.
대화 중 합의된 결정, 룰, 적용 원칙을 repo memory/docs의 올바른 SOT에 저장. 사용자가 remember skill 실행을 요청하거나 "기억해"라고 말할 때 사용.
Multi-agent Planner-Generator-Evaluator harness with sprint-based workflow and contract system. Produces high-quality features by separating planning, implementation, and evaluation into distinct agents with a feedback loop. Usage: /harness <feature-description>