git-commit-formatter
Installation
SKILL.md
Git Commit Formatter Skill
When writing a git commit message, you MUST follow the Conventional Commits specification.
Format
<type>[optional scope]: <description>
Allowed Types
- feat: A new feature
- fix: A bug fix
- docs: Documentation only changes
- style: Changes that do not affect the meaning of the code (white-space, formatting, 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
- chore: Changes to the build process or auxiliary tools and libraries such as documentation generation
Related skills
More from rominirani/antigravity-skills
json-to-pydantic
Converts JSON data snippets into Python Pydantic data models.
16database-schema-validator
Validates SQL schema files for compliance with internal safety and naming policies.
16adk-tool-scaffold
Scaffolds a new custom Tool class for the Agent Development Kit (ADK).
15license-header-adder
Adds the standard open-source license header to new source files. Use involves creating new code files that require copyright attribution.
14always-verify-gcp
A workflow skill for all Google Cloud resource management tasks (create, delete, modify). This skill ensures that the correct CLI tool (`gcloud`, `bq`, `gsutil`) is chosen and that its commands are verified against the latest official documentation before execution.
8