code-review

Analyze codebases and generate structured Markdown review reports with terminal summaries.

145|30|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/KonghaYao/perihelion --skill code-review-konghayao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/KonghaYao/perihelion/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/KonghaYao/perihelion --skill code-review-konghayao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

阅读并完成一次完整的代码审查,输出结构化的 Markdown 评审文档并在终端提供摘要,帮助团队快速定位问题与改进点。

Core Features & Use Cases

  • 自动化读取项目上下文并选择审查模式(探索型/定向型),覆盖仓库全景与单文件/变更场景。
  • 生成可追踪的 Markdown 评审报告,包含可操作性的改进建议,以及摘要信息以便快速沟通。
  • 适用于代码库、PR、单文件变更的系统性审查,输出可直接用于评审记录。

Quick Start

触发一次完整的代码审查:读取项目背景、确定审查模式并输出 Markdown 报告及终端摘要。

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I generate a structured code review report for a full repository?

To generate a structured code review report, the Skill automatically extracts project context and selects an exploratory mode to scan the full repository, outputting a Markdown review document with actionable recommendations and a terminal summary.

Can I run a targeted code review on a single file or pull request?

Yes, you can run a targeted code review on a single file or pull request by selecting the directed review mode, which evaluates specific changes and outputs a structured Markdown report documenting identified issues.

What is the difference between exploratory and directed code review modes?

Exploratory code review mode captures a broad panoramic scan of the entire codebase, whereas directed mode focuses on targeted evaluations of individual files or pull request changes to document specific issues.

How do I track code quality assurance issues after a pull request review?

You can track code quality assurance issues using the generated Markdown review report, which documents specific issues and provides actionable recommendations that can be directly integrated into your pull request review records.

Do I need static analysis tools to produce a code review Markdown report?

No, you do not need external static analysis tools to produce a code review Markdown report, as the Skill independently analyzes the codebase to extract context and generate structured recommendations.

What format does the automated code review output for team communication?

The automated code review outputs a structured Markdown report containing documented issues and recommendations, alongside a terminal summary designed for quick team communication and direct integration into review records.