Skip to main content
ClaudeWave
Skill1.3k repo starsupdated today

spk-gate-merge

The spk-gate-merge skill orchestrates the safe merging of accepted Spec Kitty missions by confirming acceptance status, executing the merge command, resolving any git workflow conflicts, and routing the work through post-merge review and retrospective processes. Use this skill when a mission has passed acceptance gates or when explicitly requested to merge, ensuring rejected or blocked work is never merged.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/Priivacy-ai/spec-kitty /tmp/spk-gate-merge && cp -r /tmp/spk-gate-merge/src/doctrine/skills/spk-gate-merge ~/.claude/skills/spk-gate-merge
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# spk-gate-merge

Use this skill after `spk-gate-accept` passes or when a user asks to merge a
mission.

## Flow

1. Confirm the mission passed accept.
2. Run `/spec-kitty.merge` or the equivalent CLI command.
3. Resolve git/worktree blockers with `spk-admin-git-workflow`.
4. After merge, route to `spk-gate-mission-review`.
5. Then route to `spk-gate-retrospective`.

## Rule

Do not merge rejected, blocked, or partially reviewed work.