Review Local banner
s977043 s977043

Review Local

Development community

Description

--- description: Review current working tree changes (diff) and suggest fixes allowed-tools: Bash(git status:*), Bash(git diff:*), Bash(git log:*) --- ## Context - Status: `git status` - Diff: `git diff` - Recent commits: `git log --oneline -10` ## Task Review the diff for: - correctness and edge cases - security issues - performance - style consistency Provide actionable comments and propose minimal patches.

Installation

Installs to ~/.claude/skills/s977043-river-review-review-local/SKILL.md

Terminal
mkdir -p ~/.claude/skills/s977043-river-review-review-local && curl -fsSL https://raw.githubusercontent.com/s977043/river-review/HEAD/commands/review-local.md -o ~/.claude/skills/s977043-river-review-review-local/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository