en un clic
create-git-commit
Create git commits
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Create git commits
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Code review
Convert Figma designs to frontend code by orchestrating an Agent Team
Convert Figma designs to frontend code
Implement all nodes from component spec with Figma design context
Implement all nodes from component spec with Figma design context, fix code based on audit results
Architecture and component design expert, design the component spec based on Figma design data and frontend best practices.
| name | create-git-commit |
| description | Create git commits |
| allowed-tools | Bash(git add:*), Bash(git commit:*), Bash(git diff:*), Bash(git status:*) |
Run git status --short to check the staging area:
Run git diff --cached to review staged changes:
Create commit message:
Always use CONVENTIONAL COMMIT format:
<type>[!]: <description>
[optional body]
Description: <72 chars, use imperative mood
Body: Include only when it adds useful context beyond the subject
IMPORTANT: DO NOT add any Generated with, Co-Authored-By, or attribution trailer anywhere in the commit message