code-review

Review git diffs for quality, security, and maintainability issues.

77|4|Updated Jun 20, 2022
One-click install
npx skills add https://github.com/htlin222/dotfiles --skill code-review-htlin222
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/htlin222/dotfiles/tree/main/claude.symlink/skills/code-review
Command: npx skills add https://github.com/htlin222/dotfiles --skill code-review-htlin222

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enhances code quality, security, and maintainability by providing expert reviews and actionable feedback.

Core Features & Use Cases

  • Comprehensive Analysis: Reviews code for critical issues, warnings, and suggestions across quality, security, and maintainability.
  • Prioritized Feedback: Delivers feedback in order of importance, ensuring critical issues are addressed first.
  • Use Case: After pushing a new feature, use this Skill to get a thorough review before merging, catching potential bugs or security flaws early.

Quick Start

Use the code-review skill to analyze the recent changes in the git diff.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform a code review on a git diff before merging?

To perform a code review on a git diff, provide the diff output to the skill. It analyzes code changes for quality, security, and maintainability issues, delivering prioritized feedback to address critical problems before merging.

What is the best way to check code quality and security after modifying files?

The best way to check code quality and security after modifications is using a structured code review checklist. This skill assesses recent git changes, categorizing feedback into critical issues, warnings, and suggestions to ensure maintainability.

Can I use this code review skill for post-modification analysis without a pre-commit hook?

Yes, you can use this skill for post-modification analysis without a pre-commit hook. It processes provided git diff output independently to evaluate code quality, identify security flaws, and generate actionable feedback.

How does automated code review prioritize feedback for software development projects?

Automated code review prioritizes feedback by ordering output based on severity. It evaluates git diffs against a structured checklist, ensuring critical security vulnerabilities and quality issues are resolved before general suggestions.

What do I need to provide to get a comprehensive code quality assessment?

You need to provide the git diff output of your recent changes to get a comprehensive code quality assessment. The skill requires this input to execute its structured review checklist and identify potential bugs or security flaws.