code-review

Evaluate code changes for requirement alignment, architecture, and maintainability.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/ly0o0o/lyoo-ai-productivity --skill code-review-ly0o0o
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/ly0o0o/lyoo-ai-productivity/tree/main/workflow/code-review
Command: npx skills add https://github.com/ly0o0o/lyoo-ai-productivity --skill code-review-ly0o0o

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

从需求意图、架构、资源消耗、代码组织、可维护性与优雅性角度执行严格代码评审,帮助团队在合并前发现潜在问题并保持代码质量。

Core Features & Use Cases

  • 严格还原需求意图与识别需求漂移,覆盖测试覆盖率与边界情况评估
  • 评估架构边界、代码组织、可维护性、可读性与风格一致性
  • 提供可操作的修复建议,按风险等级排序以便优先处理

使用场景包括:合并前的高风险变更审查、需求漂移检测以及性能/资源相关的回归风险评估。

Quick Start

Provide the PR link, commit range, and background context to trigger a strict code-review assessment.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I detect requirement drift during a pre-merge pull request review?

To detect requirement drift during a pull request review, evaluate changes against original requirements intent, architecture boundaries, and test coverage. This process flags divergences between implemented changes and intended designs before merging.

What is the best way to assess merge readiness for high-risk refactoring?

Assessing merge readiness for high-risk refactoring involves analyzing code organization, performance implications, and resource usage. This evaluation provides actionable blockers and improvement recommendations sorted by risk level.

How do I evaluate code maintainability and elegance in a diff review?

Evaluating code maintainability and elegance in a diff review requires checking readability, style consistency, and architecture boundaries. This assessment ensures long-term code quality and prevents structural drift.

Can I use an automated code review to check performance regressions and test coverage?

Yes, an automated code review can check performance regressions and test coverage by analyzing resource consumption and boundary conditions. It identifies risk flags and provides actionable improvement recommendations.

What context do I need to provide to trigger a strict code review assessment?

To trigger a strict code review assessment, you need to provide the pull request link, commit range, and background context. This input allows the evaluation of requirements intent and architecture boundaries.