code-reviewer

Review recent code diffs for quality and security issues.

Updated Nov 17, 2025
One-click install
npx skills add https://github.com/itou-daiki/easy_stat_edu --skill code-reviewer-itou-daiki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/itou-daiki/easy_stat_edu/tree/main/.agent/skills/code-reviewer
Command: npx skills add https://github.com/itou-daiki/easy_stat_edu --skill code-reviewer-itou-daiki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams catch defects, security vulnerabilities, and maintainability issues in code changes before they merge, reducing risk and rework.

Core Features & Use Cases

  • Code Quality Checks: Readability, naming, modularity, and reuse.
  • Security & Compliance: Input validation, dependency integrity, and absence of secrets.
  • Feedback & Traceability: Clear, actionable review notes aligned with pull requests.

Quick Start

Run the reviewer on your latest changes to automatically generate a structured code-quality and security review.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I perform an automated code review on a recent git pull request?

To perform an automated code review on a recent git pull request, you can use a static analysis skill that inspects recent diffs for quality, security, and maintainability issues. It analyzes modified files to output structured, actionable feedback.

What is static analysis for post-commit code quality and security checks?

Static analysis for post-commit code quality and security checks is a process that inspects naming, error handling, test coverage, and dependencies to identify potential vulnerabilities. It generates structured review notes aligned with your recent changes.

Can I use automated code review to detect security vulnerabilities in modified files?

Yes, you can use automated code review to detect security vulnerabilities in modified files. The review process inspects recent diffs for input validation, dependency integrity, and the absence of secrets to ensure software compliance.

Does code review automation work with any codebase that has recent diffs?

Yes, code review automation works with any codebase that has recent diffs. It is applicable to any repository with modified files and is specifically suitable for generating structured feedback during post-commit reviews.

What is the best way to check pull requests for maintainability and error handling?

The best way to check pull requests for maintainability and error handling is to run an expert code reviewer on your latest changes. It evaluates modularity, reuse, and error handling to produce clear, traceable review notes.

Why does my pull request review miss potential vulnerabilities and dependency issues?

Your pull request review might miss potential vulnerabilities and dependency issues if it lacks automated static analysis. Implementing an expert code review process inspects dependency integrity and input validation to catch defects before merging.