fix

Diagnose and fix bugs from error messages and failing tests.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/tanjed/claude-workflow --skill fix-tanjed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix
Source: https://github.com/tanjed/claude-workflow/tree/main/skills/fix
Command: npx skills add https://github.com/tanjed/claude-workflow --skill fix-tanjed

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Read, Write, Bash, Glob, Grep, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of diagnosing and fixing bugs, errors, or failing tests, saving developers time and reducing the risk of human error.

Core Features & Use Cases

  • Bug Diagnosis: Automatically identify the root cause of errors based on provided error messages, stack traces, or failing tests.
  • Test Execution: Execute failing tests to verify the issue and understand the context.
  • Fix Implementation: Apply fixes with detailed instructions on tracing the root cause and preventing recurrence.
  • Use Case: When a developer encounters a failing test or an error in the code, they can use this Skill to automate the diagnosis and fix process.

Quick Start

Run the fix skill with the error message you're encountering to automate the diagnosis and fix process.

Frequently Asked Questions about fix

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

FAQPage Schema
How do I automate bug diagnosis from error messages and stack traces?

To automate bug diagnosis, you can run the fix skill by providing your error messages, stack traces, or failing tests. It identifies the root cause of errors and applies fixes to your code automatically.

How do I fix failing tests and prevent the error from recurring?

You can fix failing tests by executing them to understand the context and identify the root cause. The fix skill then applies the necessary corrections and provides detailed instructions to prevent recurrence.

What tools are required to automate code analysis and bug fixing?

Automating code analysis and bug fixing requires Bash, Glob, Grep, and Read tools for operation. These dependencies allow the system to search files, execute tests, and apply the required fixes.

Can I use this approach to handle error handling and test automation together?

Yes, you can handle error handling and test automation together by running the fix skill. It processes failing tests and error messages to diagnose issues and implement the appropriate fixes in your code.

What is the best way to identify the root cause of errors in my code?

The best way to identify the root cause of errors is to provide your error messages or stack traces to the fix skill. It analyzes the data to pinpoint the exact issue and applies a targeted resolution.