health-bugs

Detect, prioritize, fix, and verify software bugs within a Beads-driven workflow.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ronmikailov/site-360 --skill health-bugs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health-bugs
Source: https://github.com/ronmikailov/site-360/tree/main/.claude/skills/health-bugs
Command: npx skills add https://github.com/ronmikailov/site-360 --skill health-bugs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Health-bugs provides an inline orchestration workflow that automates end-to-end bug detection, history enrichment, prioritized fixing with Beads, and verification cycles.

Core Features & Use Cases

  • Deterministic bug detection: scans codebase, classifies issues by priority, and generates Beads issues for remediation.
  • History-aware fixing: enriches critical/high bugs with context from past fixes to prevent regressions.
  • Inline validation & verification: runs type checks and builds after each fix, then re-scan to confirm outcomes.
  • Auditable traceability: records changes, backups, and issue links for full traceability across iterations.

Quick Start

Initiate the health check workflow to detect bugs, create Beads issues, fix by priority, and verify results.

Frequently Asked Questions about health-bugs

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

FAQPage Schema
How do I automate bug detection and verification in my software project?

Inline bug detection orchestration scans your codebase, classifies issues by priority, and generates Beads issues for remediation. It then runs type checks and builds after each fix to verify outcomes across iterations.

What is history-aware bug fixing and how does it prevent regressions?

History-aware bug fixing enriches critical and high-priority bugs with context from past fixes to prevent regressions. By leveraging historical remediation data, the workflow ensures that new changes do not reintroduce previously resolved defects during the verification cycle.

How do I prioritize and fix bugs automatically within a continuous workflow?

To prioritize and fix bugs automatically, the workflow classifies detected defects by severity, creates issues, and implements fixes sequentially by priority. It enforces inline quality gates by running type checks and builds after each remediation step to confirm success.

Do I need Beads integration to use automated bug detection and fixing?

Yes, Beads integration is required for the inline orchestration workflow to automate end-to-end bug detection, issue creation, prioritized fixing, and verification cycles while satisfying inline quality gates.

How does automated bug detection maintain traceability for code changes?

Automated bug detection maintains traceability by recording changes, backups, and issue links for full auditability across iterations. This ensures every fix is documented and linked to its corresponding detected defect and verification result throughout the workflow.