archive/upstream/chasebuild-agent-skills/git/skills/git-atomic-commit/SKILL.md
Split a large diff into atomic, review-friendly commits. Use when asked to "split commits", "create atomic commits", "chunk this diff", or prepare clean commit history.
npx skillsauth add 0xharryriddle/codex-field-kit git-atomic-commitInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
4 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Always produce small commits where each commit has one logical purpose and passes checks.
git-run-checks before the first commit and after each meaningful commit group.git status --short and git diff.git add -p or path-based staging).git diff --cached.git-conventional-commit).Use ./scripts/suggest-slices.sh to get candidate commit groupings from file paths.
development
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
testing
[EXPLICIT INVOCATION ONLY] Creates dependency-aware implementation plans optimized for parallel multi-agent execution.
testing
Only to be triggered by explicit super-swarm-spark commands.
development
Create and install Codex custom agent roles in ~/.codex/config.toml, generate role config files, enforce supported keys, and guide users through required role inputs (model, reasoning effort, developer_instructions).