code-review

Review uncommitted code changes for security vulnerabilities and quality issues.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/YuriNakayama/neurogolf --skill code-review-yurinakayama
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/YuriNakayama/neurogolf/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/YuriNakayama/neurogolf --skill code-review-yurinakayama

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a thorough security and quality review of uncommitted code changes, identifying and mitigating potential issues before they become problems.

Core Features & Use Cases

  • Security Checks: Detects hardcoded credentials, SQL injection, XSS vulnerabilities, and more.
  • Code Quality Analysis: Identifies long functions, deep nesting, missing error handling, and other code quality issues.
  • Best Practices: Ensures adherence to best practices like immutability, proper types, and accessibility.
  • Custom Reports: Generates detailed reports with severity levels, file locations, and suggested fixes.
  • Commit Blocking: Blocks commits with critical or high-severity issues.

Quick Start

Run the code-review skill to review the current set of uncommitted changes.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I run a security and quality code review on uncommitted changes?

Yes, code review blocks commits containing critical or high-severity issues by identifying security vulnerabilities like hardcoded credentials and SQL injection, ensuring risky changes are not committed.

What code quality issues can be detected during a pre-commit code review?

Code review checks for security vulnerabilities like hardcoded credentials, SQL injection, and XSS, alongside code quality issues such as deep nesting, missing error handling, and improper type usage.

Does the code review skill require Python to analyze uncommitted changes?

Python is required for execution and analysis when using this skill to conduct comprehensive security and quality reviews of uncommitted code changes.

What is the best way to prevent hardcoded credentials and SQL injection in commits?

Code review identifies and reports security vulnerabilities like hardcoded credentials and SQL injection, blocking commits that contain critical or high-severity issues to prevent security risks.

How do I get suggested fixes for security vulnerabilities found during code review?

Code review generates custom reports detailing security vulnerabilities and quality issues with severity levels, file locations, and suggested fixes to guide code corrections.