Skip to content

Instantly share code, notes, and snippets.

View francoabaroa's full-sized avatar
🎯
Focusing

franco abaroa francoabaroa

🎯
Focusing
View GitHub Profile
name review-worktree
description Exhaustive read-only code review of staged, unstaged, and untracked Git worktree changes before commit. Use when the user asks to review uncommitted changes, review the whole worktree, audit local diffs, inspect staged/unstaged/untracked files, or run a thorough parallel subagent code-review workflow focused on correctness, regressions, security/privacy, data integrity, API compatibility, tests, and integration risk.

Review Worktree

Run a comprehensive read-only review of every uncommitted change in the current Git repository. Account for staged, unstaged, and untracked non-ignored files before giving a verdict.

Non-Negotiables