review

Review Git diffs and commit ranges with severity-ranked findings.

1|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/g-bastianelli/nuthouse --skill review-g-bastianelli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/g-bastianelli/nuthouse/tree/main/git-gremlin/skills/review
Command: npx skills add https://github.com/g-bastianelli/nuthouse --skill review-g-bastianelli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash(node:*), Bash(git diff:*), Bash(git log:*), Read, Glob, Grep, Agent, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies code reviews by automatically generating severity-ranked findings, reducing manual effort and enhancing the quality of code commits.

Core Features & Use Cases

  • Automated Code Review: Generate findings on the spot without manual analysis.
  • Severity Ranking: Understand the criticality of issues with a clear severity scale.
  • Use Case: Before merging a pull request, use this Skill to quickly identify and address critical issues that could affect the project's stability.

Quick Start

Request a review of the latest code changes using 'review --staged' or 'review --base <commit_hash>'.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code reviews for my current Git diff?

Automate code reviews of your current Git diff by requesting a review using commands like 'review --staged'. The review process loads repo instructions and generates severity-ranked findings based on Git operations and rules provided.

Can I review a specific commit range or pull request branch?

You can review specific commit ranges or pull request branches by running 'review --base <commit_hash>'. The automated review process supports reviewing PR, branch, and commit ranges to generate contextual findings.

Does the automated code review process require Bash and Git commands?

The automated code review process requires Bash and various Git commands including git diff and git log for operations. These dependencies are necessary to execute Git operations and produce severity-ranked findings.

Will this code review tool automatically implement fixes for identified issues?

This code review tool does not support the implementation of fixes, nor does it support commit, PR, or branch creation. It strictly automates the review process to produce severity-ranked findings for manual resolution.

What is the severity ranking used in automated code review findings?

Severity ranking in automated code review findings provides a clear severity scale to understand the criticality of issues. This ranking helps quickly identify and address critical issues that could affect project stability before merging.