git

Git Conventional Commits

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "git" with this command: npx skills add alicoder001/agent-skills/alicoder001-agent-skills-git

Git Conventional Commits

Standardized commit message format for clean git history.

Instructions

  1. Commit Format

<type>(<scope>): <description>

[optional body]

[optional footer(s)]

  1. Commit Types

Type Description Example

feat

New feature feat(auth): add login form

fix

Bug fix fix(api): handle null response

docs

Documentation docs: update README

style

Formatting style: fix indentation

refactor

Code restructure refactor(utils): simplify logic

perf

Performance perf: optimize image loading

test

Tests test: add unit tests for auth

build

Build system build: update dependencies

ci

CI/CD ci: add GitHub Actions

chore

Maintenance chore: clean up old files

  1. Scope (Optional)

Scope indicates the affected area:

feat(auth): add OAuth support fix(cart): correct total calculation refactor(api): restructure endpoints

  1. Breaking Changes

feat(api)!: change response format

BREAKING CHANGE: API response now uses camelCase keys

  1. Examples

✅ Good

feat(user): add profile picture upload fix(checkout): resolve payment validation error docs(api): add authentication endpoints refactor(components): extract common button styles

❌ Bad

update code fixed bug WIP misc changes

  1. Multi-line Commits

feat(dashboard): add analytics widget

  • Add chart component for daily stats
  • Integrate with analytics API
  • Add loading skeleton

Closes #123

References

  • Conventional Commits

  • Angular Commit Guidelines

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

solid

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

reasoning

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

collaboration

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

find-skills

No summary provided by upstream source.

Repository SourceNeeds Review