pr-finalize

Validate PR title and description against implemented changes before merge.

23.3k|2.0k|Updated May 8, 2020
One-click install
npx skills add https://github.com/dotnet/maui --skill pr-finalize
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-finalize
Source: https://github.com/dotnet/maui/tree/main/.github/skills/pr-finalize
Command: npx skills add https://github.com/dotnet/maui --skill pr-finalize

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps ensure that a PR's title and description accurately reflect the implemented changes and that a thorough code review is performed before merge, reducing miscommunications and quality risks.

Core Features & Use Cases

  • Metadata Alignment: Verifies that PR title and description align with the actual changes.
  • Code Review Focus: Conducts a targeted review for best practices and potential issues.
  • Merge Readiness: Prepares the PR for merge by documenting gaps and aligning messaging when changes occur during review.

Quick Start

Use pr-finalize to review a PR and finalize it for merge by validating the title/description against the changes and performing a code review.

Frequently Asked Questions about pr-finalize

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

FAQPage Schema
How do I verify a pull request title and description match the actual code changes?

Verifying pull request metadata alignment involves checking that the PR title and description accurately reflect the implemented changes. This skill performs that validation to prevent misalignment and reduce quality risks during merge.

What is the best way to finalize a pull request for merge after code review updates?

Finalizing a pull request for merge requires documenting any gaps and aligning messaging when changes occur during review. This skill prepares the merge-ready state by validating metadata and enforcing a focused code review for best practices.

Can I use this to enforce a focused code review for best practices and potential issues?

Yes, enforcing a focused code review for best practices and potential issues is a core function. It conducts targeted reviews to ensure the merge-ready state meets quality standards before finalizing the pull request.

Does this skill work for any pull request requiring final verification?

Yes, this skill is applicable to any pull request requiring final verification or post-review updates. It validates the title and description against the implementation and performs a code review to ensure merge readiness.

How do I prevent misalignment between PR descriptions and implementation during merge?

Preventing misalignment during merge requires validating that a PR's title and description accurately reflect the implementation. This skill checks metadata alignment and documents gaps when changes occur during the review process.