code-review

Orchestrate code reviews by delegating checks to subskills and aggregating findings.

4|1|Updated Oct 5, 2024
One-click install
npx skills add https://github.com/xrehpicx/anya --skill code-review-xrehpicx
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/xrehpicx/anya/tree/main/.codex/skills/code-review
Command: npx skills add https://github.com/xrehpicx/anya --skill code-review-xrehpicx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates a comprehensive final code review by delegating checks to all code-review-* subskills (excluding itself) and collating findings into a unified report.

Core Features & Use Cases

  • Orchestrates final code reviews by invoking every code-review-* subskill to cover diverse code aspects.
  • Aggregates findings with explicit file paths and line numbers for straightforward remediation.
  • Use Case: When reviewing a PR with multi-language components, run this skill to surface all issues across tools and compile one actionable report.

Quick Start

Initiate a final code review on a pull request by specifying the PR URL or number and let the orchestrator run the subskills to produce a consolidated findings report.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate a code review for a pull request across diverse codebases?▼

To automate a code review for a pull request, specify the PR URL or number to invoke an orchestrator that delegates checks across subskills, compiling findings from multiple perspectives into a single actionable report.

What is the best way to consolidate code quality findings from multiple review checks?▼

Consolidate code quality findings by running an orchestrator that deterministically invokes all review subskills, aggregating their outputs with explicit file paths and line numbers into a unified report for straightforward remediation.

Can I target a specific pull request when running an automated code review?▼

Yes, you can target a specific pull request by providing the PR URL or number, which directs the orchestrator to run its subskills and produce a consolidated findings report for that exact request.

Does the code review orchestrator work with multi-language components in a single repository?▼

Yes, the code review orchestrator works with multi-language components by applying to pull requests across diverse codebases, delegating checks to various subskills to surface all issues across tools in one report.

How are code review findings reported to ensure straightforward remediation?▼

Code review findings are reported with explicit file paths and line numbers, requiring all subskills to return their detected issues in a unified format that allows developers to quickly locate and fix problems.

Do I need specific subskills installed to run a comprehensive code review?▼

Yes, the orchestrator requires code-review-* subskills to be available, as it deterministically invokes all matching subskills to cover diverse code aspects and collate their findings into a single report.