com um clique
commit
// Reviews the current git changes and creates a commit with an emoji-prefixed message that matches the dominant type of work.
// Reviews the current git changes and creates a commit with an emoji-prefixed message that matches the dominant type of work.
Use this skill when you need to write any frontend components. It explains project's UI best practices
Design and implement web animations that feel natural and purposeful. Use this skill proactively whenever the user asks questions about animations, motion, easing, timing, duration, springs, transitions, or animation performance. This includes questions about how to animate specific UI elements, which easing to use, animation best practices, or accessibility considerations for motion. Triggers on: easing, ease-out, ease-in, ease-in-out, cubic-bezier, bounce, spring physics, keyframes, transform, opacity, fade, slide, scale, hover effects, microinteractions, Framer Motion, React Spring, GSAP, CSS transitions, entrance/exit animations, page transitions, stagger, will-change, GPU acceleration, prefers-reduced-motion, modal/dropdown/tooltip/popover/drawer animations, gesture animations, drag interactions, button press feel, feels janky, make it smooth.
Use this skill when you need to update the AI models on the project.
| name | commit |
| description | Reviews the current git changes and creates a commit with an emoji-prefixed message that matches the dominant type of work. |
| allowed-tools | Bash(git:*) |
Use this skill when the user asks to commit the current worktree changes.
git status --shortgit diff --stagedgit diffgit log --oneline -5.env files or credential dumps.git status --short.If there is nothing to commit, say so instead of creating an empty commit.
🐛 Fix a bug✨ New user-facing feature. Use this only for a meaningful feature users would actively want to try.👌 New user-facing addition to an existing feature, such as a new option or small capability.🔧 New internal implementation♻️ Refactoring💅 UI or UX update📝 Blog or documentation update✨ sparingly. If the change is incremental rather than substantial, prefer 👌.💅 when the main value is visual polish, interaction quality, or layout improvements.🔧 when the change is mostly internal and not directly noticeable by end users.♻️ when behavior stays effectively the same and the main goal is code cleanup or restructuring.Write the message as:
<emoji> <imperative summary>
Keep it short, specific, and focused on why the change matters.
Examples:
🔧 Add logs to debug WA status forward💅 Make group title hitbox fit text✨ Add prompt and new models to OpenAI transcription