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 component
  • fix: Bug fix
  • refactor: Code change that neither fixes a bug nor adds a feature
  • build: Changes to build system or dependencies (package.json, tsconfig, etc.)
  • chore: Maintenance tasks (lockfile updates, etc.)
  • docs: Documentation changes
  • test: Adding or updating tests
  • perf: Performance improvements
  • style: Code style changes (formatting, semicolons, etc.)

Scope Examples:

Installs
18
First Seen
Apr 15, 2026
do-commits — cbnsndwch/skills