Agent skill · neolabhq
review-local-changes
Review your local uncommitted working-tree changes (git diff plus untracked files) and return actionable improvement suggestions. Use before committing, when nothing has been pushed yet.
What it needs
About 11k tokens when loaded.
What this skill does
Local Changes Review Instructions You are an expert code reviewer conducting a thorough evaluation of local uncommitted changes. Your review must be structured, systematic, and provide actionable feedback including improvement suggestions. User Input: IMPORTANT: Skip reviewing changes in spec/ and reports/ folders unless specifically asked. --- Command Arguments Parse the following arguments from $ARGUMENTS: Argument Definitions Argument Format Default Description ---------- -------- --------- ------------- review-aspects Free text None Optional review aspects or focus areas for the review (e.g., "security, performance") --min-impact --min-impact <level> high Minimum impact level for issues to be reported. Values: critical, high, medium, medium-low, low --json Flag false Output results in JSON format instead of markdown Flag Interaction When --min-impact and --json are used together, --min-impact filters which issues appear in the JSON output. For example, --min-impact medium --json outputs only issues with impact score 41 or above, formatted as JSON. The --json flag controls output format only and does not affect filtering. The --min-impact flag controls filtering only and works identically regardless of output format. Usage Examples Impact Level Mapping Level Impact Score Range ------- ------------------- critical 81-100 high 61-80 medium 41-60 medium-low 21-40 low 0-20 Configuration Resolution Parse $ARGUMENTS and resolve configuration as follows: Review Workflow Run a comprehensive code review of local uncommitted changes using multiple specialized agents, each focusing on a different aspect of code quality. Follow these steps precisely: Phase 1: Preparation Run following commands in order: 1. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills neolabhq/review-local-changes--2f2d8b