health-bugs

Detect, prioritize, and fix software bugs with type-checking and build quality gates.

1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/RussianLioN/moltinger --skill health-bugs-russianlion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health-bugs
Source: https://github.com/RussianLioN/moltinger/tree/main/.claude/skills/health-bugs
Command: npx skills add https://github.com/RussianLioN/moltinger --skill health-bugs-russianlion

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 quality and stability.

Core Features & Use Cases

  • Automated Bug Detection: Scans code for various types of bugs including type errors, security vulnerabilities, and dead code.
  • Prioritized Fixing: Fixes bugs based on severity (critical, high, medium, low).
  • History Enrichment: Leverages past bug fixes to inform current bug resolution, identifying potential regressions.
  • Use Case: A developer can run this Skill to automatically find and fix all critical and high-priority bugs in their project before a release, significantly reducing the risk of production issues.

Quick Start

Run the health-bugs skill to detect and fix all critical and high priority bugs in the current project.

Frequently Asked Questions about health-bugs

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

FAQPage Schema
How do I automatically detect and fix bugs in my codebase before a release?

Automated bug detection and fixing scans your codebase to identify type errors, security vulnerabilities, and dead code, then resolves critical and high-priority issues to ensure code stability before release.

What is regression testing and how does history enrichment help fix bugs?

Regression testing identifies new issues introduced by recent changes. History enrichment leverages past bug fix data to inform current bug resolution, helping detect and prevent potential regressions in the codebase.

How do I prioritize bug fixes by severity in a CI/CD pipeline?

Bug fixes are prioritized by severity, automatically categorizing issues into critical, high, medium, and low priorities. This ensures critical bugs are resolved first to maintain code quality in CI/CD workflows.

Does automated bug fixing work with Beads for issue tracking?

Yes, automated bug fixing integrates with Beads for issue tracking and workflow management. It manages issue creation and tracks bug resolution progress directly within the Beads platform.

What quality gates are enforced during automated bug resolution?

Quality gates enforce type-checking and build processes during bug resolution. These automated checks verify that bug fixes do not introduce new errors, maintaining overall code quality and stability.

What types of bugs can automated bug detection tools identify?

Automated bug detection tools identify various bug types, including type errors, security vulnerabilities, and dead code. They scan the codebase to catch these issues before they cause production problems.