bug-fixer

Diagnose application bugs from logs and stack traces, then implement approved fixes.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/juniorfontenele/ai-guidelines --skill bug-fixer-juniorfontenele
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-fixer
Source: https://github.com/juniorfontenele/ai-guidelines/tree/main/.agents/skills/bug-fixer
Command: npx skills add https://github.com/juniorfontenele/ai-guidelines --skill bug-fixer-juniorfontenele

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of identifying the root cause of bugs in an application and implementing fixes, reducing manual debugging time and ensuring code quality.

Core Features & Use Cases

  • Automated Bug Diagnosis: Investigates issues using logs, stack traces, and code analysis.
  • Fix Planning & Approval: Creates detailed plans for fixes and seeks user approval before implementation.
  • Quality Gates: Ensures fixes meet code quality, testing, and security standards.
  • Use Case: When a user reports an intermittent 500 error on the dashboard, this Skill can investigate the server logs, pinpoint the faulty database query, propose a fix, and implement it after your approval.

Quick Start

Use the bug fixer skill to investigate and resolve issue number 42.

Frequently Asked Questions about bug-fixer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I diagnose and fix application bugs from stack traces and error logs?

To diagnose and fix application bugs, you can use an automated tool to investigate root causes using provided error logs, stack traces, and code analysis. It plans fixes with your approval and implements corrections through a defined development loop.

Can I resolve GitHub Issues automatically using code analysis?

Yes, you can resolve GitHub Issues by feeding the bug report directly into the diagnosis process. The system investigates the reported issue, pinpoints the faulty code, proposes a fix, and implements it after your approval.

What is the best way to ensure a bug fix passes linting, testing, and security analysis?

The best way to ensure a bug fix passes linting, testing, and security analysis is to route corrections through multiple quality gates. This automated validation checks code quality, runs tests, and performs security analysis before finalizing the fix.

Does bug fixing work when the root cause of an intermittent error is unknown?

Yes, bug fixing works when the root cause is unknown by prioritizing investigation. It analyzes server logs and stack traces to pinpoint the underlying issue, such as a faulty database query causing an intermittent 500 error, before proposing a solution.

How do I plan code corrections before implementing a bug fix?

To plan code corrections before implementing a bug fix, the system creates a detailed fix plan based on its root cause investigation. It then seeks your explicit approval before executing any code changes through its development loop.