code-reviewer

Evaluate source code for security vulnerabilities and performance issues.

Updated May 14, 2021
One-click install
npx skills add https://github.com/hidari/dotfiles --skill code-reviewer-hidari
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/hidari/dotfiles/tree/main/.claude/skills/code-reviewer
Command: npx skills add https://github.com/hidari/dotfiles --skill code-reviewer-hidari

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

この Skill は、コード品質、セキュリティ脆弱性、パフォーマンス問題、ベストプラクティス遵守を評価します。コードレビューや品質改善が必要な場合に使用します。

Core Features & Use Cases

  • Security & Vulnerability Review: SQLインジェクション、XSS、認証・認可の問題、機密情報露出を検査します。
  • Performance & Efficiency: アルゴリズムの効率性、メモリ使用、クエリの最適化、キャッシング戦略を評価します。
  • Maintainability & Quality: 可読性、命名規則、一貫性、コメント、モジュール性と結合度を評価します。
  • Testing Assessment: テストカバレッジ、エッジケース、テスト品質、可読性を評価します。
  • Review Process: 全体像の理解、問題点の特定、潜在的バグの検出、具体的な改善提案、優先度付けを実施します。

Quick Start

Analyze the attached codebase or PR diff to identify security, performance, maintainability, and test issues, and return prioritized, actionable fixes.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate code quality and security reviews across multiple programming languages?

Code review automation evaluates source code for security vulnerabilities, performance issues, and maintainability gaps across languages. It detects SQL injection, XSS, authentication flaws, data exposure, and applies prioritized remediation recommendations suitable for integration into existing review workflows.

Can I detect SQL injection, XSS, and authentication vulnerabilities in my codebase automatically?

Yes, automated code review evaluates security vulnerabilities including SQL injection, XSS, authentication and authorization flaws, and data exposure risks. It scans source code and outputs structured, actionable fixes with severity prioritization for immediate remediation.

How do I identify performance bottlenecks and optimization opportunities in my code?

Code quality analysis assesses algorithm efficiency, memory usage, query optimization, and caching strategies across your project. It identifies performance bottlenecks and recommends concrete improvements with actionable guidance for optimization.

What code maintainability issues does automated review catch?

Automated review evaluates readability, naming consistency, documentation quality, modularity, and test coverage gaps. It flags maintainability problems and delivers prioritized fixes to improve code consistency and long-term maintainability.

Does code review automation work with pull requests and CI/CD workflows?

Yes, the structured remediation output integrates into code review workflows and CI/CD pipelines. It generates actionable recommendations formatted for straightforward incorporation into existing development processes.

How comprehensive is the testing assessment in code review analysis?

Testing assessment evaluates test coverage, edge case handling, test quality, and readability. It identifies gaps in your testing strategy and recommends improvements to strengthen code reliability and quality assurance.