fix-feature-bug

Classify software bugs and apply guided corrections with regression testing.

27|4|Updated Jun 19, 2025
One-click install
npx skills add https://github.com/markmhendrickson/neotoma --skill fix-feature-bug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-feature-bug
Source: https://github.com/markmhendrickson/neotoma/tree/main/.cursor/skills/fix-feature-bug
Command: npx skills add https://github.com/markmhendrickson/neotoma --skill fix-feature-bug

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of efficiently identifying, classifying, and resolving bugs within software features or modules, ensuring code quality and stability.

Core Features & Use Cases

  • Automated Bug Classification: Classifies bugs into implementation, spec, or architectural issues based on configurable rules.
  • Guided Correction: Provides specific actions based on bug classification (e.g., patch code, update spec, revise architecture docs).
  • Regression Testing: Ensures that fixes do not introduce new issues by automatically running tests.
  • Use Case: A developer encounters a bug report. They trigger this Skill, which analyzes the error, determines it's an implementation bug, patches the relevant code, adds a new regression test, and verifies the fix.

Quick Start

Use the fix-feature-bug skill to resolve the bug in the user authentication module.

Frequently Asked Questions about fix-feature-bug

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

FAQPage Schema
How do I fix software bugs using a structured workflow?

Fixing software bugs through a structured workflow involves classifying the error deterministically, applying a guided correction strategy based on that classification, and running regression tests to ensure code integrity.

What is the best way to classify software bugs during development?

The best way to classify software bugs is using configurable rules to categorize them as implementation, spec, or architectural issues, which then dictates whether you patch code, update specs, or revise architecture docs.

How do I ensure bug fixes do not introduce new issues in my code?

To ensure bug fixes do not introduce new issues, you should enforce mandatory regression testing that automatically runs tests after applying a correction, verifying that the fix maintains overall code stability.

When do I need to update architecture docs instead of patching code for a bug?

You need to update architecture docs instead of patching code when deterministic bug classification identifies the error as an architectural issue rather than a standard implementation bug.

Does this structured bug fix workflow work for any software development module?

Yes, this structured bug fix workflow applies to any development environment requiring systematic error handling, code correction, and quality assurance within specific software features or modules.