Commit Graph

6 Commits

Author SHA1 Message Date
Bryan Chen
cf85bb5171 docs: add error construction analysis guidance to fix-errors skill and prompt
Teach the fix-error workflow to read error construction code before
proposing fixes. Instead of hardcoding knowledge about specific error
types (e.g., listener leak categories), the AI is instructed to:

1. Search for where the error is constructed in the codebase
2. Read the surrounding code to understand conditions, categories, thresholds
3. Use that understanding to determine the correct fix strategy

Includes a listener leak example showing how reading ListenerLeakError
construction in event.ts reveals the dominated/popular classification.

Relates to #289777
2026-03-25 21:14:09 -07:00
Bryan Chen
92e096f8eb fix: enhance draft PR guidelines for error handling and validation steps 2026-03-19 17:20:19 -07:00
Bryan Chen
55095cdd63 docs: update fix-error prompt with PR creation guidelines and Copilot review process 2026-03-18 13:58:29 -07:00
Bryan Chen
e0e770689f fix: update instructions for handling Copilot review comments in PRs 2026-03-17 16:32:44 -07:00
Bryan Chen
3182751ba8 docs: enhance submission guidelines for error fixes in telemetry 2026-03-17 10:08:34 -07:00
Bryan Chen
474b6d0eec Add guidelines and prompt for fixing unhandled errors from VS Code error telemetry 2026-02-09 11:25:37 -08:00