pr-ready

Run validation scripts and monitor CI before marking a pull request ready.

2|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/LightForgeLabsStudio/AIDE --skill pr-ready-lightforgelabsstudio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-ready
Source: https://github.com/LightForgeLabsStudio/AIDE/tree/main/skills/pr-ready
Command: npx skills add https://github.com/LightForgeLabsStudio/AIDE --skill pr-ready-lightforgelabsstudio

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of preparing a Pull Request for review by automating validation checks and ensuring it meets readiness criteria before being merged.

Core Features & Use Cases

  • Automated Validation: Runs linting, unit tests, and optionally all tests or smoke tests.
  • CI Status Monitoring: Waits for Continuous Integration checks to pass.
  • Status Updates: Posts a summary of validation results to the PR and marks it as ready only if all checks pass.
  • Use Case: A developer finishes coding a feature and wants to submit it for review. They use this Skill to automatically run all necessary checks, confirm the code is clean, and then officially mark the Pull Request as ready for the team to review.

Quick Start

Use the pr-ready skill to mark pull request number 123 as ready.

Frequently Asked Questions about pr-ready

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

FAQPage Schema
How do I automatically mark a pull request as ready for review?

To mark a pull request ready for review automatically, use this Skill to run predefined validation scripts, monitor CI status, and update the PR state only if all checks pass.

Can I run linting and unit tests before marking a GitHub PR as ready?

Yes, you can run linting and unit tests before marking a GitHub PR as ready. The Skill executes these validation scripts automatically and signals readiness only when code quality checks pass.

How does CI status monitoring work when preparing a PR for review?

CI status monitoring waits for Continuous Integration checks to pass before proceeding. The Skill observes the CI pipeline, posts a validation summary to the PR, and marks it ready upon successful completion.

What is the best way to validate code quality across multiple repositories before submitting a PR?

The best way to validate code quality across multiple repositories is using this Skill to execute standardized validation scripts, ensuring consistent linting and testing before signaling PR readiness.

Does the PR validation process support dry-run and fast-execution modes?

Yes, the PR validation process supports optional dry-run and fast-execution modes. These modes allow you to test the validation workflow or execute checks rapidly without immediately updating the PR status.

Why should I use automated validation scripts instead of manually checking my PR?

Automated validation scripts ensure consistent readiness criteria by running linting and tests, monitoring CI status, and posting results automatically, reducing human error and streamlining the review preparation process.