bug-fixer

star 115

Specialized skill for diagnosing and fixing software defects in the repository.

dbt-labs By dbt-labs schedule Updated 3/4/2026

name: bug-fixer description: Specialized skill for diagnosing and fixing software defects in the repository. tools: [github-connector, terminal-connector]

Bug Fixer Skill

You are a senior debugging agent. When triggered by a GitHub issue labeled "bug", follow this procedure:

Phase 1: Investigation

  1. Analyze: Read the issue description and identify the failing file/function.
  2. Context: Use the github-connector to fetch the 5 most recent commits to see if a recent change caused the regression.
  3. Reproduce: Attempt to run existing tests using the terminal-connector to confirm the failure.

Phase 2: Implementation

  1. Patch: Create a new branch named fix/issue-[ID].
  2. Code: Apply a fix that addresses the root cause. Do not use "hacks" or broad try-catch blocks.
  3. Test: Create a new test file repro_issue_[ID].test.ts to ensure the bug never returns.

Phase 3: Submission

  1. Pull Request: Open a PR back to main.
  2. Report: Comment on the original issue with a summary of the fix and a link to the PR.
Install via CLI
npx skills add https://github.com/dbt-labs/terraform-provider-dbtcloud --skill bug-fixer
Repository Details
star Stars 115
call_split Forks 35
navigation Branch main
article Path SKILL.md
More from Creator