Quick Commit

Stage all changes and commit with a descriptive message

galacean 95a5cf8 542 B Updated

File contents

  1. Run git status to see the current state
  2. Run git diff to understand the changes
  3. If no files are staged, run git add -A . to stage all changes; otherwise skip
  4. Create a commit with a clear message that:
    • Starts with a type prefix (feat:, fix:, refactor:, docs:, test:, chore:)
    • Briefly describes what changed
    • Uses imperative mood ("Add feature" not "Added feature")

Example: feat: add product search functionality

galacean/effects-runtime/tree/main/.agents/skills/quick-commit commit 95a5cf8443

Frequently asked questions

npx skillmds@latest add galacean/quick-commit