acc-generate-bug-fix

Installation
SKILL.md

Bug Fix Generator

Templates and patterns for generating minimal, safe bug fixes.

Fix Generation Principles

1. Minimal Change

  • Fix only what's broken
  • No refactoring
  • No "improvements"
  • No formatting changes

2. Safe Change

  • Preserve existing behavior
  • Maintain API contracts
  • Keep backward compatibility
  • Add, don't remove

3. Tested Change

Related skills
Installs
1
GitHub Stars
71
First Seen
Feb 11, 2026