spec-kitty-merge

/spec-kitty.merge - Deterministic Merge

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "spec-kitty-merge" with this command: npx skills add richfrem/agent-plugins-skills/richfrem-agent-plugins-skills-spec-kitty-merge

/spec-kitty.merge - Deterministic Merge

Run merge from the primary repository checkout root (outside .worktrees/ ). The checkout branch can be whatever branch the developer is using.

Required Execution Sequence

  • Generate deterministic merge plan first:

spec-kitty merge --feature <feature-slug> --dry-run --json

Confirm effective merge tips from JSON (effective_wp_branches ).

Execute the actual merge once:

spec-kitty merge --feature <feature-slug>

Prohibited Behavior

  • Never run manual git merge <feature-WP##> loops by default.

  • Never merge WP01→WP02→... just by numbering.

  • Only attempt manual git merges if spec-kitty merge fails and the user asks for manual recovery.

Interpretation Rules

  • Single effective tip: merge that tip only.

  • Empty effective set: already integrated; no merge needed.

  • all_wp_branches may be larger than effective_wp_branches ; this is expected.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

markdown-to-msword-converter

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

zip-bundling

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

spec-kitty-checklist

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

analyze-plugin

No summary provided by upstream source.

Repository SourceNeeds Review