gormes-pr-check

Audit pull requests for unresolved comments, failing checks, and missing evidence.

9|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/TrebuchetDynamics/gormes-agent --skill gormes-pr-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gormes-pr-check
Source: https://github.com/TrebuchetDynamics/gormes-agent/tree/main/development-skills/gormes-pr-check
Command: npx skills add https://github.com/TrebuchetDynamics/gormes-agent --skill gormes-pr-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR reviews often miss unresolved comments, failing checks, or missing validation evidence, delaying releases. This Skill provides an automated audit to surface those gaps before Greptile/release review.

Core Features & Use Cases

  • Collects PR metadata (title, body, checklist state, status checks, reviews) and local git state.
  • Classifies issues into Failing check, Review feedback, Missing evidence, Scope drift, Informational with next-step guidance.
  • Outputs actionable items and suggested next steps for developers and maintainers.

Quick Start

Run gormes-pr-check to generate an audit of PR readiness and missing evidence.

Frequently Asked Questions about gormes-pr-check

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

FAQPage Schema
How do I audit a GitHub pull request for release readiness?

To audit a GitHub pull request, this Skill collects PR metadata, status checks, and local git state to surface unresolved comments, failing checks, and missing validation evidence before release review.

What is PR merge readiness validation?

PR merge readiness validation is the process of evaluating development branch checks, unresolved review feedback, and incomplete descriptions to ensure a pull request meets release compliance standards before merging.

Can I check for unresolved comments and failing checks before a merge?

Yes, you can check for unresolved comments and failing checks. The Skill classifies PR issues into failing checks, review feedback, and missing evidence, then outputs actionable next-step guidance for developers.

Does the PR readiness audit work with GitHub CLI and local repository state?

Yes, the PR readiness audit works with GitHub CLI and local repository state. It requires PR data, local git state checks, and metadata access via GitHub CLI or API to summarize status and suggest next steps.

What does the pull request compliance check classify as scope drift?

The pull request compliance check classifies scope drift as an issue category alongside failing checks, missing evidence, and informational items, providing suggested next steps to resolve development branch readiness gaps.

How do I integrate a PR check with Greptile for release review?

To integrate a PR check with Greptile for release review, run the audit to collect PR metadata and validation evidence. It evaluates development branch readiness and outputs actionable items for maintainers before Greptile review.