finishing-a-development-branch

Verify a finished feature branch is committed, tested, reviewed, and pushed before PR.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/michael-conrad/.opencode --skill finishing-a-development-branch-michael-conrad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finishing-a-development-branch
Source: https://github.com/michael-conrad/.opencode/tree/main/skills/finishing-a-development-branch
Command: npx skills add https://github.com/michael-conrad/.opencode --skill finishing-a-development-branch-michael-conrad

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Branch readiness verification ensures a feature branch is fully ready for PR by ensuring all changes are committed, tested, reviewed, and pushed, and by enforcing mandatory gates for finishing.

Core Features & Use Cases

  • Branch readiness verification and completion workflow
  • Dispatch to sub-agents for prepare, checklist, and completion
  • Use cases: finishing a development branch, pre-PR checks, branch state inspection

Quick Start

Invoke the skill with finishing-a-development-branch and drive the workflow by invoking the prepare, checklist, and completion tasks in sequence.

Frequently Asked Questions about finishing-a-development-branch

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

FAQPage Schema
How do I verify a git feature branch is ready for a pull request?

To verify a git feature branch is ready for PR, run the prepare, checklist, and completion tasks in sequence to validate commits, tests, reviews, and push status before submission.

What is a branch readiness checklist for trunk-based development?

A branch readiness checklist for trunk-based development verifies all changes are committed, tested, reviewed, and pushed, enforcing mandatory gates for finishing a feature branch before PR.

How do I run pre-PR checks on a git branch before submitting?

Run pre-PR checks by dispatching to sub-agents for prepare, checklist, and completion tasks, validating committed changes and tested status to ensure the branch is fully ready for PR.

Does this branch verification workflow work with standard git and trunk-based workflows?

Yes, this branch verification workflow supports standard git and trunk-based workflows, inspecting branch state and enforcing readiness gating across prepare, checklist, and completion tasks.

What steps are required to finish a development branch?

Finishing a development branch requires invoking prepare, checklist, and completion tasks in sequence to verify committed changes, tested and pushed status, and readiness gating before PR.