一键导入
create-git-commit
Create git commits
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create git commits
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 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