pr-finalize

Execute final validation checks on a pull request before merging.

2|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/elijahmurray/vandra-dev --skill pr-finalize-elijahmurray
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-finalize
Source: https://github.com/elijahmurray/vandra-dev/tree/main/skills/pr-finalize
Command: npx skills add https://github.com/elijahmurray/vandra-dev --skill pr-finalize-elijahmurray

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps ensure that all necessary checks and validations are performed on a pull request before it is merged, reducing the risk of introducing errors or regressions.

Core Features & Use Cases

  • Pre-merge Validation: Executes a series of automated checks to confirm the readiness of a pull request.
  • Workflow Consistency: Standardizes the final review process for all pull requests.
  • Use Case: Before merging a feature branch into main, use this Skill to automatically run linters, tests, and perform a final code review checklist.

Quick Start

Run the final checks on the current pull request before merging.

Frequently Asked Questions about pr-finalize

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

FAQPage Schema
How do I run final validation checks before merging a pull request?

Pre-merge validation for a pull request involves executing automated checks, code integrity verification, and merge readiness assessments to ensure branch quality before integration into the main branch.

What is the best way to standardize code review and merge readiness checks?

Standardizing merge readiness checks involves applying a consistent pre-merge quality assurance process that automatically runs linters, tests, and a final code review checklist for every pull request.

Can I automatically run linters and tests on my feature branch before a git merge?

Yes, you can automatically run linters and tests on a feature branch by executing pre-merge validation steps that verify code integrity and assess pull request readiness before the git merge.

Why do I need pre-merge validation for my git pull requests?

Pre-merge validation for git pull requests is needed to reduce the risk of introducing errors or regressions, ensuring all necessary automated checks and code integrity verifications pass before merging.

Does this pre-merge quality assurance process require any specific dependencies?

No specific dependencies are required to run this pre-merge quality assurance process, allowing you to execute final validation steps and merge readiness assessments directly within your software development workflow.