원클릭으로
aitk-gemini
Gemini CLI command definitions in TOML. Use for adding or modifying commands, categories, or sandbox tests.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Gemini CLI command definitions in TOML. Use for adding or modifying commands, categories, or sandbox tests.
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 | aitk-gemini |
| description | Gemini CLI command definitions in TOML. Use for adding or modifying commands, categories, or sandbox tests. |
Read .claude/context/gemini.md for existing categories and commands before adding.
When adding a new command:
.toml in gemini/commands/<category>/scripts/sandbox/<category>/<cmd>.sh.claude/context/gemini.mdWhen modifying a command:
.claude/context/gemini.md if the description changedclaude/skills/ and update it to matchWhen adding a new category:
gemini/commands/ and scripts/sandbox/.claude/context/gemini.mdWhen editing tooling/gemini/seeds/:
.gemini/ and GEMINI.md for drift. The toolkit dogfoods its own gemini seeds..claude/context/gemini.md: commands inventory, setup, adding commandsprompts/gemini-cli.md: full conventions for command structure and TOML format