一键导入
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 .)