con un clic
create-git-commit
Create git commits
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Create git commits
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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