fix-bugs

Diagnose and fix bugs from logs, CI failures, and user reports.

10|5|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/rajitsaha/100x-dev --skill fix-bugs-rajitsaha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-bugs
Source: https://github.com/rajitsaha/100x-dev/tree/main/modules/fix-bugs
Command: npx skills add https://github.com/rajitsaha/100x-dev --skill fix-bugs-rajitsaha

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

It reduces the manual effort involved in diagnosing and fixing bugs from multiple sources such as CI failures, logs, or user reports.

Core Features & Use Cases

  • Error Analysis and Diagnosis: Reads error messages, logs, or bug reports to identify root causes.
  • Code Exploration: Locates relevant code files and lines using version control commands.
  • Automated Fix Implementation: Makes minimal, precise code corrections to resolve issues.
  • Verification: Re-runs tests to confirm the fix effectively addresses the failure.
  • Use Case: A developer receives a CI failure notification and uses this skill to investigate, identify the problematic code, apply a fix, and verify successful deployment.

Quick Start

Enter /fix followed by the description of the bug or error message you want resolved.

Frequently Asked Questions about fix-bugs

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

FAQPage Schema
How do I automatically diagnose and fix CI failures?

To fix bugs from log errors, provide the error message to the skill. It parses the logs to identify the root cause, locates the relevant code files, and implements precise code modifications to resolve the failure.

What is the best way to resolve user-reported bugs in development workflows?

The best way to resolve user-reported bugs is to input the bug report description. The skill investigates the report, locates the source code issue, applies a minimal fix, and re-runs tests to verify successful problem resolution.

Can I automatically locate source code issues from error logs?

Yes, you can automatically locate source code issues from error logs. The skill reads the error messages, uses version control commands to explore and find the relevant code files, and then applies the necessary corrections.

Does the automated bug fix process verify the code corrections?

Yes, the automated bug fix process includes verification. After applying minimal and precise code corrections to resolve the identified issue, the skill re-runs tests to confirm the fix effectively addresses the original failure.