finishing-branch

Enforce evidence-based verification, cleanup, and integration workflows for development branches.

4|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/rbaumier/skills --skill finishing-branch-rbaumier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finishing-branch
Source: https://github.com/rbaumier/skills/tree/main/finishing-branch
Command: npx skills add https://github.com/rbaumier/skills --skill finishing-branch-rbaumier

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verify everything works with evidence, then integrate the work.

Core Features & Use Cases

  • Enforces a Verification Gate (MANDATORY) before any claim of completion.
  • Guides a Cleanup Scan to remove artifacts, TODOs, and outdated docs prior to commit.
  • Provides a structured Integration workflow with four options and Phase 4 cleanup.

Quick Start

Run the full verification cycle (tests, build, and lint) and act only when all gates are green.

Frequently Asked Questions about finishing-branch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify a git branch is complete before a merge?

To verify a git branch before merge, enforce a mandatory verification gate that runs tests, build, and lint cycles. This structured workflow ensures all checks are green and provides reproducible, auditable evidence of completion.

What is the best way to clean up code artifacts before a PR?

The best way to clean up code before a PR is to run a structured cleanup scan that removes leftover artifacts, unresolved TODOs, and outdated documentation. This ensures the branch contains no debris prior to integration.

How does an evidence-based branch finishing workflow work?

An evidence-based branch finishing workflow operates through four phases: verification, cleanup, integration, and post-merge verification. It mandates passing all test and build gates, removing debris, and generating auditable evidence.

Can I automate branch cleanup and integration without leaving debris?

Yes, you can automate branch cleanup and integration using a phase-based workflow that includes a mandatory cleanup scan and a Phase 4 post-merge verification. This guarantees no debris remains and results are reproducible across merges and PRs.

Do I need specific dependencies to enforce a structured merge verification?

No specific dependencies are required to enforce structured merge verification. The workflow applies its phase-based verification, cleanup, and integration processes directly to development branches without external tool dependencies.