code-reviewer

Review unstaged git diff changes for high-priority bugs and security issues.

1|Updated Jun 7, 2024
One-click install
npx skills add https://github.com/jsco2t/dotfiles --skill code-reviewer-jsco2t
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/jsco2t/dotfiles/tree/main/.claude/skills/code-reviewer
Command: npx skills add https://github.com/jsco2t/dotfiles --skill code-reviewer-jsco2t

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews code for bugs, logic errors, security vulnerabilities, code quality issues, and adherence to project guidelines, using confidence-based filtering to report only high-priority issues that truly matter

Core Features & Use Cases

  • Project guideline compliance: Verify adherence to explicit project rules, conventions, and testing practices across languages.
  • High-signal issue detection: Identify actual bugs, security risks, and quality problems while minimizing false positives.
  • Usage scenarios: Apply to unstaged changes from git diff by default, scope to specific files or paths, or review entire commits for critical issues.

Quick Start

Ask the AI to review the current diff and return high-priority issues with actionable recommendations.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I review unstaged git diff changes for bugs and security vulnerabilities?

To review unstaged git diff changes for bugs and security vulnerabilities, apply this code review process to your current diff. It identifies logic errors, security risks, and quality issues while filtering out low-confidence results to return only high-priority issues.

Can I scope a code review to specific files or paths instead of the whole project?

Yes, you can scope a code review to specific files or paths instead of the whole project. While it defaults to analyzing unstaged changes from git diff, you can optionally target specific directories or review entire commits for critical issues.

How does confidence-based filtering improve static analysis and bug detection?

Confidence-based filtering improves static analysis and bug detection by minimizing false positives. It evaluates identified security vulnerabilities and code quality issues, reporting only high-signal, high-priority problems that truly matter with actionable recommendations.

How do I verify code compliance with explicit project guidelines and conventions?

To verify code compliance with explicit project guidelines and conventions, apply a review process that checks your codebase against your project rules. This ensures adherence to specific testing practices and conventions across multiple programming languages.

What is the best way to get actionable recommendations for high-priority code quality issues?

The best way to get actionable recommendations for high-priority code quality issues is to use a review mechanism that filters findings by confidence. This ensures you receive only high-signal, actionable feedback on actual bugs and security risks rather than minor warnings.

Does this code review tool work without additional dependencies or components?

Yes, this code review tool works without additional dependencies or components. It operates directly on your git diff or specified file paths to detect bugs, logic errors, and security vulnerabilities without requiring external static analysis modules.