---
name: Spec Kitty Admin Git Workflow
slug: spec-kitty-admin-git-workflow
category: DevOps
description: Spec Kitty Admin Git Workflow manages Spec Kitty git operations, including worktrees, safe commits, merge preflights, stale state checks, and recovery. Use it when dealing with branch state, merge blockers, or stale repository state.
github: "https://github.com/Priivacy-ai/spec-kitty/tree/main/src/doctrine/skills/spk-admin-git-workflow"
language: Python
stars: 1521
forks: 147
install: "npx degit https://github.com/Priivacy-ai/spec-kitty/tree/main/src/doctrine/skills/spk-admin-git-workflow ~/.claude/skills/spk-admin-git-workflow"
installs_to: ~/.claude/skills/spk-admin-git-workflow
source_path: src/doctrine/skills/spk-admin-git-workflow/SKILL.md
collection_size: 25
category_size: 798
collection_url: "https://dirskills.com/collections/Priivacy-ai/spec-kitty"
added: 2026-08-19T07:26:43.033Z
last_synced: 2026-08-19T07:26:43.033Z
canonical_url: "https://dirskills.com/skills/spec-kitty-admin-git-workflow"
---

# Spec Kitty Admin Git Workflow

Spec Kitty Admin Git Workflow manages Spec Kitty git operations, including worktrees, safe commits, merge preflights, stale state checks, and recovery. Use it when dealing with branch state, merge blockers, or stale repository state.

**Install:**

```bash
npx degit https://github.com/Priivacy-ai/spec-kitty/tree/main/src/doctrine/skills/spk-admin-git-workflow ~/.claude/skills/spk-admin-git-workflow
```

## README

# 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.
