Bugfix

Quality bug fixes (P1/P2). Full TDD cycle, branch from master via feature/, no production deploy. Use when this capability is needed.

tomevault-io Updated

File contents

@bugfix

Quality bug fixes with full TDD cycle. Branch from master via feature/.

When to Use

  • P1 (HIGH) or P2 (MEDIUM) issues
  • Feature broken but not production
  • Reproducible errors

Workflow

  1. Read issuebd show <id> or load from docs/issues/
  2. Branchgit checkout master && git pull && git checkout -b fix/{id}-{slug}
  3. TDD — Red: failing test → Green: minimal fix → Refactor
  4. Quality gates — Run quality gates (see Quality Gates in AGENTS.md)
  5. Commitgit commit -m "fix(scope): description"
  6. Pushgit push -u origin fix/{branch} then gh pr create --base master

Output

Bug fixed, tests added, issue closed, changes pushed.

See Also

  • @hotfix — P0 emergency
  • @issue — Classification
  • @debug — Root cause analysis

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/fall-out-bug--sdp--bugfix commit 02802b19fe

Frequently asked questions

npx skillmds@latest add tomevault-io/bugfix