Loading...
Loading...
Conventional Commits format for git commits and PR/MR titles. Type prefixes, scope rules, breaking change syntax, and commit message structure. Use when committing changes, writing commit messages, creating PR/MR titles, or formatting squash merge messages. Not for PR workflows (git-pr), CI/CD status (git-ci), or git branch management
npx skill4agent add dmythro/agent-skills git-commitfix: handle null responseFix: Handled null response.Co-Authored-Byfix: coderabbit round 2 fixesfix: address review feedbackgit remote get-url origin| Remote URL contains | Provider | CLI | PR term |
|---|---|---|---|
| GitHub | | PR |
| GitLab | | MR |
<type>(<optional scope>): <description>
[optional body]
[optional footer(s)]| Type | When |
|---|---|
| New feature or capability |
| Bug fix |
| Documentation only |
| Formatting, whitespace, semicolons (no logic change) |
| Code change that neither fixes a bug nor adds a feature |
| Performance improvement |
| Adding or updating tests |
| Build system or external dependencies |
| CI/CD configuration |
| Maintenance tasks, tooling, config |
feat(auth): add OAuth2 flowfix: handle null responseFix: Handled null response.!feat(api)!: remove v1 endpointsCo-Authored-Bygit commit -m "feat: add user profile page"
git commit -m "fix(auth): prevent token refresh race condition"
git commit -m "docs: update API reference for v2 endpoints"
git commit -m "refactor(db): extract connection pooling logic"
git commit -m "feat(api)!: change response format for /users"git log| Noise (never) | Signal |
|---|---|
| |
| |
| |
| Provider | Create PR/MR with title |
|---|---|
| GitHub | |
| GitLab | |