code-review

Analyze code quality and provide actionable feedback on correctness, readability, and maintainability.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/chenzhu007/wework-mail-downloader --skill code-review-chenzhu007
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/chenzhu007/wework-mail-downloader/tree/main/.trae/skills/code-review
Command: npx skills add https://github.com/chenzhu007/wework-mail-downloader --skill code-review-chenzhu007

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews are essential for improving quality, catching bugs, and guiding maintainable design. This skill provides structured, consistent evaluation guidelines to ensure code meets standards and teams align on best practices.

Core Features & Use Cases

  • Structured feedback: clear, actionable insights on functionality, readability, maintainability, and performance.
  • Best-practice enforcement: checks for naming, error handling, test coverage, and architectural decisions.
  • Use Case: before merging a feature branch, or when implementing new components, run a review to validate compliance with requirements and reveal edge cases.

Quick Start

Describe the code you want reviewed or paste it here for a structured critique.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I get structured code review feedback for Python or JavaScript modules?

Structured code review feedback identifies quality issues and provides actionable insights on readability, maintainability, and performance for Python, JavaScript, or TypeScript modules. It evaluates naming conventions, architectural decisions, and edge cases to ensure code meets best practices.

What is the best way to check if my code meets maintainability and error handling best practices?

Checking maintainability and error handling best practices requires evaluating robust error management, clear naming, and architectural decisions. A structured review validates compliance with these standards, revealing edge cases and ensuring the implementation aligns with team guidelines.

Can I run an automated code review on an entire codebase to find edge cases?

Yes, automated code review can analyze an entire codebase to find edge cases. It provides structured critique and actionable feedback focused on correctness and robust error handling, ensuring your implementation handles boundary conditions and maintains quality.

How do I enforce test coverage and naming conventions before merging a feature branch?

Enforcing test coverage and naming conventions before merging a feature branch involves running a structured evaluation. This process checks for best-practice compliance, validates requirements, and provides recommended fixes alongside optional suggested tests.

Does this code review approach work with TypeScript and provide clear acceptance criteria?

Yes, this code review approach works with TypeScript and provides clear acceptance criteria. It evaluates correctness, readability, and maintainability across languages, ensuring your code satisfies requirements for structured critique and recommended fixes.