code-review

Analyze code files and directories for quality issues, bugs, and security concerns.

1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/applewave/claude.skill --skill code-review-applewave
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/applewave/claude.skill/tree/main/claude.bkit/skills/code-review
Command: npx skills add https://github.com/applewave/claude.skill --skill code-review-applewave

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes code to identify quality issues, potential bugs, and security concerns in a repository, providing developers with actionable feedback to improve code quality and maintainability.

Core Features & Use Cases

  • Code-quality analysis: detect code smells, complexity hotspots, naming inconsistencies, and type-safety issues across files.
  • Bug detection: identify potential defects, null/undefined handling gaps, and edge-case failures.
  • Security review: inspect for insecure patterns, data exposure risks, and authorization flaws.
  • Use case: during a PR review, run a comprehensive scan to surface critical issues and suggested fixes for quick remediation.

Quick Start

Call /code-review with a target file or directory to begin the analysis.

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 running analysis on a pull request to generate a structured report with actionable recommendations for bug detection and security concerns.

Can static analysis detect security concerns and data exposure risks in my repository?

Static analysis inspects code to identify insecure patterns, data exposure risks, and authorization flaws, providing actionable feedback to improve repository security.

How do I identify code smells and complexity hotspots across a directory?

Identify code smells and complexity hotspots by applying analysis to an entire directory, detecting naming inconsistencies and type-safety issues across files.

Does code review work with individual files or only entire directories?

Code review works with both individual files and entire directories, allowing targeted analysis or comprehensive repository scans for potential defects.

What's the best way to handle null or undefined gaps during code quality analysis?

Code quality analysis identifies potential defects including null or undefined handling gaps and edge-case failures, surfacing suggested fixes for quick remediation.

Limitations of automated code review for detecting complex logic bugs?

Automated code review targets static patterns for bug detection and security concerns, but may require integration with PDCA-driven workflows to address complex logic bugs.