Loading...
Loading...
Ensures commit messages follow conventional commit format with proper type, scope, and description. Use when generating commit messages, reviewing staged changes, or when the user asks for help writing commit messages.
npx skill4agent add foxted/skills conventional-commitstype(scope): description
[optional body]
[optional footer]featfixdocschorerefactorteststyleperfcibuildcmsclientslawyerswebsitepackagesfeat(cms): add new collectionfix(clients): resolve form validation issuedocs(website): update API documentationfeat: introduce editors field for enhanced content management
docs: add AI Elements skill for manual component installation
fix: add CollectionCards to import map for UI components
refactor: simplify AI chat components and enhance conversation handling
chore: update dependencies and configurations for CMS packages
feat(cms): add new blog post collection
fix(clients): resolve authentication token expirationAdded new feature
fix bug
Update README.md
feat: Added new feature for users
fix(clients): Fixed the bug that was causing issuesfeat(cms): add draft/publish workflow
- Add draft status field to collections
- Implement publish endpoint
- Add validation for draft content