ワンクリックで
create-snippet
Creates a new snippet file in `snippets/`. Use when asked to create a snippet, add a snippet, or make a new snippet.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Creates a new snippet file in `snippets/`. Use when asked to create a snippet, add a snippet, or make a new snippet.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Pulls review findings and CI status on the current branch's open PR, fixes each in the working tree, refreshes any stale `.claude/` docs, replies with a summary comment, and pushes a follow-up commit. The worker's return leg after `claude-pr-review`. Use when asked to "address the review", "fix the PR comments", "respond to review", or after an orchestrator posts findings. Do NOT use to write a review. That is `claude-pr-review`.
Ships a small self-review edit on the current PR branch by staging, committing, pushing, and syncing the open PR, replying on the PR when it carries review comments. Use when asked to "ship a followup", "push the PR fix", "followup", or "commit and push this small change". Do NOT use when there is no open PR for the branch (use git-ship instead).
Claude skill structure and authoring rules
Chains implement → verify → review → ship after a feature plan is approved. Reads the plan for the current branch, runs the full pipeline in one session, and stops on any failure or non-minor review finding. Use when asked to "autoship", "ship this feature end to end", or "run the chain". Do NOT auto-trigger. Requires an approved plan file.
Asserts the orchestrator role for the current session and holds the build loop, dispatching to the roadmap, feature, review, and worktree skills. Use when asked to "be the orchestrator", "run the orchestrator", "orchestrate this project", or to set up the control session for parallel feature builds. Do NOT build features or merge PRs in this session.
Reviews an open pull request from an independent session and posts findings as a review comment on the PR. Reads project docs and the roadmap for cross-feature context a self-review lacks. Use when asked to "review the PR", "review this feature's PR", "post a PR review", or acting as the orchestrator reviewing a worker's PR. Do NOT use to review local uncommitted changes. That is `claude-review`.
| name | create-snippet |
| description | Creates a new snippet file in `snippets/`. Use when asked to create a snippet, add a snippet, or make a new snippet. |
Read these files from the project root in parallel:
.claude/standards/snippets.md: authoring conventions, invocation channels, use patterns.claude/standards/prose.md: prose conventions for all generated textsnippets/<slug>.md.claude/standards/snippets.md is not present, stop: ❌ .claude/standards/snippets.md not found. Run aitk standards install first.snippets/ does not exist, stop: ❌ No snippets/ directory found.Remind the user: copy snippets/<slug>.md to the toolkit repo and place it in the correct category folder (snippets/<category>/<name>.md).