focused-fix

Diagnose and repair broken software features by mapping dependencies and verifying fixes.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/Szantoi/spaceos-modules-cabinet --skill focused-fix-szantoi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: focused-fix
Source: https://github.com/Szantoi/spaceos-modules-cabinet/tree/main/.claude/skills/focused-fix
Command: npx skills add https://github.com/Szantoi/spaceos-modules-cabinet --skill focused-fix-szantoi

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill is designed for comprehensive end-to-end feature repair, ensuring systematic deep-dive into bug fixes across all files and dependencies.

Core Features & Use Cases

  • Systematic Repair: A step-by-step process to systematically repair features or modules that are not working end-to-end.
  • Feature Boundary Mapping: Before making changes, understand the full scope of the feature with detailed manifests.
  • Dependency Mapping: Trace all inbound and outbound dependencies to ensure changes don't break related components.
  • Code Quality & Runtime Checks: Systematic checks for code quality, runtime configurations, and test coverage.
  • Integration Verification: Ensure that the feature works with its consumers and that all tests pass.
  • Use Case: If you have a complex feature that's not working, this skill helps you identify, diagnose, and fix issues in an organized manner.

Quick Start

Run the focused-fix skill on the 'auth' feature to diagnose and repair issues.

Frequently Asked Questions about focused-fix

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

FAQPage Schema
How do I systematically fix a broken feature without breaking dependencies?

To systematically fix a broken feature without breaking dependencies, map inbound and outbound dependencies first, diagnose issues across all files, apply repairs, and verify integration with consumers. This ensures end-to-end feature repair without causing related component failures.

What is feature boundary mapping in software maintenance?

Feature boundary mapping in software maintenance is the process of defining the full scope of a feature using detailed manifests before making changes. It ensures developers understand the complete operational footprint of the feature prior to initiating systematic bug fixes.

How do I diagnose and repair a complex software module that is not working end-to-end?

To diagnose and repair a complex software module that is not working end-to-end, perform systematic checks for code quality, runtime configurations, and test coverage. This methodical approach helps identify, isolate, and fix issues within the feature boundary.

Does this systematic repair approach work for tracing all related dependencies?

Yes, this systematic repair approach works for tracing dependencies by mapping all inbound and outbound connections. This ensures that any code modifications made during the bug squashing process do not break related components or existing integrations.

What is the best way to verify integration after squashing a deep-dive bug?

The best way to verify integration after squashing a bug is to run systematic checks ensuring the repaired feature works with its consumers and that all tests pass. This validates the end-to-end repair and confirms application stability.