code-reviewer

Execute a code-reviewer subagent to analyze code quality and standards adherence.

10|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/troykelly/codex-skills --skill code-reviewer-troykelly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/troykelly/codex-skills/tree/main/skills/code-reviewer
Command: npx skills add https://github.com/troykelly/codex-skills --skill code-reviewer-troykelly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of code review by leveraging a specialized subagent, ensuring that code quality and adherence to standards are maintained efficiently.

Core Features & Use Cases

  • Automated Code Analysis: Runs a dedicated code-reviewer agent card to perform in-depth code checks.
  • Integration with Workflows: Seamlessly folds subagent output back into the main development process.
  • Use Case: When a pull request is ready for review, this Skill can be invoked to perform an initial automated check, flagging potential issues before human review.

Quick Start

Use the code-reviewer subagent to review the code changes in the current branch.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate code reviews for pre-merge checks?

Automated code review uses a dedicated subagent to analyze code changes and report on quality and standards adherence. It performs initial checks on pull requests to flag potential issues before human review.

Can I use an automated code reviewer in a CI/CD pipeline?

Yes, an automated code reviewer can be integrated as a quality gate within a CI/CD pipeline. It executes a specialized subagent to analyze code changes and folds the output back into the main development workflow.

Do I need a specific CLI tool to run automated code analysis?

Yes, running automated code analysis requires the codex-subagent CLI tool. It is necessary to invoke the agent card with the specific task context and scope to execute the code review.

What is the best way to check code quality before human review?

Using a specialized code reviewer subagent is an effective way to check code quality before human review. It performs in-depth automated analysis to ensure code adherence to standards efficiently.

How does a subagent integrate code review output back into development workflows?

A code reviewer subagent integrates by executing an agent card with specific task context and scope, then folding the resulting code quality analysis and standard adherence reports back into the main development process.