Ship code with git workflows

gitskillsetup L2381
majiayu000/claude-skill-registry
What it does

Enforce safe git workflows with staged commits

Best for

Enforcing safe git workflows with explicit staging, conventional commits, and parallel worktrees without force-push risk.

Outputs
  • · Git commit/push confirmation
Requires
  • · Git CLI, gh CLI
  • · Linear API
Preconditions
  • · Git repository initialized
  • · Authentication complete
Failure modes
  • · Authentication token expired or revoked
  • · Subprocess or command execution failure
Trust signals
  • · Public repository with issue tracking
  • · Test profile or example data included
  • · Explicit constraints and requirements listed
  • · Complete workflow documented