code-review

Reviews branches, PRs, and diffs against repository standards and requested behavior.

Updated Jun 28, 2026
One-click install
npx skills add https://github.com/AO-HyS/aohys.com --skill code-review-ao-hys
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/AO-HyS/aohys.com/tree/main/.agents/skills/code-review
Command: npx skills add https://github.com/AO-HyS/aohys.com --skill code-review-ao-hys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It provides a consistent entry point for reviewing code changes against repository standards and the requested behavior, so reviews follow the same fixed criteria instead of ad-hoc judgment. ## Core Features & Use Cases - Standards and Spec Review: Delegates to the flow-code-review process to evaluate a branch, PR, or diff against repository standards. - Evidence-Based Findings: Reuses the fixed review point, evidence, and findings from the underlying review flow without duplicating work or spawning parallel reviewers. - Use Case: Before merging a pull request, ask for a review of the diff to confirm the changes match the requested behavior and comply with repository standards, without triggering unintended edits or publication. ## Quick Start Ask the assistant to review the current branch or pull request diff against the repository standards and the requested behavior.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I review a pull request against repository standards?▼

Request a review of the branch, PR, or diff and the skill runs the flow-code-review process, which checks the changes against repository standards and the requested behavior. The currently selected model acts as the reviewer.

What does the code review skill check in a diff?▼

It checks the diff against repository standards and the requested behavior described for the change. It reuses the fixed review point, evidence, and findings from the flow-code-review process rather than running a second independent review.

Does the code review skill run multiple review agents in parallel?▼

No. The skill explicitly adds no second review and no mandatory parallel agents. The currently selected model remains the single reviewer, reusing the flow-code-review evidence and findings.

Can a code review request trigger edits or publication automatically?▼

No. A request to review alone does not authorize product edits or publication. The skill only performs the standards and spec review; any changes or releases require separate explicit action.

When should I use this review skill instead of a manual review?▼

Use it when you want a consistent standards-and-spec check of a branch, PR, or diff before merging. It is suited for verifying requested behavior and repository compliance, not for making code changes itself.