Complete AI TrainingYourJobSkills for your job

Skills / workflow

pr-merge-champion

Optimize pull requests for quick approval and merging by ensuring clean diffs, comprehensive self-reviews, and structured documentation.

IT & Software DevelopmentProject & Program ManagementOperations & Supply ChainAI & Automationcode-reviewgitgithubpull-requestworkflow

PR Merge Champion

Overview

A systematic playbook for preparing, reviewing, and documenting pull requests to ensure they are high-quality, free of common oversights, and optimized for instant maintainer approval and merging.

When to Use This Skill

  • Use when preparing to open a new pull request on GitHub or any Git hosting platform.
  • Use when self-auditing a feature or bug-fix branch for code cleanliness and consistency.
  • Use when trying to minimize review cycles and speed up the integration of your changes.

How It Works

Step 1: Pre-Flight Clean Up & Rebase

Before presenting your code to reviewers, clean up any workspace noise and ensure your branch is up to date:

  1. Rebase your feature branch on top of the latest target branch (e.g., main or master) to resolve conflicts early.
  2. Clean up untracked, temp, or swap files from your repository.
  3. Run local linters, formatters, and compilers to ensure no stylistic or syntax errors exist.

Step 2: Critical Self-Review

Review your own diff line-by-line as if you were the reviewer. Look out for:

  1. Leftover debugging statements (e.g., console.log, print, breakpoints, or custom debug flags).
  2. Unnecessary changes, white-space only diffs, or commented-out code blocks.
  3. Incomplete TODO comments that should be resolved or turned into tracked issues.
  4. Correctness of error handling and edge cases

Subscribers only

The full skill, its 1 bundled files and every download is included with every paid Complete AI plan.

Details

Sourceself
License
Risk labelsafe ("critical" means the skill may run commands or touch files — read before use)
FilesSKILL.md
Added2026-06-16

Related skills

acceptance-orchestrator

Use when a coding task should be driven end-to-end from issue intake through implementation, review, deployment, and acceptance verification with minimal human re-intervention.

address-github-comments

Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI.

ai-loop

Runs a bounded spec-build-review development loop with explicit scope, stop conditions, and human approval gates for risky or ambiguous work.

airflow-dag-patterns

Build production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. Use when creating data pipelines, orchestrating workflows, or scheduling batch jobs.

antigravity-workflows

Use when asked to ship a SaaS MVP, audit application security, build an AI agent, run browser QA, or design a domain model with multiple skills and verified checkpoints.

ask-questions-if-underspecified

Clarify requirements before implementing. Use when serious doubts arise.