code-reviewer

Assess code quality, security vulnerabilities, and performance across multiple languages and frameworks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mizunomi32/dotconfig --skill code-reviewer-mizunomi32
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/mizunomi32/dotconfig/tree/main/.claude/skills/codereview
Command: npx skills add https://github.com/mizunomi32/dotconfig --skill code-reviewer-mizunomi32

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

このスキルは、コード品質・セキュリティ脆弱性・パフォーマンスの問題・ベストプラクティス遵守を総合的に評価し、コードレビュ―の効率を向上させます。手動レビューで見落としがちな診断項目を自動的に洗い出します。

Core Features & Use Cases

  • コード品質評価: 静的解析、命名規則、可読性、モジュール設計の妥当性を評価し、具体的な改善提案を返します。
  • セキュリティ検査: SQLインジェクション、XSS、認証・認可の問題、機密情報の露出などを検出します。
  • パフォーマンスと保守性: アルゴリズムの効率、メモリ使用量、コメントの適切さ、テストの品質を指摘します。
  • ベストプラクティスとドキュメント: コーディング規約の一貫性、コード構造、テストの網羅性を評価します。実務に直結する改善案を提供します。

Quick Start

対象リポジトリをAIに渡して自動スキャンを開始します。リポジトリURLを伝えると、主要なセキュリティと品質の問題をリスト化します。

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate security and code quality checks across my JavaScript, Python, and PHP repositories?

Code review automation scans repositories for security vulnerabilities, performance issues, and quality violations across JavaScript/TypeScript, Python, PHP, Ruby, and React. It detects SQLi, XSS, auth flaws, and maintainability gaps, delivering structured findings with severity levels and remediation steps for CI pipeline integration.

What types of security vulnerabilities can automated code review detect?

Automated code review identifies SQLi injection, XSS attacks, authentication and authorization flaws, credential exposure, and other OWASP-class vulnerabilities. Analysis spans multiple languages and includes root-cause explanation, proposed fixes, and verification steps for each detected issue.

Can code review automation evaluate test coverage and performance issues alongside security?

Yes. Beyond security scanning, code review assesses algorithm efficiency, memory usage, testing quality, test coverage completeness, code maintainability, naming conventions, and adherence to best practices. Output includes actionable recommendations for each category with evidence references.

How do I integrate automated code review into my development workflow?

Pass repository URLs to initiate automated scanning. The tool generates structured output—severity, root cause, remediation proposal, and verification steps—formatted for CI/CD pipeline integration and developer workflow tools, enabling batch processing and tracking across back-end services and front-end components.

Does automated code review work with multiple programming languages in a single repository?

Yes. Code review handles polyglot repositories, supporting JavaScript/TypeScript, Python, PHP, Ruby, React components, and back-end services simultaneously. Scans apply language-specific static analysis and quality rules, returning unified findings across all languages in one structured report.

What output does code review provide to act on findings?

Output includes severity classification, identified issue root cause, concrete remediation recommendations, step-by-step verification procedures, and evidence references. Structured format integrates directly with developer workflows, ticketing systems, and CI pipelines for tracking and accountability.