code-review-mastery

Review local git diffs and output MAJOR/MINOR findings.

207|31|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/AbsolutelySkilled/AbsolutelySkilled --skill code-review-mastery-absolutelyskilled
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-mastery
Source: https://github.com/AbsolutelySkilled/AbsolutelySkilled/tree/main/skills/code-review-mastery
Command: npx skills add https://github.com/AbsolutelySkilled/AbsolutelySkilled --skill code-review-mastery-absolutelyskilled

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews local git changes with project-aware analysis to produce structured MAJOR/MINOR findings that guide pre-commit fixes.

Core Features & Use Cases

  • Reviews both staged and unstaged changes with context from lint rules, conventions, and framework patterns.
  • Produces structured MAJOR/MINOR findings that help teams prioritize fixes before committing.
  • Works across Claude Code, Gemini CLI, OpenAI Codex, and other compatible agents with consistent behavior.

Quick Start

Install the code-review-mastery skill and trigger a diff review to receive MAJOR/MINOR findings.

Frequently Asked Questions about code-review-mastery

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

FAQPage Schema
How do I automate code review for local git changes before committing?

Automated code review for local git changes analyzes staged and unstaged diffs to produce structured MAJOR and MINOR findings. It reads project configurations like CLAUDE.md and lint rules to calibrate severity and guide pre-commit fixes.

What is project-aware static analysis for git diffs?

Project-aware static analysis for git diffs evaluates local code changes using your repository's specific lint rules, formatting configs, and framework patterns. This contextual review generates structured findings to help prioritize fixes before a commit.

Does AI-assisted code review work with Gemini CLI and OpenAI Codex?

AI-assisted code review works across Claude Code, Gemini CLI, OpenAI Codex, and other compatible agents. It delivers consistent project-aware analysis and structured findings for interactive review across these supported platforms.

How do I review staged and unstaged changes with an AI assistant?

Reviewing staged and unstaged changes with an AI assistant involves triggering a diff review. The assistant gathers changes using git diff, reads local project conventions, and outputs structured MAJOR and MINOR findings for interactive review.

What is the best way to prioritize pre-commit code fixes automatically?

The best way to prioritize pre-commit code fixes is generating structured MAJOR and MINOR findings from local git changes. Project-aware analysis calibrates severity using lint configs and conventions to guide your interactive review process.

Why do I need lint configurations for AI-assisted code review?

Lint configurations are needed for AI-assisted code review to calibrate severity and provide project-aware analysis. Reading these configs alongside local git diffs allows the review to produce findings aligned with your specific framework patterns and conventions.