fix-broken-integration-tests
Installation
SKILL.md
Fix Broken Integration Tests
Input: $ARGUMENTS
Determine the repository root at the start of each phase:
REPO_ROOT=$(git rev-parse --show-toplevel)
All relative file paths below are relative to $REPO_ROOT.
Phase 1 — Identify Failing Tests
Parse $ARGUMENTS to extract concrete Go test function names.