fix-tests
Installation
SKILL.md
Fix Failing Tests
First: Get PR info using the agentTool wrapper:
./scripts/agents/tooling/agentTool.ts getPrInfo --fields number,headRefName
Extract number as PR_NUMBER for use in subsequent commands.
This skill diagnoses and fixes failing CI jobs. It can target a specific job when called with an argument (e.g., /fix-tests electron-e2e) or diagnose all failures when called without arguments.