Loading...
Loading...
Generate git commits following Conventional Commits (commitlint). Use when user wants to commit changes.
npx skill4agent add vainjs/skills commit<type>(<scope>): <description>
[optional body]
[optional footer(s)]| Type | Description |
|---|---|
| New feature |
| Bug fix |
| Documentation only |
| Formatting, missing semicolons (no code change) |
| Code change that neither fixes nor adds features |
| Performance improvement |
| Adding or correcting tests |
| Build system or external dependencies |
| CI configuration files and scripts |
| Other changes that don't modify src or test |
| Reverts a previous commit |
apiauthuiBREAKING CHANGE:Closes #123!BREAKING CHANGE:feat(api)!: change authentication endpoint response format
BREAKING CHANGE: The /auth endpoint now returns a JWT token instead of session ID.feat(auth): add OAuth2 login support
fix(ui): resolve button alignment on mobile
docs: update API documentation
refactor(core): simplify error handling logic
chore(deps): upgrade React to v19git statusgit add <files>git add -Agit diff --stagedgit commitfeat(auth): add OAuth2 logingit commit -m "<confirmed message>"