Armory
Source
Browse
Skills

finishing-a-development-branch

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install finishing-a-development-branch --cli claude

writes the skill into.claude/skills/finishing-a-development-branch/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/finishing-a-development-branch/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

When to use it

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/development/finishing-a-development-branch/SKILL.md -o .claude/skills/finishing-a-development-branch/SKILL.md

Notes

Extracted from davila7/claude-code-templates, finishing-a-development-branch category.