
Format, lint, test, and commit changes. Detects repo tooling automatically.
Format, lint, test, and amend the current commit. Detects repo tooling automatically.
Review uncommitted changes for issues, missed items, and improvements. Use when reviewing before commit or when user asks to check their work.
Understand current work context from recent changes. Use at session start or when resuming work.
Test-driven bug fixing and feature development. Use when fixing bugs or building features — works with test suites or ad-hoc repro scripts. Enforces red-green-refactor vertical slices.
Open the current plan file in nvim for user review