원클릭으로
install-recommended-skills
Install recommended productivity skills (grill-me, handoff, writing-great-skills) globally via gh skill install.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Install recommended productivity skills (grill-me, handoff, writing-great-skills) globally via gh skill install.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Cross-check an Epic's user stories, PBIs, and acceptance criteria against the actual implementation in its repo, and propose fixes for mismatches, missing/unfinished descriptions, and unclear wording. Use when the user wants a consistency check between backlog and code, 整合性チェック, or asks whether the backlog still reflects what is really implemented.
Investigate a spike task from an Epic's backlog using the Epic's dedicated repo clone, and save a findings report the team can decide from. Use when the user mentions a spike, スパイク調査, or wants a technical question from the backlog researched against the actual codebase.
Load a PBL Epic's working context — backlog snapshot, repo sync data, and the Epic summary — refreshing stale data first, so the conversation can start from the Epic's current state. Use when the user wants to load/open an Epic, asks "where are we on <Epic>", Epicをロード, or starts a session about a specific Epic's status.
Generate an HTML report of an Epic's currently-implemented spec and its upcoming planned features, reconciled from the backlog snapshot and the repo's actual state. Use when the user wants a "what exists now vs what's coming" summary, 仕様まとめ, or a feature-status overview for stakeholders.
Read or update the product backlog on monday.com. Use when the user asks about backlog items, monday.com boards, tickets, or tasks tracked in monday.com.
Generate a sprint-review HTML document for a PBL Epic — done items with demo pointers, sprint metrics, and an agenda — from the monday.com board and its Drive snapshot. Use when the user wants sprint review material, a demo agenda, or to prepare for a sprint review / スプリントレビュー.
| name | install-recommended-skills |
| description | Install recommended productivity skills (grill-me, handoff, writing-great-skills) globally via gh skill install. |
| disable-model-invocation | true |
| allowed-tools | Bash(gh skill install *) Bash(gh auth status) |
Install the following recommended productivity skills for Claude Code at user scope (available across all projects, installed to ~/.claude/skills/):
Note: This plugin itself should be installed globally with
--scope user:/plugin install productivity --scope user
Steps:
gh is installed and authenticated. If gh auth status fails, stop and ask the user to run gh auth login.gh skill install mattpocock/skills productivity/grill-me --agent claude-code --scope user
gh skill install mattpocock/skills productivity/handoff --agent claude-code --scope user
gh skill install mattpocock/skills productivity/writing-great-skills --agent claude-code --scope user