review-readiness

Monitor pull request readiness across code review, tests, security, QA, and linting.

Updated May 7, 2026
One-click install
npx skills add https://github.com/chtugha/brassclaw --skill review-readiness-chtugha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-readiness
Source: https://github.com/chtugha/brassclaw/tree/main/skills/review-readiness
Command: npx skills add https://github.com/chtugha/brassclaw --skill review-readiness-chtugha

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a dashboard to track the readiness of pull requests, ensuring all necessary reviews and checks are completed before merging.

Core Features & Use Cases

  • PR Readiness Tracking: Monitor the status of code review, tests, security, QA, and linting for each PR branch.
  • Readiness File Management: Maintain a readiness state in a dedicated file for each PR branch.
  • Automated Updates: Update readiness file based on the status of code review, tests, security review, QA review, and linting.
  • Verdict Logic: Determine the readiness status based on the completion of checks and resolution of findings.
  • Effort Estimates: Provide time estimates for remaining work to complete the readiness checks.

Quick Start

Use the review-readiness skill to check the readiness status of a PR branch.

Frequently Asked Questions about review-readiness

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

FAQPage Schema
How do I track pull request readiness for code review, tests, and security checks?

Pull request readiness is tracked via a dashboard that monitors code review, test, security, QA, and linting status. It maintains a dedicated readiness file for each PR branch, automatically updating the state based on review outcomes before merging.

What is the best way to automate merge checks across multiple review categories?

Automating merge checks involves using a verdict logic that determines readiness status based on the completion of code review, tests, security, QA, and linting. The system operates on a per-branch basis and automatically updates the readiness file with the latest outcomes.

How does per-branch readiness file management work for QA reviews?

Per-branch readiness file management works by maintaining a dedicated state file for each PR branch. Automated updates write the status of QA reviews, tests, and security checks directly into this file, ensuring the readiness state accurately reflects the latest outcomes.

Can I get effort estimates for remaining work to complete PR readiness checks?

Yes, the PR readiness tracking system provides effort estimates for remaining work. It calculates the time needed to complete outstanding readiness checks, such as resolving security findings or finishing code reviews, before a branch can be merged.

When do I need a PR readiness dashboard in my development workflow?

A PR readiness dashboard is needed when you want to ensure quality and completeness before merging. It is designed for development workflows that require comprehensive tracking of code review, test, security, QA, and linting statuses to prevent incomplete branches from merging.

Does PR readiness tracking work without external dependencies?

Yes, PR readiness tracking operates without external dependencies. It relies on internal scripts and references to assess review statuses, manage the readiness file, and determine the final verdict based on the completion of checks and resolution of findings.