do-commits
Installation
SKILL.md
Great! Now let's commit these changes in thematic groups with short messages that follow the repo's semantic conventions.
Commit Message Convention
Use the format: type(scope): message
Types:
feat: New feature or componentfix: Bug fixrefactor: Code change that neither fixes a bug nor adds a featurebuild: Changes to build system or dependencies (package.json, tsconfig, etc.)chore: Maintenance tasks (lockfile updates, etc.)docs: Documentation changestest: Adding or updating testsperf: Performance improvementsstyle: Code style changes (formatting, semicolons, etc.)
Scope Examples: