What problem does it solve? Keeping a human-readable HTML bug tracker in sync with the actual bug reports on disk is error-prone when done by hand. This Skill rebuilds the tracker wholesale from the filesystem so it can never drift from reality. ## Core Features & Use Cases - Wholesale tracker regeneration: Runs scripts/render_bug_tracker.py to scan bugs/ (open) and bugs/archive/ (closed) and rewrite bugs/bugs-tracker.html from a template. - Derived status, no stored state: Open versus closed is always re-derived from folder location, so create and update are the same operation. - Graceful degradation: Missing script, template, or git work tree produces a single skip line rather than an error that aborts the calling skill. - Use Case: After bug-submit files a new report or bug-fix closes one, this helper is invoked as a sub-step to refresh the tracker page with expandable issue cards and relative-path screenshots. ## Quick Start Ask the bug-submit or bug-fix skill to file or close a bug, and it will invoke this helper to regenerate the bugs tracker page automatically.