Token导航 LogoToken导航TokenDH.com
待分类只读github未标认证来源可访问许可证需确认审计通过

git-commitGit 提交

Agent Skill

git-commit 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

247

周安装

10

GitHub Stars

10

下载量

78
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:git-commit(Git 提交)
来源仓库:https://github.com/aspiers/ai-config
仓库路径:skills/git-commit
安装命令:
npx skills add https://github.com/aspiers/ai-config --skill git-commit
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/aspiers/ai-config --skill git-commit

简介

git-commit 用于辅助创建符合规范的 Git 提交信息,支持在已有暂存变更基础上生成清晰的消息内容。

  • 适用于需要编写约定式提交消息或处理已暂存文件的场景,帮助保持提交历史的整洁性。
  • 它会读取当前分支、暂存与未暂存的 diff 以及最近提交记录,但不自动添加或移除文件。
  • 关键限制是不能未经许可修改暂存区,所有涉及 git add、reset 等操作必须获得用户明确授权。
  • 输出结果应视为建议而非强制指令,最终提交内容需人工核对是否符合实际需求。

SKILL.md

Git Commit Helper

When to Use This Skill

Use this skill when:

  • Creating git commits
  • Writing conventional commit messages
  • Working with staged changes that need to be committed
  • Needing guidance on commit message structure and style

Critical Rule

NEVER STAGE OR UNSTAGE FILES WITHOUT EXPLICIT PERMISSION

Do NOT run any of these commands WITHOUT user permission:

  • git add
  • git stage
  • git reset
  • git restore --staged
  • Any command that modifies the staging area

Default behavior: Only work with files that are ALREADY staged by the user.

Exception: Only stage files if the user gives explicit permission when asked.

Process

  1. FIRST: Check which files are staged and unstaged with git status. (Do not mix these two categories up!) ABSOLUTE REQUIREMENT: Do NOT attempt to change what is staged, now or at any later point in this process! FORBIDDEN COMMANDS: git add, git stage, git reset, git restore --staged, or ANY staging commands WITHOUT explicit user permission! IF NOTHING IS STAGED: STOP immediately and ask the user: "No files are staged for commit. Would you like me to stage all modified files, or would you prefer to stage specific files yourself? If you want me to stage files, please give explicit permission."
  2. Check historical commits to learn style and tone: git log --oneline -40
  3. Analyze the diff to determine if multiple distinct logical changes are present.
  4. If multiple distinct changes are detected, stop and ask the user whether to break the commit into multiple smaller commits.
  5. Use the output of git diff --cached --no-ext-diff to understand what actual changes are staged. Be careful not to confused staged with unstaged changes.
  6. Commit to git using a descriptive commit message that:

- Uses conventional commit format (feat:, fix:, refactor:, etc.) following existing style and tone - Roughly follows this template (wrap the body at 78 columns): feat: <what changed, keep under 75 characters> Without this patch,... <describe the status quo relevant to this change> This is a problem because... <describe *why* the change is needed> This patch solves the problem by... <describe *how* the solution works> - Lists key changes and additions - References the task number and the task file it came from - Adds a "Co-authored-by:" footer which clarifies which AI agent helped create this commit, using an appropriate noreply@... email address

Commit Style

  • Atomic commits: Each commit should contain related changes that serve a single purpose.
  • Split large changes: If changes touch multiple concerns, split them into separate commits. Always review the commit diff to ensure the message matches the changes.
  • Concise first line: Keep the first line under 72 characters. Do not end the subject line with a period.
  • Present tense, imperative mood: Use the imperative mood in the subject line.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.76%
按下载量换算28

Claude

28.94%
按下载量换算23

Cursor

18.68%
按下载量换算15

Gemini CLI

8.89%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills