← 返回 Skills 市场
douglarek

git-conventions

作者 douglarek · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
285
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install git-conventions
功能描述
Git commit message conventions and workflow rules. Use when making git commits, pushing changes, or performing git operations.
使用说明 (SKILL.md)

Git Commit Conventions

Commit Message Format

Use semantic commit format: \x3Ctype>(\x3Cscope>): \x3Csubject>

Commit Types

  • feat: add new feature
  • fix: correct bug
  • docs: update documentation
  • style: format code (no functional changes)
  • refactor: restructure code
  • test: add/modify tests
  • chore: update build tasks

Workflow Rules

  1. Language: Use English only for git commit messages.

  2. Force Push: Always confirm before git push --force.

  3. Sign-off: Include --signoff flag with all commits.

  4. Consolidation: Consolidate changes into meaningful commits.

  5. Push Confirmation: After making a local commit, ALWAYS prompt the user whether they want to push to the remote repository.

  6. Display URL: After successfully pushing to remote, display the repository's access URL.

安全使用建议
This skill is a simple, instruction-only guideline for git commit messages and push behavior and does not request credentials or install code. Before enabling it, remember: (1) it will only be effective if the agent is allowed to run git commands — control which repositories or environments the agent can access; (2) the agent's prompts about pushing/force-pushing depend on the agent implementation — verify prompts before allowing push operations; and (3) the --signoff rule requires a configured user.name/user.email in your git config (it does not collect credentials). If you want stricter enforcement, use tooling (commit hooks or CI checks) rather than relying solely on an instruction skill.
功能分析
Type: OpenClaw Skill Name: git-conventions Version: 1.0.0 The skill bundle defines standard Git commit conventions and workflow rules, such as semantic commit formatting, mandatory sign-offs, and user confirmation before pushing. The instructions in SKILL.md are purely procedural and lack any indicators of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
The name and description match the content of SKILL.md: semantic commit format and push workflow rules. The skill requests no binaries, env vars, or config paths — which is proportionate for a guidance-only skill.
Instruction Scope
SKILL.md limits itself to commit message format and workflow rules (confirm before force-push, prompt before pushing, include --signoff, show repo URL after push). It does not instruct reading unrelated files, exfiltrating data, or contacting external endpoints. Implementing the instructions implies running git commands, which is expected for this purpose.
Install Mechanism
No install spec is provided and no code files exist; this is instruction-only, so nothing will be written to disk or downloaded during installation.
Credentials
No environment variables, credentials, or config paths are required. There are no disproportionate secret requests.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges, nor does it modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install git-conventions
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /git-conventions 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of git-conventions skill: - Introduces semantic commit message format: `<type>(<scope>): <subject>` - Defines standard commit types: feat, fix, docs, style, refactor, test, chore - Outlines rules for language (English only), force push confirmation, and mandatory sign-off - Requires consolidation of changes into meaningful commits - Adds user prompt before pushing to remote repository - Displays repository access URL after successful push
元数据
Slug git-conventions
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

git-conventions 是什么?

Git commit message conventions and workflow rules. Use when making git commits, pushing changes, or performing git operations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 285 次。

如何安装 git-conventions?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install git-conventions」即可一键安装,无需额外配置。

git-conventions 是免费的吗?

是的,git-conventions 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

git-conventions 支持哪些平台?

git-conventions 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 git-conventions?

由 douglarek(@douglarek)开发并维护,当前版本 v1.0.0。

💬 留言讨论