fix

Audits a specified domain or diagnoses error messages to resolve the highest-priority issue.

13|3|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/phrazzld/agent-skills --skill fix-phrazzld
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix
Source: https://github.com/phrazzld/agent-skills/tree/main/core/fix
Command: npx skills add https://github.com/phrazzld/agent-skills --skill fix-phrazzld

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of identifying and fixing the most critical issues within a specified domain or from an error message, streamlining bug resolution and system maintenance.

Core Features & Use Cases

  • Domain Auditing & Fixing: Automatically audits a domain based on predefined checklists and applies a fix for the highest priority failing check.
  • Error Diagnosis & Resolution: Diagnoses arbitrary error messages, researches solutions, and applies a minimal fix to address the root cause.
  • Use Case: If your Stripe integration is failing due to a webhook issue, running /fix stripe will audit the Stripe domain, identify the highest priority problem (e.g., missing signature verification), fix it, and verify the resolution.

Quick Start

Use the fix skill to audit the 'stripe' domain and resolve its highest priority issue.

Frequently Asked Questions about fix

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

FAQPage Schema
How do I audit a specific domain to find and fix the highest priority issue?

To audit a domain, the skill uses predefined checklists to identify failing checks, prioritizes them by severity, and applies a fix to the highest priority issue. It then verifies the resolution through automated checks or dogfooding.

What is the best way to diagnose and resolve an arbitrary error message automatically?

Diagnosing an error message involves researching solutions and applying a minimal fix to address the root cause. The skill targets the specific error, applies the necessary code changes, and verifies the resolution.

How are bug fixes prioritized during domain auditing and troubleshooting?

Bug fixes are prioritized based on severity levels, ranking from P0 down to P3. The skill identifies the highest priority failing check during the domain audit and focuses its automated resolution efforts on that specific issue.

Can I use domain-specific guides to fix common code quality issues?

Yes, the skill provides domain-specific fix guides for common issues. It supports dynamic domain discovery from audit checklists to ensure the applied troubleshooting steps match the target environment's requirements.

Does the error resolution process verify fixes after applying code changes?

Yes, the error resolution process verifies fixes after applying code changes. It uses automated checks or dogfooding to ensure the minimal fix actually resolves the root cause of the diagnosed error.