pr-qa

Orchestrate end-to-end PR quality assurance workflows across GitHub repositories.

4|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/accolver/skill-maker --skill pr-qa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-qa
Source: https://github.com/accolver/skill-maker/tree/main/pr-qa
Command: npx skills add https://github.com/accolver/skill-maker --skill pr-qa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The PR QA Orchestrator automates the end-to-end quality assurance process for pull requests, guiding AI-powered workflows through drafting, multi-persona reviews, secret and dependency scanning, Greptile feedback loops, and final merge-readiness checks.

Core Features & Use Cases

  • Automated PR lifecycle orchestration: from draft PR creation, through security and dependency scans, to Greptile-driven review cycles.
  • Comprehensive review management: fetch and address all inline and issue-level comments, resolve threads via GraphQL, and ensure no unresolved findings before merge.
  • Flexible deployment scenarios: supports both draft and open PRs, reuses existing PRs, and cycles Greptile reviews until clean.

Quick Start

Submit a PR QA run by drafting a PR and letting Greptile cycles proceed until all checks pass.

Frequently Asked Questions about pr-qa

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

FAQPage Schema
How do I automate end-to-end pull request QA workflows?

You can automate end-to-end pull request QA by orchestrating draft creation, multi-persona reviews, secret and dependency scanning, and Greptile feedback loops until all checks pass and the PR is ready for merge.

What is the best way to resolve GraphQL review threads on GitHub PRs?

The best way to resolve GraphQL review threads is to orchestrate a QA workflow that fetches all inline and issue-level comments, addresses findings, and uses GraphQL to resolve threads before final merge-readiness checks.

Can I run automated security and dependency scans on draft PRs?

Yes, you can run security and dependency scans on draft PRs by orchestrating the QA workflow to execute gitleaks for secrets and npm or pip audit for dependencies before proceeding with Greptile review cycles.

How do I loop Greptile reviews until a pull request has no unresolved findings?

To loop Greptile reviews, you apply the QA orchestration workflow to an existing draft or open PR, which cycles Greptile-driven feedback until all comments are resolved and the PR passes final validation checks.

Does PR QA automation work with existing open pull requests?

Yes, PR QA automation works with existing open pull requests by reusing them and applying the orchestration workflow to run scans, fetch review comments, cycle Greptile feedback, and verify merge readiness.

Why do I need the GitHub CLI for pull request quality assurance?

You need the GitHub CLI to integrate with repositories for pull request creation, fetch review threads via GraphQL, and mark drafts as ready after all security, dependency, and Greptile validation checks are complete.