devbooks-reviewer

Identify maintainability issues and generate actionable refactoring feedback during code review.

84|6|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/Darkbluelr/dev-playbooks-cn --skill devbooks-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devbooks-reviewer
Source: https://github.com/Darkbluelr/dev-playbooks-cn/tree/main/skills/devbooks-reviewer
Command: npx skills add https://github.com/Darkbluelr/dev-playbooks-cn --skill devbooks-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill helps teams enforce readable, consistent, and safe code by focusing reviews on maintainability, dependencies, and anti-pattern risks.

Core Features & Use Cases

  • Performs readability and consistency checks, dependency health auditing, and anti-pattern detection.
  • Generates actionable review feedback and concrete improvement suggestions without altering business logic.
  • Use Case: When a change proposal arrives, the reviewer examines code quality and outputs a compact report with fixes.

Quick Start

Provide a focused code-review pass for a given change and output actionable suggestions without modifying business logic.

Frequently Asked Questions about devbooks-reviewer

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

FAQPage Schema
How do I perform a code review focused on maintainability and anti-patterns?

Static analysis helps identify maintainability issues by examining code readability, consistency, dependency health, and anti-pattern risks. It generates actionable review feedback and concrete improvement suggestions without altering business logic during the reviewer phase.

How do I check dependency health during a code review?

To check dependency health during a code review, audit the project dependencies for maintainability and safety risks. This generates actionable feedback and concrete improvement suggestions while ensuring terminology alignment with project specifications.

What is the best way to detect anti-patterns without changing business logic?

The best way to detect anti-patterns without changing business logic is to apply a focused review pass that examines code quality and consistency. This outputs a compact report with concrete refactoring recommendations rather than modifying the functional code.

Can I use automated code review to enforce terminology alignment with project specs?

Yes, automated code review can enforce terminology alignment with project specs by applying static analysis checks during the review phase. It identifies inconsistencies and provides actionable feedback to ensure readable and consistent code.

Does maintainability code review work with existing static analysis tools?

Maintainability code review integrates with existing workflows by applying static analysis during the reviewer phase. It focuses on readability, consistency, and anti-pattern risks to produce actionable feedback without altering business logic.