beta-feedback-fixer
Installation
SKILL.md
Beta Feedback Fixer Skill
What This Skill Does
This skill automates the workflow for systematically fixing issues identified in beta tester feedback. It guides you through:
- Parsing structured beta testing reports
- Classifying issues by severity (P0/P1/P2)
- Performing root cause analysis
- Creating isolated worktrees for fixes
- Implementing fixes with regression tests
- Preparing next beta releases
Core principle: Fix issues systematically with proper isolation, testing, and documentation.