code-review

Review uncommitted code changes against a base branch for logic errors and security vulnerabilities.

12|2|Updated Feb 23, 2025
One-click install
npx skills add https://github.com/YousefHadder/dotfiles --skill code-review-yousefhadder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/YousefHadder/dotfiles/tree/main/copilot-cli/.config/.copilot/skills/code-review
Command: npx skills add https://github.com/YousefHadder/dotfiles --skill code-review-yousefhadder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing uncommitted or unstaged code changes against a main branch, identifying potential issues related to logic, security, and best practices before they are committed.

Core Features & Use Cases

  • Automated Code Analysis: Scans local changes for critical bugs, security vulnerabilities, and deviations from best practices.
  • Actionable Feedback: Provides specific, categorized feedback with severity levels to guide developers.
  • Use Case: Before pushing a feature, use this Skill to ensure your code is secure, logically sound, and adheres to project standards, preventing common errors and vulnerabilities.

Quick Start

Use the code-review skill to analyze my current uncommitted changes against the main branch.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I review uncommitted code changes for security vulnerabilities?

To review uncommitted changes for security vulnerabilities, analyze local code diffs against a specified base branch like main or master. This identifies security vulnerabilities, logic errors, and deviations from best practices before you commit your work.

What is automated code review for local git diffs?

Automated code review for local git diffs scans uncommitted changes against a base branch to identify logic errors, security vulnerabilities, and best practice deviations. It analyzes surrounding code context and execution flow to provide categorized, actionable feedback.

Can I analyze unstaged git changes against a main branch?

Yes, you can analyze unstaged git changes against a main or master base branch. The review targets uncommitted and unstaged work, comparing it against the base branch to identify logic errors, security vulnerabilities, and best practice deviations.

How do I get actionable feedback on code quality before pushing?

You get actionable feedback on code quality before pushing by reviewing uncommitted changes against a base branch. The analysis provides specific, categorized feedback with severity levels to guide developers in fixing bugs and security issues.

Does code review work with uncommitted changes or only committed code?

Code review works with uncommitted and unstaged changes. It analyzes local diffs against a specified base branch like main or master to identify logic errors, security vulnerabilities, and best practice deviations before committing.