Debug Skill
- •First, use a task agent to read ALL files in the affected execution path
- •Identify the exact error type and root cause before proposing any fix
- •Check that error handling distinguishes specific error types (not generic catches)
- •Make the fix, then run
npx tsc --noEmitand relevant tests - •Verify the fix handles edge cases (missing credentials, not found, permission denied)