ワンクリックで
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