git-conventions
FeaturedConventional Commits only (feat, fix, docs, refactor, test, chore); no AI co-authorship trailer and no AI signature in a commit message. Triggers: commit, git, message, changelog, release, pull request.
Install
Quality Score: 90/100
Skill Content
Details
- Author
- softspark
- Repository
- softspark/ai-toolkit
- Created
- 5 months ago
- Last Updated
- yesterday
- Language
- Python
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
git-conventions
Git workspace hygiene (clean-tree pre-flight, pruning a scratch stack), branch naming, commit message format, and workflow conventions for Agora backend services. Use it whenever starting or finishing work in a checkout, creating a branch, writing a commit message, or grouping changes. Referenced by implement-feature and any other skill that touches git. Pair with attribute-ai-commits whenever an AI agent materially contributed to a commit.
git-conventions
Use before writing any commit message, creating a branch, opening a pull request, or splitting work into commits. Enforces Conventional Commits (type, optional scope, imperative description, body, footers, breaking-change markers) and the type/ticket-description branch naming pattern. Also carries the house rules that a commit is never made without asking first and never carries a Claude co-author trailer.
git-conventions
Branch naming, commit message format, PR workflow, worktree conventions, versioning policy