code-review

Assess code quality issues across codebases during reviews.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/wukongnotnull/wk-plugin-store-private --skill code-review-wukongnotnull
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/wukongnotnull/wk-plugin-store-private/tree/main/plugins/demo-plugin/skills/code-review
Command: npx skills add https://github.com/wukongnotnull/wk-plugin-store-private --skill code-review-wukongnotnull

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

审查代码时,帮助团队快速发现结构、可维护性、错误处理、安全性、测试覆盖率和性能方面的潜在问题,并给出可执行的改进建议。

Core Features & Use Cases

  • 代码结构与可维护性评估:分析模块划分、命名、依赖关系,给出重构建议。
  • 错误处理与鲁棒性检查:识别异常路径、边界条件和资源释放问题。
  • 安全性与合规性审查:指出潜在漏洞与安全隐患,提出修复策略。
  • 测试覆盖与质量指标:评估测试覆盖率、断言质量与回归风险。
  • Use Case:在合并请求中执行此评审,确保提交的改动符合团队的质量标准。

Quick Start

Provide an immediate code review for the given codebase or PR, focusing on structure, error handling, security, testing, and performance, and deliver actionable improvements.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I check code quality issues in a pull request?

To check code quality issues in a pull request, this Skill analyzes codebases for structure, error handling, security, testing, and performance, delivering actionable improvement recommendations.

Can I identify security vulnerabilities during static analysis?

Yes, you can identify security vulnerabilities during static analysis. This process points out potential security flaws and compliance issues, offering specific repair strategies to ensure robust protection.

What is the best way to evaluate test coverage and regression risk?

Evaluating test coverage and regression risk involves assessing test assertions and coverage metrics across codebases. This Skill identifies gaps in testing to prevent future regressions effectively.

How do I assess code maintainability and module dependencies?

Assessing code maintainability and module dependencies requires analyzing module divisions, naming conventions, and structural relationships. This Skill provides clear refactoring recommendations to improve maintainability.

Does this code review approach work across different programming languages?

Yes, this code review approach works across different programming languages. It is applicable to ongoing maintenance and PR checks across various languages and architectures without specific language dependencies.

How do I detect error handling and resource release boundary conditions?

Detecting error handling and resource release boundary conditions is achieved by identifying exception paths and robustness issues. This Skill checks codebases to pinpoint exactly where boundary handling fails.