Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
When generating commit messages for this repository, follow the **Clean Commit** workflow.
Sign in to like and favorite skills
When generating commit messages for this repository, follow the Clean Commit workflow.
Reference: https://github.com/wgtechlabs/clean-commit
<emoji> <type>: <description> <emoji> <type> (<scope>): <description>
| Emoji | Type | What it covers |
|---|---|---|
| ๐ฆ | | Adding new features, files, or capabilities |
| ๐ง | | Changing existing code, refactoring, improvements |
| ๐๏ธ | | Removing code, files, features, or dependencies |
| ๐ | | Security fixes, patches, vulnerability resolutions |
| โ๏ธ | | Project configs, CI/CD, tooling, build systems |
| โ | | Maintenance tasks, dependency updates, housekeeping |
| ๐งช | | Adding, updating, or fixing tests |
| ๐ | | Documentation changes and updates |
| ๐ | | Version releases and release preparation |
๐ฆ 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