with one click
install-skill
Install a Claude Code skill from a GitHub skills repository URL.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Install a Claude Code skill from a GitHub skills repository URL.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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 / スプリントレビュー.
| description | Install a Claude Code skill from a GitHub skills repository URL. |
| disable-model-invocation | true |
| name | install-skill |
Install a Claude Code skill from a GitHub skills repository URL.
Route the input. Decide whether the user gave a GitHub tree URL or a repo/skill reference.
Extract repo and skill path. For a tree URL of the form https://github.com/OWNER/REPO/tree/<ref>/skills/<category>/<skill>, extract OWNER/REPO and the path under skills/ — for example, productivity/writing-great-skills. If the user gave OWNER/REPO <path> directly, use it as-is.
Install for Claude Code. Run:
gh skill install <repo> <skill-path> --agent claude-code
Report result. Show the installed skill path and any warnings.
gh missing or unauthenticated: stop and ask the user to run gh auth login.skills/ segment: stop and ask for a repo/skill reference.gh skill install fails: print the full error and do not retry.