code-review

Review git working tree changes for quality, security, and maintainability issues.

2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/julian-pani/agconf --skill code-review-julian-pani
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/julian-pani/agconf/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/julian-pani/agconf --skill code-review-julian-pani

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly inspect recent code changes for bugs, security risks, maintainability problems, and missed best practices before the changes are merged or handed off.

Core Features & Use Cases

  • Prioritized Review: Evaluates modified files and organizes findings by severity so the most important issues are addressed first.
  • Security and Quality Checks: Looks for hardcoded secrets, injection risks, missing validation, weak error handling, large functions, and other maintainability concerns.
  • Clear Fix Guidance: Provides concrete remediation advice with file and line references, making it easier to correct issues efficiently.

Quick Start

Ask the assistant to review the latest git changes and report any critical, warning, or suggestion-level issues with specific fixes.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I review recent git changes for security and maintainability issues?

A git diff inspection evaluates modified files in your working tree to catch security vulnerabilities, maintainability problems, and missed best practices. It prioritizes findings by severity and provides explicit file and line references with concrete fix guidance before merge decisions.

What is the best way to catch hardcoded secrets and injection risks before a merge?

Running quality and security checks on modified files in your git working tree catches hardcoded secrets and injection risks. The review evaluates the git diff, organizing these vulnerabilities into critical, warning, and suggestion levels with concrete remediation advice and explicit file references.

How do I get specific file and line references for code review findings?

Reviewing the git diff of modified files yields specific file and line references for quality, security, and maintainability findings. The process maps identified issues directly to their locations, delivering concrete fix guidance for critical, warning, and suggestion levels.

Can I use git diff inspection to check for weak error handling and large functions?

Yes, git diff inspection evaluates modified files for weak error handling and large functions. The review process identifies these maintainability concerns alongside security risks, organizing all findings into prioritized levels with concrete remediation advice for efficient correction.

When do I need to run an automated code review on my working tree?

You need to run a code review on modified files in your git working tree after code edits, especially before merge decisions or handoff reviews. This inspects recent changes for bugs, security risks, and maintainability problems, ensuring issues are caught before they ship.

Does automated code review replace manual handoff reviews?

Automated code review complements rather than replaces manual handoff reviews by inspecting git diff changes for quality, security, and maintainability issues. It provides prioritized findings with concrete fix guidance, allowing manual reviews to focus on complex logic rather than routine vulnerability scanning.