code-review

Analyze code quality, detect bugs, and review files, directories, or pull requests.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/cdman28/safe-file-launcher --skill code-review-cdman28
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/cdman28/safe-file-launcher/tree/main/.github/skills/code-review
Command: npx skills add https://github.com/cdman28/safe-file-launcher --skill code-review-cdman28

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the need for thorough code quality analysis, bug detection, and adherence to best practices, ensuring more robust and maintainable software.

Core Features & Use Cases

  • Code Quality Analysis: Identifies duplicate code, complexity issues, and naming convention violations.
  • Bug Detection: Pinpoints potential bugs, error handling flaws, and boundary condition issues.
  • Security & Performance Checks: Scans for common vulnerabilities and performance bottlenecks.
  • Use Case: Before merging a new feature, use this Skill to perform a comprehensive review, catching potential bugs and ensuring the code meets quality standards.

Quick Start

Use the code-review skill to analyze the file src/app.js for potential bugs and quality issues.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform an automated code review before merging a new feature?

Automated code review analyzes source files to detect bugs, identify duplicate code, and check best practices before merging. You can target specific files, directories, or pull requests to ensure robust and maintainable software.

What does static code analysis check for security vulnerabilities and performance bottlenecks?

Static code analysis scans for common security vulnerabilities and performance bottlenecks by evaluating code quality, error handling flaws, and boundary conditions. It provides actionable feedback across security and performance categories.

Can I review a specific directory or pull request for potential bugs?

Yes, you can review a specific directory or pull request for potential bugs. The skill supports analyzing targeted files and directories to pinpoint error handling flaws and boundary condition issues before integration.

What's the best way to find duplicate code and naming convention violations in my project?

The best way to find duplicate code and naming convention violations is through comprehensive code quality analysis. It identifies complexity issues and naming discrepancies to ensure adherence to software best practices.

Does automated bug detection work with existing source files without extra dependencies?

Automated bug detection works directly with existing source files without requiring extra dependencies. It analyzes the provided codebase to pinpoint potential bugs, error handling flaws, and boundary condition issues.

When do I need a comprehensive code quality analysis for my software?

You need comprehensive code quality analysis before merging new features to catch potential bugs and ensure standards are met. It evaluates code complexity, security vulnerabilities, and performance bottlenecks for maintainable software.