agents/skills/minimize-reproducer/SKILL.md
Before minimizing, understand exactly what "reproduction" looks like.
Find the minimal set of V8 flags required to reproduce the issue.
Reduce the input JavaScript file systematically. Always work on a copy (e.g., `poc-copy.js`) and maintain a `poc-min.js` as your "best known" version.