Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Wrap Up Branch

ASecurity

Finish a feature branch: add missing tests, review and fix the code, align docs, then merge only after explicit confirmation.

12 stars
0 votes
0 copies
0 views
Added 9/22/2026
developmentgitdocumentation

Security Analysis

A100/100

Scanned 9/22/2026

Install to Claude Code

$npx -y skills add reidemeister94/development-skills --skill wrap-up-branch --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Wrap Up Branch?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Wrap Up Branch
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/reidemeister94-wrap-up-branch/badge)](https://www.skillsdirectory.com/skills/reidemeister94-wrap-up-branch)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: wrap-up-branch
description: "Finish a feature branch: add missing tests, review and fix the code, align docs, then merge only after explicit confirmation."
argument-hint: "[target-branch]"
user-invocable: true
disable-model-invocation: true
effort: xhigh
---

# Wrap up branch

Finish the current feature branch so it can land safely.
Invoking the skill authorizes in-scope edits, their commits on the feature branch, and merging the target into the feature branch.
Merging into the target and pushing wait for the final question.
Run the steps in order. Stop on a failed gate.
Each step that changes files ends with `development-skills:commit` and the matching Conventional Commit type.

## 1. Resolve scope

- The feature branch is the current `HEAD`. Stop on a detached `HEAD` or when `HEAD` is already the target.
- The target is `$ARGUMENTS`. Without it, inspect `dev`, `develop`, and `development`; otherwise use the default branch.
- Name `main` or `master` as protected in the final question.
- A dirty working tree needs one decision: commit the listed paths or stop. Never stash without permission.
- Fetch `origin`, then use `git diff <merge-base>...HEAD` as the scope. Keep temporary review files outside the repository.
- Run the project's checks as a baseline. Stop if the branch is already red.
- State the target and merge-base before changing the branch.

## 2. Tests

Invoke `development-skills:create-test` for the branch scope.
Add missing proof for the branch's behavior and relevant rejection, limit, timeout, retry, permission, concurrency, and partial-failure cases.

Judge proof by failures caught, not counts.
A new failing test exposes a defect. Fix it only when the fix stays inside branch scope; otherwise stop and report it.
Run focused tests, then project checks.

## 3. Review and fix

Invoke `development-skills:staff-review` on the merge-base range.
Provide the plan, issue, or pull request description as the requirement when available.
Fix every `MISSING` or `EXTRA` finding and every CRITICAL or HIGH quality finding.
Report MEDIUM and LOW findings unchanged.
Run affected checks and re-review the fix diff. Stop after three failed fix rounds or a conflict with an existing decision.

## 4. Documentation

Invoke `development-skills:align-docs` with the branch scope.
When the repository has a `CHANGELOG.md`, invoke `development-skills:changelog` in `from-commits` mode.

## 5. Bring the target into the branch

Merge `origin/<target>` or the local target into the feature branch first.
On conflict, invoke `development-skills:resolve-merge` and complete the merge commit it prepares.
Run project checks on the merged tree. Stop on failure.

## 6. Merge

Present the target and protection, added commits, checks, review verdict, remaining findings, and documentation changes.
Then ask once: `Merge`, `Merge and push`, or `Stop`.

On `Merge` or `Merge and push`:

1. Check out the target and update it with `git merge --ff-only origin/<target>` when a remote exists.
2. Stop if the local target diverged.
3. Run `git merge --no-ff <feature-branch>`.
4. On `Merge and push`, run `git push origin <target>`. Never force a rejected push.

Leave the feature branch in place. Deletion is the user's choice.

Report the result, commits, checks, open findings, and evidence limits.
Translate platform tools with [Codex tools](../using-development-skills/references/codex-tools.md).

Attribution

reidemeister94reidemeister94
View sourceMore from reidemeister94 →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Browser Extension Developer

Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.

284072 votes

Seo Optimizer

SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.

2192 votes

Google Official Seo Guide

Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation

1862 votes

Tanstack Start

Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...

9881 votes

Pentest

PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.

5491 votes
View all in development →