check-history
Installation
SKILL.md
Git History Context Skill
⚠️ MANDATORY SKILL - YOU MUST INVOKE THIS
Purpose
This skill gathers comprehensive git context before starting any work. It helps understand the current state of the repository, recent changes, and identify related previous work.
CRITICAL: You MUST invoke this skill - NEVER gather git context manually with individual git commands.
🚫 NEVER DO THIS
- ❌ Running
git statusmanually - ❌ Running
git diffmanually - ❌ Running
git logmanually - ❌ Gathering git context with individual commands
If you need git context, invoke this skill. Manual execution is FORBIDDEN.