bug-crusher

Rank open GitHub Bug-labeled issues by complexity and AI-fixability.

1|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/przbadu/skills-factory --skill bug-crusher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-crusher
Source: https://github.com/przbadu/skills-factory/tree/main/skills/bug-crusher
Command: npx skills add https://github.com/przbadu/skills-factory --skill bug-crusher

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Bug Crusher removes the manual effort from bug triage by finding open GitHub issues, ranking them by fixability, and guiding the fastest path to resolution.

Core Features & Use Cases

  • Issue Fetching: Pulls open GitHub issues labeled Bug from a repository.
  • Bug Scoring: Rates each issue by complexity and AI-fixability to identify quick wins.
  • Fix Workflow: Supports a structured process for selecting a bug, creating a worktree, validating changes, and opening a pull request.
  • Use Case: A team lead can review a ranked bug dashboard and immediately route low-risk tickets to AI-assisted fixes while keeping harder issues for humans.

Quick Start

Ask Bug Crusher to triage the open Bug issues in your GitHub repository and rank the best candidates for fixing first.

Frequently Asked Questions about bug-crusher

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

FAQPage Schema
How do I prioritize and triage open GitHub bug issues automatically?

To prioritize GitHub bug issues, this Skill fetches open tickets labeled Bug and scores them by complexity and AI-fixability. It ranks the results to identify quick wins and guides the remediation path.

How do I create a git worktree to fix a bug and open a pull request?

Creating a git worktree for bug fixes involves selecting a scored issue, implementing changes in an isolated worktree, validating tests, and opening a pull request. This Skill structures that entire workflow from issue selection to PR creation.

Do I need the GitHub CLI installed to rank and fix repository bugs?

Yes, you need the GitHub CLI (gh) installed to use this Skill. It depends on the gh command-line tool to retrieve open GitHub issues, validate changes, and support the pull request creation workflow.

What is AI fixability scoring for bug triage?

AI fixability scoring for bug triage evaluates open issues to rate their complexity and suitability for automated resolution. It analyzes GitHub issues to identify low-risk tickets that can be routed to AI-assisted fixes.

Can I route low-complexity GitHub issues to AI-assisted fixes?

Yes, you can route low-complexity issues to AI-assisted fixes. The bug scoring feature rates each GitHub issue by complexity, allowing team leads to immediately identify quick wins and assign them for automated remediation.

What is the best way to manage bug triage for repositories with many open issues?

The best way to manage bug triage for repositories with many open issues is automated scoring. This Skill pulls Bug-labeled tickets, ranks them by AI-fixability, and creates a dashboard to route low-risk tickets for immediate remediation.