review-code

Verify pull requests against linked issue acceptance criteria using GitHub API.

25|5|Updated May 9, 2026
One-click install
npx skills add https://github.com/kamp-us/phoenix --skill review-code-kamp-us
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-code
Source: https://github.com/kamp-us/phoenix/tree/main/claude-plugins/kampus-pipeline/skills/review-code
Command: npx skills add https://github.com/kamp-us/phoenix --skill review-code-kamp-us

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of verifying pull requests against their linked issue's acceptance criteria, ensuring code quality and compliance before merging.

Core Features & Use Cases

  • Automated Code Review: Verify pull requests against acceptance criteria listed in the linked issue.
  • Fresh Eyes QA: Provides an objective second look at code changes to catch issues the original developer might have missed.
  • Use Case: Use the review-code skill to automatically check a pull request against the defined acceptance criteria for the issue it closes.

Quick Start

Run the review-code skill on a pull request with the command: review-code --pr #12345

Frequently Asked Questions about review-code

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

FAQPage Schema
How do I automate code review for pull requests against acceptance criteria?

To automate code review for pull requests, you can use a skill that verifies code changes against a linked issue's acceptance criteria using the GitHub API. It provides an objective second look to catch missed issues before merging.

Do I need the gh CLI installed to verify pull requests locally?

Yes, you need the gh CLI installed to verify pull requests locally. The automated verification process requires gh to interact with the GitHub API for fetching linked issue data and validating acceptance criteria.

Can I run automated quality assurance checks on a specific GitHub pull request?

Yes, you can run automated quality assurance checks on a specific GitHub pull request by executing the review command with the pull request number. This automatically validates the code changes against defined acceptance criteria.

What is the best way to ensure compliance with acceptance criteria before merging code?

The best way to ensure compliance with acceptance criteria before merging code is automating the verification process via local code execution and GitHub API. This objective evaluation catches issues the original developer might have missed.

Does automated pull request verification work without a local code execution environment?

No, automated pull request verification does not work without a local code execution environment. The skill requires a local environment to execute code and perform the verification logic against the linked issue's acceptance criteria.