ghs-backlog-fix

Apply GitHub backlog item fixes via parallel worktrees and create pull requests.

2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Atypical-Consulting/GitHubSkills --skill ghs-backlog-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ghs-backlog-fix
Source: https://github.com/Atypical-Consulting/GitHubSkills/tree/main/.claude/skills/ghs-backlog-fix
Command: npx skills add https://github.com/Atypical-Consulting/GitHubSkills --skill ghs-backlog-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of applying fixes for identified backlog items (like code quality issues or bugs) and creating pull requests for them, significantly speeding up the remediation cycle.

Core Features & Use Cases

  • Automated Fix Application: Clones a repository, creates separate worktrees for each fix, and runs agents in parallel to apply changes.
  • PR Creation: Automatically generates and pushes pull requests for the applied fixes.
  • Use Case: After a repository scan identifies several critical issues, you can use this Skill to automatically fix them, create PRs, and get them ready for review, all without manual intervention for each item.

Quick Start

Use the ghs-backlog-fix skill to apply the backlog item found at backlog/phmatray_Formidable/health/tier-1--license.md.

Frequently Asked Questions about ghs-backlog-fix

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

FAQPage Schema
How do I automate bug fixing and create pull requests for a GitHub backlog?

To automate bug fixing and create pull requests, this Skill clones your GitHub repository, applies fixes using parallel worktree-based agents, and generates pull requests upon successful verification of each resolved backlog item.

How does parallel worktree-based backlog management work for code quality issues?

Parallel worktree-based backlog management works by creating separate worktrees for each fix, running agents concurrently to apply changes, and pushing pull requests automatically. It handles API-only fixes, file modifications, and CI workflow health checks.

Can I use automated pull request creation for CI workflow health checks?

Yes, you can use automated pull request creation for CI workflow health checks. The Skill verifies applied backlog fixes, includes robust error handling, and ensures CI workflows pass before automatically generating and pushing the pull requests.

What happens when automated bug fixing encounters repository errors?

When automated bug fixing encounters repository errors, the Skill utilizes robust error handling and circuit breaker logic to halt problematic processes. This prevents cascading failures across parallel worktree agents during pull request creation.

Do I need a specific environment to automate backlog fixes with parallel agents?

To automate backlog fixes with parallel agents, you need a GitHub repository and identified backlog items. The Skill independently clones the repository, creates worktrees, and processes API-only fixes or file modifications without requiring external dependencies.

What is the best way to handle multiple code quality issues from a repository scan?

The best way to handle multiple code quality issues from a repository scan is applying parallel worktree-based agents. This approach automates fixing each backlog item and creates individual pull requests, getting them ready for review without manual intervention.