Skip to main content

bug-fixer

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

Aller à l'installation

Informations de source

Dépôt
dbt-labs/terraform-provider-dbtcloud
Dernière activité de la source
4 mars 2026 à 13:04
Langue détectée de SKILL.md
anglais
Étoiles
117
Forks
37

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
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.
Voir sur GitHub