code-reviewer

Detect and fix code quality issues across diverse codebases.

1|Updated Oct 28, 2024
One-click install
npx skills add https://github.com/KiefBC/dotfiles --skill code-reviewer-kiefbc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/KiefBC/dotfiles/tree/main/claude/.claude/plugins/marketplaces/kiefx-plugins/daddy-claude/skills/code-reviewer
Command: npx skills add https://github.com/KiefBC/dotfiles --skill code-reviewer-kiefbc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineers systematically review code for maintainability, readability, performance, security, and test coverage, reducing defects and review time.

Core Features & Use Cases

  • Checklist-based review: Follow a structured checklist for code organization, error handling, performance, security, and tests.
  • Pattern discovery: Identify anti-patterns and potential issues across a codebase.
  • PR guidance: Provide actionable feedback for pull requests with concrete changes.

Quick Start

Provide a detailed code-quality feedback report for the attached codebase. Use Read to view files, Grep to search for patterns, and Glob to locate related files.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I review code for security and quality issues systematically?

Structured code review uses checklists to assess code organization, error handling, performance, security, and test coverage. This Skill applies a checklist-based approach during pull requests and ongoing assessments to catch defects early and reduce review time across diverse codebases.

Can I identify anti-patterns and code quality issues across my entire codebase?

Pattern discovery identifies anti-patterns and potential issues across your codebase by analyzing code organization, error handling, performance, security concerns, and test coverage. The Skill searches for patterns using grep and file location tools to locate related issues systematically.

What should I check in a pull request review for maintainability and security?

Pull request guidance covers code organization, error handling, performance optimization, security concerns, and test coverage. This Skill provides actionable feedback with concrete changes to improve maintainability, readability, and defect prevention before merging.

Does this work with pull requests in my development workflow?

Code review analysis integrates into pull request workflows and ongoing quality assessments. The Skill applies checklist-based review during code review stages, supporting diverse languages and codebases to reduce defects and accelerate feedback cycles.

How do I detect performance and test coverage gaps in my code?

The Skill analyzes test coverage and performance concerns as part of structured code review. It identifies gaps in error handling, performance efficiency, and testing completeness, then provides concrete recommendations to strengthen code quality and reliability.