一键导入
commit
Create a well-formatted git commit with conventional commit messages
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a well-formatted git commit with conventional commit messages
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Debug issues using E2E tests, log analysis, and dev server management
Query ClickHouse observability logs over HTTP API
Iterate on bug hypotheses using Playwright repro scripts, structured logs, and source code analysis
Address unresolved inline diff comments and mark them resolved
Run a long task across multiple agent contexts using breadcrumb progress files
Recursively decompose a task into sub-plans with dependency ordering, then execute in topological waves
| name | commit |
| description | Create a well-formatted git commit with conventional commit messages |
| argument-hint | [message] |
When creating commits:
Stage only relevant changes (use git add -p for partial staging if needed)
Write clear, conventional commit messages following the format:
feat: for new featuresfix: for bug fixesdocs: for documentation changesrefactor: for code refactoringtest: for test additions/changeschore: for maintenance tasksIf $ARGUMENTS is provided, use it as the commit message
Otherwise, analyze staged changes and generate an appropriate message
Always show the user the proposed commit before executing