QA Review

Manage GitHub pull request reviews with approval, change, or rejection actions.

1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/LSailer/Master-Thesis-3D-VLA --skill qa-review-lsailer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: QA Review
Source: https://github.com/LSailer/Master-Thesis-3D-VLA/tree/main/.claude/skills/qa-review
Command: npx skills add https://github.com/LSailer/Master-Thesis-3D-VLA --skill qa-review-lsailer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the human-in-the-loop review process for pull requests, ensuring code quality and efficient merging.

Core Features & Use Cases

  • Automated PR Listing: Identifies all pull requests currently awaiting review.
  • Detailed Review Summary: Presents PR title, linked issue, diff statistics, key changes, and test status.
  • Decision Workflow: Allows users to Approve, Request Changes, Reject, or Skip each PR.
  • Use Case: As a lead developer, you can use this Skill to quickly triage incoming PRs, get a concise summary of changes and their test status, and make informed decisions on merging or requesting modifications.

Quick Start

Use the qa-review skill to start reviewing pending pull requests.

Frequently Asked Questions about QA Review

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

FAQPage Schema
How do I automate the pull request review workflow on GitHub?

Summarizing GitHub pull requests for code review involves presenting titles, linked issues, diff statistics, key changes, and test statuses. This Skill compiles that data into concise summaries to help you triage incoming PRs efficiently.

Can I approve or request changes on GitHub pull requests automatically?

Executing GitHub pull request decisions requires choosing to approve, request changes, reject, or skip each PR. This Skill integrates with GitHub CLI to apply those actions directly to pending pull requests awaiting review.

What do I need to set up before automating GitHub code reviews?

Automating GitHub code reviews requires the GitHub CLI installed and configured for repository access. This Skill depends on GitHub CLI integration to list pending pull requests, fetch diff statistics, and execute review decisions.

Does this code review tool work with TDD workflows?

Integrating automated code review with TDD workflows is supported through test status reporting. This Skill presents test statuses alongside diff statistics and key changes in the PR summary to help you validate test-driven pull requests.