code-review

Automate pull request reviews using a Pragmatic Quality framework.

2|1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/TrevorEdris/fellowship-of-the-workflows --skill code-review-trevoredris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/TrevorEdris/fellowship-of-the-workflows/tree/main/workflows/skills/code-review
Command: npx skills add https://github.com/TrevorEdris/fellowship-of-the-workflows --skill code-review-trevoredris

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates comprehensive code reviews by applying a Pragmatic Quality framework to pull requests, ensuring alignment with ticket requirements and team standards.

Core Features & Use Cases

  • Jira-integrated PR validation: compares PR changes against ticket criteria and acceptance criteria.
  • Context-rich review guidance: fetches PR metadata, file diffs, and commits to structure reviewer feedback.
  • Collaborative workflow support: surfaces actionable recommendations for engineers, tech leads, and QA during PR discussions.

Quick Start

Install the code-review skill in your workspace, then provide a PR number to generate a guided review. For example, run the skill with PR 123 to obtain a markdown report containing metadata, diffs, and Jira context.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate pull request reviews using Jira ticket criteria?

Automate pull request reviews by applying a Pragmatic Quality framework to fetch PR metadata, analyze file diffs, and compare changes against Jira ticket acceptance criteria. This produces a structured Markdown report guiding reviewer feedback.

Can I integrate Jira checks directly into my GitHub PR workflow?

Yes, you can integrate Jira checks into your GitHub PR workflow by fetching PR metadata via the gh CLI and validating the file diffs against Jira ticket requirements. This surfaces actionable recommendations for engineers and QA.

Do I need the gh CLI installed to perform automated diff analysis on pull requests?

Yes, the gh CLI is required to perform automated diff analysis and collect PR metadata. Optional Python3 scripts are also supported for deeper analysis to structure the final Markdown review report.

What is a Pragmatic Quality framework for code reviews?

A Pragmatic Quality framework for code reviews validates pull requests by ensuring changes align with team standards and ticket acceptance criteria. It structures reviewer feedback using fetched PR metadata, commits, and file diffs.

How do I generate a structured Markdown report from GitHub PR diffs?

Generate a structured Markdown report from GitHub PR diffs by providing a PR number to the skill. It collects metadata, analyzes file changes, applies a Pragmatic Quality framework, and outputs a comprehensive review report.

Are there limitations when using automated code review scripts for large pull requests?

Automated code review scripts rely on the gh CLI and optional Python3 for diff analysis, meaning large pull requests may produce extensive Markdown reports. Reviewers must still interpret the surfaced Jira context and metadata manually.