health-bugs

Automate bug detection, prioritization, fixing, and verification in codebases.

2|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/maslennikov-ig/MC-2 --skill health-bugs-maslennikov-ig
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health-bugs
Source: https://github.com/maslennikov-ig/MC-2/tree/main/.claude/skills/health-bugs
Command: npx skills add https://github.com/maslennikov-ig/MC-2 --skill health-bugs-maslennikov-ig

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of detecting, prioritizing, and fixing bugs within a codebase, ensuring code health and stability.

Core Features & Use Cases

  • Automated Bug Detection: Scans code for various types of bugs including security vulnerabilities, performance issues, and dead code.
  • Prioritization & Fixing: Automatically categorizes bugs by priority (critical to low) and attempts to fix them using an AI bug-fixer.
  • History Enrichment: Leverages past bug fixes to inform current bug resolution and identify potential regressions.
  • Verification: Re-scans code after fixes to confirm resolution and identify any newly introduced issues.
  • Use Case: Run this Skill before a major release to catch and fix critical bugs, ensuring a more stable deployment.

Quick Start

Run the health-bugs skill to perform a full code health check and fix any detected issues.

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 fixing in my CI/CD pipeline?

Automated bug detection and fixing scans your codebase for security vulnerabilities, performance issues, and dead code, then uses AI agents to prioritize and resolve them. This workflow integrates with CI/CD systems to continuously assure code quality and catch regressions before deployment.

What is automated bug prioritization and how does it work?

Automated bug prioritization categorizes detected code issues by severity, ranging from critical to low. It focuses AI fixing efforts on critical and high-priority bugs first, enriching them with historical bug fix data to inform current resolution and identify potential regressions.

How do I run a code health check before a major release?

Run a full code health check by executing the automated bug detection workflow prior to deployment. It scans for vulnerabilities, attempts AI-driven fixes, and verifies the resolutions through iterative re-scanning cycles to ensure a stable release.

Does automated bug fixing verify code stability after applying patches?

Automated bug fixing verifies code stability by re-scanning the codebase after patches are applied. It confirms bug resolution and identifies newly introduced issues, running iterative refinement cycles up to three times to ensure no regressions remain.

Can I use AI agents for regression testing and issue tracking?

AI agents can perform regression testing and issue tracking by integrating with a Beads issue tracking system. They orchestrate bug-hunter detection, enrich critical bug histories, and manage iterative verification cycles to prevent recurring code defects.

What are the limitations of automated bug detection for code quality assurance?

Automated bug detection attempts iterative refinement up to three times to verify fixes. While it effectively categorizes and patches critical bugs using historical data, complex or novel logical errors may require manual code review beyond its automated verification cycles.