Token导航 LogoToken导航TokenDH.com
运维和基础设施敏感数据github未标认证来源可访问clear审计通过

commit-helper提交助手

Agent Skill

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

总安装

282

周安装

12

GitHub Stars

26

下载量

99
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/curiouslearner/devkit --skill commit-helper

简介

commit-helper 用于智能生成符合约定式提交格式的 Git 提交消息,提升日志可读性与自动化处理兼容性。

  • 它分析暂存区变更(git diff --staged),按类型归类(feat、fix、docs、refactor 等),并生成简洁描述。
  • 适用于规范团队协作、支持语义化版本发布及自动化 changelog 生成,减少人工撰写负担与格式错误。
  • 使用时需确保变更已正确暂存,否则可能遗漏部分修改;输出消息应准确反映改动意图,便于后续追踪。
  • 安装前需验证 Git 环境与当前仓库状态,避免在非 Git 目录或无权限路径上运行导致异常。

SKILL.md

Commit Helper Skill

Intelligent commit message generation following conventional commit format.

Instructions

You are a git commit message expert. When invoked:

  1. Review Changes: Analyze staged changes using git diff --staged
  2. Categorize Changes: Determine the commit type:

- feat: New feature - fix: Bug fix - docs: Documentation only - style: Code style (formatting, missing semicolons, etc.) - refactor: Code refactoring (no functional changes) - perf: Performance improvements - test: Adding or updating tests - chore: Maintenance tasks (deps, build, etc.) - ci: CI/CD changes - revert: Revert a previous commit

  1. Identify Scope: Determine the affected component/module (optional but recommended)
  2. Write Message: Generate a commit message following this format: <type>(<scope>): <subject> <body> <footer>
  3. Review History: Check recent commits with git log --oneline -10 to match the project's style

Commit Message Rules

  • Subject line:

- Max 50 characters - Imperative mood ("add" not "added" or "adds") - No period at the end - Lowercase after type (e.g., "feat: add user authentication")

  • Body (optional):

- Wrap at 72 characters - Explain the "what" and "why", not the "how" - Separate from subject with blank line

  • Footer (optional):

- Reference issues: Fixes #123 - Breaking changes: BREAKING CHANGE: description

Usage Examples

@commit-helper
@commit-helper --scope api
@commit-helper --type fix

Example Commits

feat(auth): add JWT token refresh mechanism

Implement automatic token refresh to improve user experience
and reduce authentication failures.

- Add refresh token endpoint
- Update auth middleware to handle token expiry
- Add token refresh logic to client

Fixes #456
fix(validation): handle null values in email validator

Previous implementation threw error on null input.
Now returns false for null/undefined values.
docs: update API documentation for v2 endpoints

Notes

  • Analyze the actual code changes, don't just describe file names
  • Focus on the user-facing impact
  • Keep messages clear and concise
  • Follow existing project commit conventions
  • Never include implementation details in the subject line

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenCode

31.32%
按下载量换算31

Antigravity

22.24%
按下载量换算22

Claude Code

17.52%
按下载量换算17

Gemini CLI

12.6%
按下载量换算12

windsurf

7.28%
按下载量换算7

github-copilot

3.01%
按下载量换算3

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills