fixbug

Installation
SKILL.md

Code Forge — Fixbug

Systematically debug and fix bugs with interactive trace-back to upstream documents (task descriptions, plans, requirements).

When to Use

  • Encountered a bug or unexpected behavior in a feature
  • Need to diagnose whether the root cause is in code, task description, plan, or requirements
  • Want to fix the bug with TDD and keep upstream documents in sync

Examples

/code-forge:fixbug login page returns 500 error    # Diagnose and fix from description
/code-forge:fixbug @issues/bug-123.md              # Fix from bug report file
/code-forge:fixbug --review user-auth              # Batch-fix all issues from review report
/code-forge:fixbug --review                        # Auto-detect review report and fix
Installs
19
GitHub Stars
5
First Seen
Feb 16, 2026
fixbug — tercel/code-forge