with one click
commit
// Stage changes and create a commit with emoji-prefixed conventional commit message
// Stage changes and create a commit with emoji-prefixed conventional commit message
Run before committing docs or asset changes in dive-into-embodied-ai. Two commands catch the recurring regressions (PNG/JPG leak, MDX errors, broken links, sidebar id mismatch, mermaid SSR crash). Use when finishing any change under docs/, src/, sidebars*.ts, _category_.json, or after syncing from upstream dive-into-embodied-ai.
Keep Docusaurus documentation image assets consistent by converting PNG/JPG/JPEG files to WebP, updating references, and checking pre-commit asset rules. Use when migrating docs, adding images, fixing oversized image files, or when the user mentions WebP, image consistency, asset conversion, or 500KB image limits.
| name | commit |
| description | Stage changes and create a commit with emoji-prefixed conventional commit message |
| disable-model-invocation | true |
| argument-hint | [optional message] |
| allowed-tools | Bash, Read, Grep, Glob |
Stage relevant changes and create a commit following this project's emoji + conventional commit style.
git status and git diff to understand current changesgit add -A)<emoji> <type>: <description>| Emoji | Type | When to use |
|---|---|---|
| ✨ | feat | New feature |
| 🐛 | fix | Bug fix |
| 📝 | docs | Documentation changes |
| 💄 | style | Formatting, UI, cosmetic |
| ♻️ | refactor | Code restructure, no behavior change |
| ⚡ | perf | Performance improvement |
| ✅ | test | Add or update tests |
| 🔧 | chore | Build, config, tooling |
| 🚀 | deploy | Deployment related |
| 🔥 | remove | Remove code or files |
<emoji> <type>: <description>$ARGUMENTS
If the user provided a message hint above, use it to guide the commit message content. Otherwise, infer from the diff.