finalize

Automate pre-merge audits, code verification, and documentation synchronization for feature branches.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/enpuyou/sed.i --skill finalize-enpuyou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finalize
Source: https://github.com/enpuyou/sed.i/tree/main/.claude/skills/finalize
Command: npx skills add https://github.com/enpuyou/sed.i --skill finalize-enpuyou

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The 'finalize' skill addresses the challenge of ensuring that feature branches are fully prepared before merging into the main branch, through an automated auditing, verification, and review process.

Core Features & Use Cases

  • Branch Pre-merge Pipeline: Executes a complete pre-merge workflow including checks, tests, code review, and documentation update.
  • Safety Verification: Ensures API surface changes, backward compatibility, and no data loss in migrations.
  • Code Review Assistance: Guides through code correctness, consistency, security, and accessibility review.
  • Documentation Synchronization: Updates project documentation, changelogs, and version bumps with the latest changes.

Quick Start

Execute the full finalization process for your current feature branch by typing /finalize.

Frequently Asked Questions about finalize

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

FAQPage Schema
How do I automate pre-merge checks for a feature branch?

Verify API surface changes during finalization through safety checks that ensure backward compatibility and prevent data loss in migrations. This automated verification step is critical before merging feature branches into the main codebase.

What is the best way to update changelogs and documentation before a merge?

Update changelogs and documentation before a merge by using a branch finalization process that synchronizes project docs and version bumps with the latest code changes. This keeps documentation aligned with new features automatically.

How does automated code review assistance work for branch finalization?

Automated code review assistance works by guiding developers through checks for code correctness, consistency, security, and accessibility. This pre-merge review process ensures feature branches meet quality standards before hand off.

Do I need specific CI/CD tools to prepare my feature branch for merging?

You do not need specific CI/CD tools to prepare your feature branch for merging. The finalization pipeline operates independently to execute checks, verify safety, and update documentation for collaborative development workflows.

When should I not use an automated branch finalization pipeline?

You should avoid automated branch finalization when your project lacks collaborative development workflows or when code quality and documentation integrity are not crucial priorities for the current merge process.