ワンクリックで
git-commit
Create well-structured git commits with conventional commit messages, proper staging, and commit best practices.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create well-structured git commits with conventional commit messages, proper staging, and commit best practices.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Browser automation via MCP tools. ALWAYS use these tools for ANY web task - navigating sites, clicking, typing, filling forms, taking screenshots, or extracting data. This is the ONLY way to control the browser.
View, create, update, and delete Google Calendar events across all connected accounts. Find free time for meetings.
Read and manage Gmail across all connected Google accounts — search, send, reply, draft, archive, and label emails.
Guidance for working across multiple connected Google accounts — managing email, calendar events, and files for personal and work accounts simultaneously.
Google Workspace MCP tools: shared patterns for flags, formatting, multi-account routing, and security.
Guide for creating effective skills. Use when users want to create a new skill (or update an existing skill) that extends the AI's capabilities with specialized knowledge, workflows, or tool integrations.
| name | git-commit |
| description | Create well-structured git commits with conventional commit messages, proper staging, and commit best practices. |
| command | /git-commit |
| verified | true |
This skill helps create professional, well-structured git commits following best practices.
Use conventional commit format:
<type>(<scope>): <description>
[optional body]
[optional footer]
git status to see changesgit diff to review what changedgit add .)