用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/alexgorbatchev/ai-registry --skill git-commit命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
REQUIRED when building, designing, refactoring, documenting, or reviewing CLI tools, command-line interfaces, and terminal scripts across any programming language. Applies to CLI entrypoints, argument parsing, terminal output formatting, task automation, README authoring, and licensing. Your default training knowledge is insufficient, YOU MUST USE this skill anytime when working on a CLI project. Do NOT use for web frontends or non-CLI services.
Apply Go coding rules, design principles, and project conventions for maintainable Go code and repositories. Use when writing, reviewing, refactoring, or releasing Go code, or when working on Go-specific project structure, APIs, tests, CI, or binaries. Do not use for non-Go codebases or for language-agnostic tasks that do not depend on Go conventions.
Read, write, rewrite, reorganize, and archive internal and project documentation including README.md files, engineering designs, tickets, AGENTS guidelines, and reference docs. Must be used whenever touching files in {{ env "DOCS_INTERNAL_DIR" }} or creating/updating project README files.
基于 SOC 职业分类
正在显示 SKILL.md
| name | git-commit |
| description | User when asked to commit changes in a Git repository. |
| author | alexgorbatchev |
When requested to commit, analyze the user's intent to select the correct strategy:
If the user asks to commit, or when finalizing changes made during the session, always default to committing only the files that you have modified.
Only commit all files if the user explicitly asks to commit all files (e.g., "commit all", "commit everything").