safe-commit

Installation
SKILL.md

Safe Commit Skill

⚠️ MANDATORY SKILL - YOU MUST INVOKE THIS

Purpose

Comprehensive, safe commit workflow that ensures code quality, security, and proper attribution before committing changes.

CRITICAL: You MUST invoke this skill for all commits. NEVER commit manually using git commands.

🚫 NEVER DO THIS

  • ❌ Running git add . && git commit -m "message" manually
  • ❌ Creating commits without running security-scan
  • ❌ Creating commits without running quality-check
  • ❌ Creating commits without running run-tests
  • ❌ Skipping user approval (except during PR creation)
  • ❌ Adding AI attribution to commits
Related skills
Installs
6
GitHub Stars
3
First Seen
Jan 30, 2026