PR Readiness Check
PR Readiness Check analyzes user-supplied pull request materials for change evidence, requirement alignment, completed testing, risk information, rollback information, and readiness for human review.
What It Does
- Extracts explicit change facts from supplied PR descriptions, summaries, or review notes.
- Compares supplied requirements or acceptance criteria with supplied PR change evidence.
- Evaluates whether supplied PR materials contain enough evidence to enter human review.
Suitable Use Cases
Use this app when you already have concrete PR materials and want a structured readiness check before a human review. It is intended for summaries, acceptance criteria, testing notes, risk notes, rollback notes, and similar user-provided text.
Accepted Input
The app accepts text supplied by the user, including PR descriptions, change summaries, acceptance criteria, testing statements, risk notes, and rollback plans.
Returned Results
Results may include extracted changes, missing evidence, requirement alignment status, readiness checks, blocking gaps, and review notes. A ready verdict means the supplied materials appear ready for human review; it is not approval, merge authorization, or a code correctness guarantee.
Available Tools
extract_pr_changescheck_requirement_alignmentgenerate_pr_readiness_verdict
MCP endpoint: POST /mcp
Read-Only Boundary
PR Readiness Check only analyzes user-supplied PR materials. It does not access repositories, inspect live pull requests or CI, run tests, approve changes, merge pull requests, write to external systems, or replace human review.
Data Handling
Input text is used to generate the requested structured output during the request. This app does not add login, database storage, or external API calls.
Support
Contact sidcraigau@gmail.com for support.