Commit

Safe commit with branch verification and build/test/lint checks

future-architect b2c86f6 620 B Updated

File contents

/commit — Safe Commit

Full specification: See .github/prompts/commit.prompt.md for the complete pre-commit procedure and safety checks.

Quick Reference

  • Default: /commit — run all checks and commit with auto-generated message
  • With message: /commit fix: resolve nil pointer in batch processing
  • Checks: branch guard → build → test (with -race) → vet → lint → staging review
  • Blocks commit on main/master branches
  • Prefers explicit git add <file> over git add -A

future-architect/uzomuzo-oss/tree/main/.claude/skills/commit commit b2c86f6045

Frequently asked questions

npx skillmds@latest add future-architect/commit