code-review

Analyze code quality, security, and maintainability and output structured improvement recommendations.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/i0switch/yoyaku-tosho --skill code-review-i0switch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/i0switch/yoyaku-tosho/tree/main/.github/skills/skills-generator-main/examples/example-skill
Command: npx skills add https://github.com/i0switch/yoyaku-tosho --skill code-review-i0switch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) and references (resource) components.

What problem does it solve?

Code reviews can be time-consuming and error-prone; this skill systematizes it by analyzing code from quality, security, performance, and maintainability perspectives and producing structured improvement proposals.

Core Features & Use Cases

  • Code quality evaluation: Outputs actionable improvements for naming, structure, DRY, and error handling.
  • Security checks: Flags input validation issues, credential exposure, and key risk areas.
  • Report generation: Produces results formatted to a standard template (assets/review-template.md) and checklist (references/review-checklist.md).
  • Use cases: When reviewing a PR or diff, automatically organize findings across the four viewpoints for faster approval.

Quick Start

Provide the code to review and specify any focus areas to generate a structured report.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review for a pull request?

Automate code review by submitting your pull request diffs or snippets to generate a structured report covering quality, security, performance, and maintainability. This system evaluates naming, structure, input validation, and credential exposure to produce actionable improvement recommendations formatted to a standardized checklist.

What is the best way to check code security and maintainability before merging?

Checking code security and maintainability involves analyzing source files against standardized criteria to flag input validation issues and credential exposure. This process outputs a comprehensive review highlighting DRY violations, error handling gaps, and key risk areas to resolve before merging.

Can I use a standardized template to review code snippets across different languages?

Yes, you can review code snippets across different languages using a standardized review template. The analysis applies consistent quality, security, and maintainability criteria regardless of the programming language, formatting the findings into a structured checklist for uniform evaluation.

How does a structured code review workflow handle error handling and DRY principles?

A structured code review workflow evaluates error handling and DRY principles by analyzing the submitted code for structural repetition and missing exception management. It outputs actionable improvement proposals that target naming conventions and redundant logic to enhance overall code maintainability.

Do I need to specify focus areas when generating a code quality report?

No, specifying focus areas is optional when generating a code quality report. You can simply provide the code to review, and the analysis will automatically evaluate and organize findings across quality, security, performance, and maintainability perspectives to produce a comprehensive structured report.