一键导入
git-commit
Guide for preparing git commits in this repository, including context gathering and repository-specific commit message conventions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Guide for preparing git commits in this repository, including context gathering and repository-specific commit message conventions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Guide for creating E2E feature tests with VHS GIF generation and Zola feature page auto-discovery for new visible UI features.
Guide for reviewing code changes (uncommitted or on a branch), existing code, and the project in general, providing a structured review report.
Guide for bumping project versions and running base release-preparation validations.
Audit subprocess execution, path handling, SQL queries, panic conditions, and dependency risks in this Rust TUI project.
Sweep the codebase for tech debt and return a prioritized markdown task list of findings.
| name | git-commit |
| description | Guide for preparing git commits in this repository, including context gathering and repository-specific commit message conventions. |
Use this skill when preparing or creating commits.
Gather commit context in one tool call
git status && git diff && git log -n 3 --format="---%n%B".Write commit title and description
Fix cursor offset).- bullet lines with one point per
line.Avoid Conventional Commit prefixes
feat: or fix: in commit titles.Apply repository-specific commit rules
--no-verify with git commands to bypass prek-managed hooks.Co-Authored-By trailers or AI attribution to commit messages.