review

Detect bugs, security vulnerabilities, and anti-patterns in code files or directories.

121|6|Updated Aug 28, 2021
One-click install
npx skills add https://github.com/cogikyo/dotfiles --skill review-cogikyo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/cogikyo/dotfiles/tree/main/config/claude/skills/review
Command: npx skills add https://github.com/cogikyo/dotfiles --skill review-cogikyo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps identify bugs, security vulnerabilities, and anti-patterns in code. It focuses on real problems that impact maintainability and correctness, rather than style nitpicks.

Core Features & Use Cases

  • Bugs & Vulnerabilities: Detect real logical errors and security concerns in changed files or entire projects.
  • Anti-patterns & Modernization: Flag dangerous patterns and suggest actionable modernization steps.
  • Usage Patterns: Run on a directory, specific files, or on recent changes, and optionally graduate findings to CLAUDE.md.

Quick Start

/review # Review recent changes (git diff) /review path/to/file.ts # Review a specific file /review path/to/dir # Review a directory