CLI Debug Skill This skill provides a systematic workflow for debugging and verifying changes to the forge CLI application. Core Principles 1. Always get latest docs first : Run to see current commands and options 2. Use for testing : Test forge by giving it tasks with the flag 3. Never commit : This is for debugging only - don't commit changes 4. Clone conversations : When debugging conversation bugs, clone the source conversation before reproducing Workflow 1. Build the Application Always build in debug mode after making changes: Never use for debugging - it's significantly slower and unnec…