code-review

Audit sub-agent code quality and generate review reports.

Updated Jan 3, 2026
One-click install
npx skills add https://github.com/user-no-found/ai-synergy --skill code-review-user-no-found
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/user-no-found/ai-synergy/tree/main/claude/agents/plan-agent/skills/code-review
Command: npx skills add https://github.com/user-no-found/ai-synergy --skill code-review-user-no-found

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

代码审核导航,确保子代理产出代码的质量、规范、越界和安全性,并输出可给用户确认的审核报告。

Core Features & Use Cases

  • 对子代理产出的代码进行质量审核、规范检查与越界检查,并输出详细的审核报告。
  • 根据触发条件自动执行审核流程,并在发现问题时创建修复提案以便后续修复。
  • 提供审核范围、报告模板和修订流程的参考,确保可追溯性和可重复性。

Quick Start

在编译通过后发起审核请求,由 plan-agent 执行代码审核并输出审核报告

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code quality audits for sub-agent outputs?

Code quality audits for sub-agent outputs are automated by triggering post-implementation reviews with commands like 'compile passed', enforcing status verification, review execution, and report generation.

What does a code review workflow check during post-implementation reviews?

A code review workflow checks sub-agent generated code for quality, conformance, and boundary checks during post-implementation reviews, outputting detailed audit reports and fix proposals when issues are found.

How do I generate a code review report after a sub-agent implementation?

To generate a code review report, trigger the review process after sub-agent implementation passes compilation; the workflow executes mandatory steps from scope collection to report generation and fix proposal creation.

Can I enforce mandatory steps for code conformance and boundary checks?

Yes, you can enforce mandatory steps for code conformance and boundary checks by triggering the automated review workflow, which verifies status, collects scope, and executes audits before generating reports.

What is the best way to handle code boundary violations found by sub-agents?

The best way to handle code boundary violations is using an automated review workflow that detects issues during audits and creates specific fix proposals for subsequent user confirmation and resolution.

When do I need an automated code review report for sub-agent tasks?

You need an automated code review report when sub-agent implementation is complete and compilation passes, ensuring quality, conformance, and boundary checks are verified before final user confirmation.