finishing-a-development-branch

finishing-a-development-branch is a skill for Claude Code, Codex from peintune/runjam. It costs 38 tokens per session (212 once invoked), scanned A, original, MIT.

A checklist for completing a development branch before merging it into a shared codebase. A pull request is the review request used to merge those changes.

In plain words
What is it for?
Use it to clean up changes, run tests and code checks, review the final difference, write a commit, and prepare a pull request.
Why use it?
It reduces the chance of merging unfinished code, missed tests, leftover debugging, or unclear documentation.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to clean up changes, run tests and code checks, review the final difference, write a commit, and prepare a pull request.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/peintune/runjam/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 peintune/runjam --skill finishing-a-development-branch
Clone the repo
git clone --depth 1 https://github.com/peintune/runjam

Made for: Claude Code, Codex.

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/peintune/runjam/finishing-a-development-branch/github.svg)](https://agentmods.dev/skills/peintune/runjam/finishing-a-development-branch)
Your own site
<a href="https://agentmods.dev/skills/peintune/runjam/finishing-a-development-branch"><img src="https://agentmods.dev/badge/skills/peintune/runjam/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/peintune/runjam/finishing-a-development-branch"><img src="https://agentmods.dev/badge/skills/peintune/runjam/finishing-a-development-branch.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 212 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00038 $0.00212
Opus 5 $0.00019 $0.00106
Sonnet 5 $0.00008 $0.00042
Haiku 4.5 $0.00004 $0.00021

Measured 9d ago against content hash 6908475e13ef, 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 9d 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.

src-tauri/builtin-skills/finishing-a-development-branch/SKILL.md · 32 lines

What it actually says

Finishing a Development Branch

Checklist

  1. Clean up: Remove debug logs, commented-out code, TODO markers
  2. Test: Run full test suite, verify edge cases
  3. Lint: Run linter and formatter
  4. Document: Update README, changelog, or inline docs if needed
  5. Review diff: Self-review the full diff before pushing
  6. Commit: Use descriptive commit messages (what + why, not how)
  7. Push: Push branch and create PR with clear description

PR Description Template

## What
Brief description of the change

## Why
Why this change is needed

## How
High-level approach (not implementation details)

## Testing
How to verify the change works
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. 9d ago First seen · 32 lines · 38 tokens per session scan A 6908475e13ef

Subscribe to this mod's changes

finishing-a-development-branch is a skill published in the GitHub repository peintune/runjam (219 stars, last pushed 4d ago), licensed MIT. It adds 38 tokens to every session and 212 once invoked, about $0.0002 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-08-30.

Related

Other skills, from other repositories

investigating-repository-history

Investigate GitHub repository history before risky code changes using git blame/log, GitHub PRs, review comments, squash/rebase/cherry-pick/rename heuristics, and cited evidence. Use when asking why code exists, whether a change is safe, what PR introduced behavior, or before editing API, compatibility, security…

CodeAlive-AI/ai-driven-development · 84 tokens

repo-activity-summary

Summarize a repository's recent engineering activity from git history — technologies, work types, churn hotspots, contributor patterns, and velocity. Use when asking "what has this repo been working on", "is this project active", "who contributes what", "where are the hotspots", or before onboarding onto an unfamiliar…

CodeAlive-AI/ai-driven-development · 70 tokens

worktree-pr

Decide whether a task deserves its own git worktree and, if chosen, run it end to end: branch from the integration branch rather than the current tree, keep the main working copy untouched while the task runs, compare the result against the untouched baseline before declaring it done, and prepare it for a pull request…

scarletkc/agents · 148 tokens

git-workflow

Run git status / log / diff and list pull requests for the session's repo via the opendray gateway. Use whenever the user asks about "what's changed", "status", "diff", "open PRs", or wants to commit / push.

Opendray/opendray · 56 tokens

intuitive-squash

Squash local GSD or agent-generated commit history into a clean, reviewable story while preserving important fixes. Use when the user asks to squash commits, clean git history, compress phase commits, prepare a branch before PR, compare aggressive vs moderate squash options, or preserve hotfix/security commits during…

MiaoDX/intuitive-flow · 73 tokens

intuitive-port-worktree

Port changes from one git worktree or checkout into the default repository folder's current branch, then by default sync the result to the remote default branch when everything is clean. Use when the user asks to move, copy, transfer, transplant, cherry-pick, apply a patch, or port worktree changes into the…

MiaoDX/intuitive-flow · 79 tokens