verify-pr-ready

Community

Confirm PR readiness for merge, instantly.

Authormvillmow
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Merging a pull request prematurely without all checks passing can introduce bugs, break the main branch, and lead to costly rollbacks.

Core Features & Use Cases

  • Comprehensive Readiness Check: Verifies that a PR meets all requirements before merging, including CI status, required approvals, and absence of conflicts.
  • Blocking Issue Identification: Clearly identifies what prevents a PR from merging (e.g., failing CI, pending changes, stale branch).
  • Use Case: Before merging a critical pull request, use this skill to perform a final check, ensuring all CI checks are green, approvals are met, and there are no merge conflicts.

Quick Start

Use the verify-pr-ready skill to check the full status of pull request #42, including CI and reviews.

Dependency Matrix

Required Modules

ghjq

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: verify-pr-ready
Download link: https://github.com/mvillmow/ProjectOdyssey/archive/main.zip#verify-pr-ready

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository