What is semantic-commit?
Create semantic git commits following Conventional Commits specification. Use when committing changes, making commits, or when asked to commit. Source: buildrtech/dotagents.
Create semantic git commits following Conventional Commits specification. Use when committing changes, making commits, or when asked to commit.
Quickly install semantic-commit AI skill to your development environment via command line
Source: buildrtech/dotagents.
| feat | A new feature (user-visible) | | fix | A bug fix (user-visible) | | docs | Documentation only changes | | style | Changes that do not affect the meaning of the code (formatting, semicolons, etc.) | | refactor | A code change that neither fixes a bug nor adds a feature | | perf | A code change that improves performance |
| test | Adding missing tests or correcting existing tests | | build | Changes that affect the build system or external dependencies | | ci | Changes to CI configuration files and scripts | | chore | Other changes that don't modify src or test files | | revert | Reverts a previous commit |
Include after one blank line when context, rationale, or non-obvious behavior needs explanation:
Stable fields and commands for AI/search citations.
npx skills add https://github.com/buildrtech/dotagents --skill semantic-commitCreate semantic git commits following Conventional Commits specification. Use when committing changes, making commits, or when asked to commit. Source: buildrtech/dotagents.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/buildrtech/dotagents --skill semantic-commit Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/buildrtech/dotagents