What problem does it solve?
This Skill prevents common development workflow issues by ensuring a clean, conflict-free start to any coding task, saving developers from lost work or environment setup headaches.
Core Features & Use Cases
- Repository Lock Check: Verify if a repository is currently locked by another task, preventing simultaneous work.
- Clean Working Directory: Confirm no uncommitted changes exist before starting, avoiding accidental commits or merges.
- Branch Management: Automatically check out the correct branch or create a new one from master.
- Task Lock Acquisition: Acquire a lock for the specific repository and task, signaling active work.
- Use Case: A developer is assigned a new bug fix. This skill guides them through checking for existing locks, ensuring their repository is clean, checking out the correct branch, and acquiring a new lock before writing any code.
Quick Start
Start a new task to fix the 'gps-timeout' bug in the INAV firmware.