fix-bugherd

Automate end-to-end WordPress bug fixing workflows from BugHerd tasks or plain text.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/damaverick/wp-qa-skills --skill fix-bugherd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-bugherd
Source: https://github.com/damaverick/wp-qa-skills/tree/main/skills/fix-bugherd
Command: npx skills add https://github.com/damaverick/wp-qa-skills --skill fix-bugherd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End-to-end bug fixes in WordPress projects can be time-consuming and error-prone. This skill integrates BugHerd tasks or plain-text bug descriptions into a consistent, auditable pipeline.

Core Features & Use Cases

  • BugHerd mode: reads task details, executes fix steps, and updates the BugHerd task with results.
  • Plain text mode: accepts natural language bug descriptions and runs the same fix pipeline without BugHerd integration.
  • Use Case: A developer describes a UI bug in plain text or provides a BugHerd URL, then the skill researches, fixes, reviews, commits, and optionally handoffs to BugHerd.

Quick Start

Describe a bug using a BugHerd task ID/URL or a plain-text description to start the end-to-end fix pipeline.

Frequently Asked Questions about fix-bugherd

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

FAQPage Schema
How do I automate WordPress bug fixes from BugHerd tasks?

You can automate WordPress bug fixes by inputting a BugHerd task URL or ID, which triggers a structured pipeline to research, apply the fix, review, and automatically update the BugHerd task with results.

Can I fix WordPress bugs without a BugHerd integration?

Yes, you can fix WordPress bugs without BugHerd by using a plain text mode that accepts natural language bug descriptions and runs the same automated research, fix, and review pipeline.

What is the end-to-end bug fixing pipeline for QA automation?

The end-to-end bug fixing pipeline for QA automation is a structured workflow that enforces mode detection, phase sequencing, and review gates to systematically research, fix, and handoff WordPress issues.

Does the bugfix pipeline support automated handoffs for QA teams?

Yes, the bugfix pipeline supports automated handoffs for QA teams by optionally updating the original BugHerd task with structured outputs and review gate results upon completing the fix.

What are the limitations of using plain text inputs for bugfix automation?

The limitation of using plain text inputs for bugfix automation is the absence of direct task tracking integration, meaning you lose automated status updates and handoffs that are native to the BugHerd mode.