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

writing-git-commits编写 git 提交

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

881

周安装

36

GitHub Stars

52

下载量

282
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/zenobi-us/dotfiles --skill writing-git-commits

简介

用于生成规范化的 Git 提交信息。

  • 适合保持代码变更记录清晰可追溯。writing-git-commits 属于运维和基础设施类 Skill,可作为该场景下的辅助能力补充。
  • 可自动格式化提交描述,提升团队协作效率。
  • 需配置好 Git 环境和必要的身份验证。
  • 应避免提交包含敏感信息的临时修改。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Writing Great Git Commits

You are mastering the art of semantic commit messages that communicate intent to both humans and machines. Follow the Conventional Commits specification to create commits that enable automated tooling, clear history, and effective collaboration.

What is Conventional Commits?

Conventional Commits is a lightweight specification for adding human and machine-readable meaning to commit messages. It provides a simple set of rules for creating an explicit commit history that:

  • Enables automated tools to parse and act on commits
  • Makes it easier to understand code history at a glance
  • Aligns with Semantic Versioning (SemVer) for automated release management
  • Drives more organized development practices

Child Skills

  • Summary: Quick overview of the specification and core concepts

- → See ./summary/SKILL.md - or if needed skill_use(superpowers_writing_git_commits_summary)

  • Examples: Real-world commit message examples for different scenarios

- → See ./examples/SKILL.md - or if needed skill_use(superpowers_writing_git_commits_examples)

  • Specification: Complete technical specification with all rules and requirements

- → See ./specification/SKILL.md - or if needed skill_use(superpowers_writing_git_commits_specification)

  • FAQ: Frequently asked questions and practical guidance

- → See ./faq/SKILL.md - or if needed skill_use(superpowers_writing_git_commits_faq)

Basic Structure

Every commit message should follow this format:

<type>[optional scope]: <description>

[optional body]

[optional footer(s)]

Core Commit Types

  • feat: Introduces a new feature (maps to MINOR in SemVer)
  • fix: Patches a bug (maps to PATCH in SemVer)
  • BREAKING CHANGE: Major breaking change (maps to MAJOR in SemVer)
  • docs: Documentation changes
  • style: Code style changes (formatting, missing semicolons, etc.)
  • refactor: Code refactoring without feature changes
  • perf: Performance improvements
  • test: Adding or updating tests
  • chore: Build, dependencies, or tooling changes
  • ci: CI/CD configuration changes

When to Use This Skill

Use the Conventional Commits specification when:

  • Creating semantic commit messages for version-controlled code
  • Working in teams that need clear commit history
  • Building automated tools that parse commit messages
  • Integrating with semantic versioning practices
  • Generating automated CHANGELOGs
  • Communicating the nature of changes to stakeholders

How to Apply It

  1. Read the Summary for quick understanding of the core concept
  2. Review Examples to see how different scenarios map to commit types
  3. Check the Specification for detailed rules and technical requirements
  4. Consult the FAQ for answers to common questions and best practices

Key Principles

Be Clear: Commit messages should clearly communicate what changed and why ✅ Be Consistent: Use the same convention across all commits ✅ Be Structured: Follow the type/scope/description format ✅ Be Atomic: One logical change per commit when possible ✅ Be Machine-Readable: Enable automated tooling and analysis

Integration with Your Workflow

This skill is referenced by /project:do:commit to guide the creation of semantic commits that maintain a clear, organized commit history and enable automated tooling for release management and changelog generation.


License: Creative Commons - CC BY 3.0

Source: Conventional Commits v1.0.0

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenCode

28.75%
按下载量换算81

Claude Code

22.75%
按下载量换算64

Antigravity

17.44%
按下载量换算49

Gemini CLI

13.94%
按下载量换算39

windsurf

8.08%
按下载量换算23

Codex

3.57%
按下载量换算10

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills