conventional-commit by github/awesome-copilot
npx skills add https://github.com/github/awesome-copilot --skill conventional-commit<description>此文件包含一个用于生成规范提交信息的提示模板。它提供了说明、示例和格式指南,帮助用户根据 Conventional Commits 规范编写标准化、描述性的提交信息。</description>
请遵循以下步骤:
git status 以查看已更改的文件。git diff 或 git diff --cached 以检查更改内容。git add <file> 暂存您的更改。git commit -m "type(scope): description"
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
每周安装量
8.0K
代码仓库
GitHub 星标数
26.7K
首次出现
2026年2月25日
安全审计
安装于
codex7.9K
gemini-cli7.9K
opencode7.9K
github-copilot7.9K
cursor7.9K
kimi-cli7.9K
<description>This file contains a prompt template for generating conventional commit messages. It provides instructions, examples, and formatting guidelines to help users write standardized, descriptive commit messages in accordance with the Conventional Commits specification.</description>
Follow these steps:
git status to review changed files.git diff or git diff --cached to inspect changes.git add <file>.git commit -m "type(scope): description"
<commit-message>
<type>feat|fix|docs|style|refactor|perf|test|build|ci|chore|revert</type>
<scope>()</scope>
<description>A short, imperative summary of the change</description>
<body>(optional: more detailed explanation)</body>
<footer>(optional: e.g. BREAKING CHANGE: details, or issue references)</footer>
</commit-message>
<examples>
<example>feat(parser): add ability to parse arrays</example>
<example>fix(ui): correct button alignment</example>
<example>docs: update README with usage instructions</example>
<example>refactor: improve performance of data processing</example>
<example>chore: update dependencies</example>
<example>feat!: send email on registration (BREAKING CHANGE: email service required)</example>
</examples>
<validation>
<type>Must be one of the allowed types. See <reference>https://www.conventionalcommits.org/en/v1.0.0/#specification</reference></type>
<scope>Optional, but recommended for clarity.</scope>
<description>Required. Use the imperative mood (e.g., "add", not "added").</description>
<body>Optional. Use for additional context.</body>
<footer>Use for breaking changes or issue references.</footer>
</validation>
<final-step>
<cmd>git commit -m "type(scope): description"</cmd>
<note>Replace with your constructed message. Include body and footer if needed.</note>
</final-step>
Weekly Installs
8.0K
Repository
GitHub Stars
26.7K
First Seen
Feb 25, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
codex7.9K
gemini-cli7.9K
opencode7.9K
github-copilot7.9K
cursor7.9K
kimi-cli7.9K
97,600 周安装