mcpbeat

Bug Fixer

dbt-labs/bug-fixer

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

269 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
116
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/dbt-labs/terraform-provider-dbtcloud --skill bug-fixer

The instruction itself

4 sections, as written by the author

Bug Fixer Skill

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

Phase 1: Investigation

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

Phase 2: Implementation

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

Phase 3: Submission

  • Pull Request: Open a PR back to main.
  • Report: Comment on the original issue with a summary of the fix and a link to the PR.

How to use it

Copy the folder

Take dbt-labs/bug-fixer from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.