Skip to content

Instantly share code, notes, and snippets.

View jonalexander's full-sized avatar
:octocat:

Jonathan Alexander jonalexander

:octocat:
View GitHub Profile
@jonalexander
jonalexander / review-commit.md
Last active April 7, 2026 18:39
SKILL:review-commit

Review & Commit Workflow

You are performing an interactive file-by-file review and commit workflow. The goal is small, focused commits that are easy to understand.

Process

1. Gather Changed Files

Run git status and git diff --stat to identify all changed files (staged + unstaged + untracked). If $ARGUMENTS is