logical-commits
Logical Commits
Turn a mixed worktree into a clean sequence of atomic commits.
Workflow
- Inspect the full change set before staging anything.
- Define commit boundaries by behavior or concern, not by file count.
- Order commits so dependencies land first (types/api/schema/helpers before consumers).
- Stage only the exact hunks for one commit.
- Validate that staged commit state is healthy before committing.
- Commit with a precise message.
- Repeat until all intended changes are committed.
1) Inspect First
Run:
More from colonelpanic8/dotfiles
email-unsubscribe-check
Use when user wants to find promotional or unwanted recurring emails to unsubscribe from, or when doing periodic inbox hygiene to identify senders worth unsubscribing from
20release
Use when user asks to release, publish, bump version, or prepare a new version for deployment
1slides
Build, edit, render, import, and export presentation decks with the preloaded @oai/artifact-tool JavaScript surface through the artifacts tool.
1spreadsheets
Build, edit, recalculate, import, and export spreadsheet workbooks with the preloaded @oai/artifact-tool JavaScript surface through the artifacts tool.
1org-agenda-api
Use when interacting with the org-agenda-api HTTP server to read/write org-mode agenda data
1playwright-cli
Automate browser interactions from the shell using Playwright via the `playwright-cli` command (open/goto/snapshot/click/type/screenshot, tabs/storage/network). Use when you need deterministic browser automation for web testing, form filling, screenshots/PDFs, or data extraction.
1