Makes your commits follow conventional commit format (feat:, fix:, etc.) with atomic staging and CI checks before committing. Always shows you the exact git commands it wants to run and asks if you want to run them yourself or let it execute. Works with zagi if you have it installed. The workflow is deliberate: implement, run tests/lint/typecheck, stage related files together, confirm the commit, then move to the next one. It stops to ask before doing anything sketchy like adding type ignores or force pushing. Good if you want clean commit history without memorizing the conventional commit spec or accidentally committing broken code.
npx skills add https://github.com/siviter-xyz/dot-agent --skill semantic-git