一键导入
git-commit
Commit changes with an emphasis on tidiness and reviewability: small, focused commits, with clear rationale in messages.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Commit changes with an emphasis on tidiness and reviewability: small, focused commits, with clear rationale in messages.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Get a second opinion by bundling a prompt + a curated file set, then asking a strong model from a different family through a separate Pi invocation.
Reimplement the current Git branch on a fresh branch off `main` with a clean, narrative-quality commit history.
Interactive browser automation via Chrome DevTools Protocol. Use when you need to interact with web pages, test frontends, or when user interaction with a visible browser is required.
Operate a Home Assistant instance via the official REST/WebSocket APIs and backups, with safe plan/apply workflows for bulk, reviewable changes.
Create and render OpenSCAD 3D models. Generate preview images from multiple angles, extract customizable parameters, validate syntax, and export STL files for 3D printing platforms like Printables.
Fetch and analyze Sentry issues, events, transactions, and logs. Helps agents debug errors, find root causes, and understand what happened at specific times.
| name | git-commit |
| description | Commit changes with an emphasis on tidiness and reviewability: small, focused commits, with clear rationale in messages. |
Use this skill as the playbook for producing reviewable commits and a clean, consistent commit history.
git add -p or git addRules:
.env, credentials, API keys)git log -10 --onelineRules:
.env, credentials, API keys)git commitRules:
git commit --amend unless explicitly requestedgit commit --no-verify
git commit fails due to hooks, fix issues and retrygit commit -F (or heredoc) when there is a body, never newline escapes in -m.