Imported from Somada-yur3k/CSS-Text (
AGENTS.md). Install upstream withnpx skills add Somada-yur3k/CSS-Text. Copyright stays with the author.
Clean Commit Workflow
When generating commit messages for this repository, follow the Clean Commit workflow.
Reference: https://github.com/wgtechlabs/clean-commit
Format
<emoji> <type>: <description>
<emoji> <type> (<scope>): <description>
The 9 Types
| Emoji | Type | What it covers |
|---|---|---|
| ๐ฆ | new |
Adding new features, files, or capabilities |
| ๐ง | update |
Changing existing code, refactoring, improvements |
| ๐๏ธ | remove |
Removing code, files, features, or dependencies |
| ๐ | security |
Security fixes, patches, vulnerability resolutions |
| โ๏ธ | setup |
Project configs, CI/CD, tooling, build systems |
| โ | chore |
Maintenance tasks, dependency updates, housekeeping |
| ๐งช | test |
Adding, updating, or fixing tests |
| ๐ | docs |
Documentation changes and updates |
| ๐ | release |
Version releases and release preparation |
Rules
- Use lowercase for type
- Use present tense ("add" not "added")
- No period at the end
- Keep description under 72 characters
Examples
๐ฆ new: user authentication system๐ง update (api): improve error handling๐๏ธ remove (deps): unused lodash dependency๐ security: patch XSS vulnerabilityโ๏ธ setup: add eslint configurationโ chore: update npm dependencies๐งช test: add unit tests for auth service๐ docs: update installation instructions๐ release: version 1.0.0