What problem does it solve? It turns a VS Code Sweeper review record for a microsoft/vscode issue into a narrow, tested code fix and a draft pull request, removing the manual work of locating the defect, writing the change, and preparing the PR. ## Core Features & Use Cases - Review Record Retrieval: Fetches the sweeper's agent-fixable fix spec from the public vscodesweeper-state repository for a given issue number. - Live Gating: Verifies against live GitHub state that the issue is open, has no security label, has no existing open PR, and that the review is not stale before implementing. - Narrow Fix Plus Test: Implements the smallest change matching the spec and adds a runnable validation test that fails before and passes after the fix. - Use Case: A maintainer asks to run the sweeper fix for issue #123456; the skill fetches the record, implements the fix in the vscode checkout, shows the diff for approval, then pushes a branch and opens a draft PR referencing the issue. ## Quick Start Ask the agent to run the sweeper fix for a specific microsoft/vscode issue number from within your vscode checkout.