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

spk-admin-git-workflow

The spk-admin-git-workflow skill manages Spec Kitty's git operations including worktree lifecycle management, branch state verification, safe commits, merge preflight checks, and stale repository recovery. Use this skill when Spec Kitty work requires git operations, worktree management, branch state inspection, commit handling, merge blocker resolution, or repository state repair while preserving user changes.

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

SKILL.md

# spk-admin-git-workflow

Use this skill when Spec Kitty work involves git operations, worktree lifecycle,
branch state, commits, merge blockers, or stale repository state.

## Flow

1. Inspect the active mission, branch, worktree, and target branch.
2. Let Spec Kitty-managed git operations run through the CLI when available.
3. Perform manual git operations only when the workflow explicitly requires it.
4. Preserve user changes and avoid destructive repair.
5. Return to `spk-gate-merge` or `spk-run-blocked-recovery` after repair.

## Legacy Alias

For detailed git operation matrices and safe-commit guidance, use
`spec-kitty-git-workflow` when available.