review

Automate code review of uncommitted git changes with a reviewer subagent.

Updated Sep 6, 2018
One-click install
npx skills add https://github.com/terakoya76/terakoya76-playbooks --skill review-terakoya76
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/terakoya76/terakoya76-playbooks/tree/main/roles/dotfiles/files/claude/skills/review
Command: npx skills add https://github.com/terakoya76/terakoya76-playbooks --skill review-terakoya76

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual code-review of uncommitted changes is slow and error-prone; this Skill automates the initial review by delegating to a code-reviewer subagent.

Core Features & Use Cases

  • Automated inspection of git diffs and status to surface issues in changed files.
  • Rapid validation of modified code prior to commit to speed up local development.
  • Use Case: When you have a set of uncommitted changes, trigger the review to get a summarized feedback report.

Quick Start

Invoke the review skill to initiate a code-reviewer session for your current uncommitted changes.

Frequently Asked Questions about review

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

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

Automating code review for uncommitted changes involves running a code-reviewer agent that executes commands like git diff and git status to inspect changes. The agent then produces a concise review summary of any issues.

What is the process for inspecting local git diffs to surface issues in changed files?

Inspecting local git diffs to surface issues is done by a code-reviewer agent that runs git diff and git status commands. It reads changed files and generates a summarized feedback report of issues found.

Can I use an automated agent to validate modified code in my local development workflow?

Yes, an automated agent can validate modified code in local development workflows. It applies to local development workflows needing rapid validation of diffs and changed file statuses before committing.

Do I need any special dependencies to run an automated code review on my git status?

No special dependencies are required to run an automated code review on your git status. The code-reviewer agent uses standard tools like Read, Glob, Grep, and Bash with git diff commands to inspect changes.

Are there limitations to automating code review for uncommitted changes?

A limitation of automating code review for uncommitted changes is that it only applies to local development workflows with uncommitted diffs. It produces an initial review summary and does not replace manual verification entirely.