review

Review Git-tracked code changes for correctness, conventions, performance, security, and typing.

243|5|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/alamenai/terrae --skill review-alamenai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/alamenai/terrae/tree/main/.claude/skills/review
Command: npx skills add https://github.com/alamenai/terrae --skill review-alamenai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review changes made during the current session before committing to ensure quality and reduce bugs.

Core Features & Use Cases

  • Gather changes with git status and git diff to identify modified and new files.
  • Read changed files to understand implementation details and assess impact.
  • Analyze for correctness, project conventions, potential bugs, security concerns, and typing integrity.
  • Generate a structured, actionable review outline for maintainers.

Quick Start

Run a session review to inspect recent changes and generate a pre-commit code-quality report.

Frequently Asked Questions about review

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

FAQPage Schema
How do I review my code changes before a git commit?

To review code changes before a git commit, this Skill gathers modified and new files via git diff, analyzes them for correctness and conventions, and outputs a structured, actionable review report for maintainers.

What does a pre-commit code review check for?

A pre-commit code review checks modified and new files for correctness, project conventions, potential bugs, security concerns, performance issues, and typing integrity to ensure quality before changes are committed.

Can I run an automated code review across different programming languages?

Yes, you can run an automated code review across different programming languages. The Skill examines codebases tracked by Git regardless of language, reading changed content to assess impact and generate a quality report.

How do I generate an actionable review outline for recent git changes?

You generate an actionable review outline by running a session review. The Skill reads git status and git diff output to understand implementation details, then produces a structured report highlighting issues in your modified files.

Does this automated code review work without staging files in git?

The automated code review identifies modified and new files using git status and git diff. It reads the changed content directly to analyze implementation details and assess impact before you finalize your commit.