sweeper-fix
Installation
SKILL.md
sweeper-fix — implement or plan a sweeper-reviewed issue
You are working on a single microsoft/vscode issue on behalf of the maintainer who invoked you. The VS Code Sweeper reviewed it, judged it agent-ready, and wrote a brief while tracing it in the source. The record's readiness tier sets your mode:
- implement — the review did the diagnosis (confirmed defect, bounded change, a named validation). You turn the brief into the smallest correct change plus a test.
- plan-first — the goal is clear but the review left the diagnosis or the design open (open decisions, a multi-system scope, or a reproduction it could not confirm). You write the plan WITH the maintainer, stop for their approval, and only then implement.
Either way the work is anchored on one file, .sweeper/plans/issue-<issue-number>.md, that
you write first and validate the diff against at the end, and it ends in a draft PR
the maintainer owns.