finishing-a-development-branch

finishing-a-development-branch is a skill for Claude Code from skeletorflet/opencode-supreme-setup. It costs 27 tokens per session (281 once invoked), scanned A, original, MIT.

A skill for deciding what to do after development work is finished and its tests pass, such as merging a branch, opening a pull request, keeping it, or discarding it.

In plain words
What is it for?
Use it at the end of a coding task to verify tests, identify the Git branch setup, choose an integration option, and clean up when appropriate.
Why use it?
It gives a structured way to integrate completed work while checking the repository state and avoiding unsafe cleanup.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it at the end of a coding task to verify tests, identify the Git branch setup, choose an integration option, and clean up when appropriate.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/skeletorflet/opencode-supreme-setup/finishing-a-development-branch
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add skeletorflet/opencode-supreme-setup --skill finishing-a-development-branch
Clone the repo
git clone --depth 1 https://github.com/skeletorflet/opencode-supreme-setup

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for finishing-a-development-branch

README.md
[![agentmods](https://agentmods.dev/badge/skills/skeletorflet/opencode-supreme-setup/finishing-a-development-branch/github.svg)](https://agentmods.dev/skills/skeletorflet/opencode-supreme-setup/finishing-a-development-branch)
Your own site
<a href="https://agentmods.dev/skills/skeletorflet/opencode-supreme-setup/finishing-a-development-branch"><img src="https://agentmods.dev/badge/skills/skeletorflet/opencode-supreme-setup/finishing-a-development-branch/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for finishing-a-development-branch

Your own site · 80×15
<a href="https://agentmods.dev/skills/skeletorflet/opencode-supreme-setup/finishing-a-development-branch"><img src="https://agentmods.dev/badge/skills/skeletorflet/opencode-supreme-setup/finishing-a-development-branch.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 281 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00027 $0.00281
Opus 5 $0.00014 $0.00140
Sonnet 5 $0.00005 $0.00056
Haiku 4.5 $0.00003 $0.00028

Measured 6d ago against content hash d0fdd37117a1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

finishing-a-development-branch scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/finishing-a-development-branch/SKILL.md · 42 lines

What it actually says

Finishing a Development Branch

Overview

Guide completion of development work by presenting clear options and handling chosen workflow.

Core principle: Verify tests → Detect environment → Present options → Execute choice → Clean up.

The Process

Step 1: Verify Tests

Run test suite. If tests fail, stop. If pass, continue.

Step 2: Detect Environment

Determine workspace state (normal repo vs worktree vs detached HEAD).

Step 3: Determine Base Branch

git merge-base HEAD main or ask.

Step 4: Present Options

  1. Merge back to base branch locally
  2. Push and create a Pull Request
  3. Keep the branch as-is
  4. Discard this work

Step 5: Execute Choice

Merge locally: Checkout base, merge, verify tests, cleanup. Create PR: Push branch, create PR with gh CLI. Keep as-is: Report branch name and location. Discard: Confirm first, then cleanup.

Step 6: Cleanup Workspace

Only for Options 1 and 4. Remove worktree and prune.

Red Flags

Never: Proceed with failing tests, delete work without confirmation, force-push without explicit request.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 42 lines · 27 tokens per session scan A d0fdd37117a1

Subscribe to this mod's changes

finishing-a-development-branch is a skill published in the GitHub repository skeletorflet/opencode-supreme-setup (47 stars, last pushed 3mo ago), licensed MIT. It adds 27 tokens to every session and 281 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.