review-coderule

Review code against a provided standard document and generate actionable feedback.

1|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/Harries/hydpromptkit --skill review-coderule
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-coderule
Source: https://github.com/Harries/hydpromptkit/tree/main/skills/review-coderule
Command: npx skills add https://github.com/Harries/hydpromptkit --skill review-coderule

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

代码规范评审工具帮助开发团队快速发现代码在命名、格式、结构等方面的偏差,提供可执行的改进建议。

Core Features & Use Cases

  • 基于团队编码规范进行静态评审
  • 对待评代码给出改进建议和示例
  • 支持跨项目的多语言评审场景

Quick Start

将待评审的代码粘贴或上传,系统将产生一份结构化的代码规范评审报告。

Frequently Asked Questions about review-coderule

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

FAQPage Schema
How do I perform a code style review against my team's coding standards?

Code review for coding standards works by validating your codebase against a provided coding standards document, checking naming, formatting, and design principles, and generating structured, actionable feedback for any deviations found.

Can I use this static analysis tool to review code across different programming languages?

You can review code across different programming languages by applying the tool to your multi-language codebase. It evaluates single files, modules, or whole repositories against your provided coding standards to ensure broad adherence.

What do I need to provide to start a coding convention review?

To start a coding convention review, you need to provide the source code for evaluation and a code-standard document. The system uses these inputs to perform static analysis and produce a structured report with improvement examples.

What is the best way to check if my code adheres to naming conventions and formatting rules?

The best way to check naming conventions and formatting rules is to run a code style review using your team's standard document. This process identifies structural deviations and provides specific, actionable feedback and examples for correction.

Does code style review work on a whole repository or only single files?

Code style review works on both single files and whole repositories. It is designed to handle various review contexts across your codebase, validating code against provided standards regardless of the scope size.