What problem does it solve? When plugin-dev gives wrong or missing information, users need a way to report the issue and have it fixed automatically instead of manually debugging the plugin's skills, agents, and references. ## Core Features & Use Cases - Guided Feedback Collection: Gathers what happened, what was expected, which component was involved, and supporting evidence into a structured issue report. - Automated Fix Pipeline: Launches an issue-analyst agent that diagnoses the root cause, verifies against official sources, patches plugin-dev, and validates with claude plugin validate. - Self-Healing Meta-Pipeline: Checks via git blame whether plugin-dev-sync's sync pipeline introduced the bug and patches it in the same PR. - Use Case: A user notices plugin-dev's hook-dev skill is missing the Stop event. They invoke the skill with a short description, and it produces a branch like plugin-dev-sync/fix-hook-dev-missing-stop-event with a PR containing the root-cause analysis and fix. ## Quick Start Invoke the skill with a short description of what plugin-dev got wrong, for example by saying plugin-dev is missing the Stop hook event in hook-dev.