review-coding

Review code diffs against project coding standards and output categorized Markdown findings.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/nishio-n0522/test_updated_sdd --skill review-coding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-coding
Source: https://github.com/nishio-n0522/test_updated_sdd/tree/main/.claude/skills/review-coding
Command: npx skills add https://github.com/nishio-n0522/test_updated_sdd --skill review-coding

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the review of code changes against established coding standards, ensuring consistency, identifying potential bugs, and improving overall code quality.

Core Features & Use Cases

  • Automated Checklist Review: Verifies code against a comprehensive checklist covering naming, style, function design, error handling, type safety, and more.
  • Categorized Feedback: Provides feedback categorized into MUST (fix), SHOULD (recommend), and MAY (consider) for actionable insights.
  • Use Case: After a developer submits a pull request, this Skill can be invoked to automatically flag any deviations from the project's coding guidelines before human review, saving significant developer time.

Quick Start

Run the review-coding skill to check the current code changes against the project's coding standards.

Frequently Asked Questions about review-coding

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

FAQPage Schema
How do I automate code review for pull requests against project coding standards?

Automate code review by analyzing diffs against a predefined checklist covering naming conventions, style, error handling, and type safety. This process flags deviations before human review, ensuring consistency and saving developer time.

What is the best way to categorize code review findings for actionable feedback?

Code review findings are categorized into MUST, SHOULD, and MAY classifications. This structured Markdown output prioritizes critical fixes, recommendations, and considerations, making feedback actionable for developers.

How does automated checklist review handle function design and type safety analysis?

Automated checklist review analyzes code diffs for function design and type safety adherence. It verifies the changes against project compliance criteria, identifying potential bugs and structural deviations in the submitted code.

Can I use automated code compliance checks before human review?

Yes, invoke automated code compliance checks after a developer submits changes. It identifies deviations from established guidelines and outputs structured findings, acting as a preliminary filter to save human reviewer time.

What security and performance issues does a code review checklist cover?

The code review checklist covers security and performance alongside naming conventions, error handling, and test quality. It analyzes diffs to ensure changes comply with project coding standards and identifies potential vulnerabilities.

Does automated code style analysis require specific dependencies to run?

No external dependencies are required to run automated code style analysis. The Skill operates independently using its internal references to evaluate diffs and output categorized findings in Markdown format.