Agent Review Skill

Review GitHub pull requests against project criteria and create issues for findings.

4|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/blamechris/repo-relay --skill agent-review-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Agent Review Skill
Source: https://github.com/blamechris/repo-relay/tree/main/.claude/skills/agent-review
Command: npx skills add https://github.com/blamechris/repo-relay --skill agent-review-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates in-depth code reviews for pull requests, ensuring changes align with project guidelines, architecture, and best practices, while meticulously tracking all feedback as GitHub issues.

Core Features & Use Cases

  • Project-Aware Review: Evaluates code against specific project standards (TypeScript, discord.js, GitHub API, SQLite) and architectural patterns defined in CLAUDE.md.
  • Structured Feedback: Generates detailed reviews with sections for Summary, Strengths, Issues (Critical, Suggestions, Nitpicks), Architecture Notes, and Testing.
  • Mandatory Issue Tracking: Automatically creates GitHub issues for all critical findings, non-addressed suggestions, and non-addressed nitpicks, ensuring no feedback is lost.
  • Workflow Integration: Guides the agent through gathering context, reviewing criteria, generating the review, posting it on the PR, creating/managing issues, and reporting back to the user.
  • Use Case: When a developer submits a PR, this Skill can be invoked to provide a thorough, context-aware review, identify potential bugs or architectural deviations, and create actionable GitHub issues for any necessary follow-up, thereby improving code quality and maintainability.

Quick Start

Run the agent review skill on pull request number 13.

Frequently Asked Questions about Agent Review Skill

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

FAQPage Schema
How do I automate code reviews on GitHub pull requests?

You can automate code reviews on GitHub pull requests by using a Skill that evaluates changes against project criteria and generates structured feedback, posting the review directly on the PR.

How does automated issue tracking work for code review findings?

Automated issue tracking for code review findings works by creating GitHub issues for all critical findings, suggestions, and nitpicks identified during the pull request review, ensuring no feedback is lost.

Can I run project-aware code reviews for TypeScript and discord.js projects?

Yes, you can run project-aware code reviews for TypeScript and discord.js projects by evaluating code changes against specific project standards and architectural patterns defined in your project guidelines.

What is the best way to track pull request suggestions and critical findings?

The best way to track pull request suggestions and critical findings is to automatically generate GitHub issues for each identified problem, ensuring meticulous tracking and follow-up for developers.

Does this code review Skill require GitHub CLI for context gathering?

Yes, this code review Skill integrates with GitHub CLI for context gathering and issue management, allowing the agent to evaluate pull request changes accurately and create follow-up issues.

What sections are included in a structured pull request code review?

A structured pull request code review includes sections for Summary, Strengths, Issues categorized as Critical, Suggestions, and Nitpicks, Architecture Notes, and Testing to provide comprehensive feedback.