LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

git-expert-guidelines - Git Expert Guidelines: Security Rules and Best Practices

Reference standard for Git management with security rules, atomic workflows, commit conventions, and configuration best practices.

Tags

Updated: 2026-02-13

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • verify Git status before add
  • prevent force push to main
  • ensure atomic commits
  • use conventional commit format
  • create feature branches
  • amend commits pre-push
  • restore files properly
  • verify user identity
  • manage .gitignore files

Inputs

  • Git topic
  • Git command

Outputs

  • guidance messages
  • rule explanations

Requirements

  • Git installation

Source

  • Spec: SKILL.md
git
version-control
best-practices
guidelines
security
verify Git status before add
prevent force push to main
ensure atomic commits
use conventional commit format
Git topic
Git command
guidance messages
rule explanations