
Focused Fix
- 570 installs
- 23.5k repo stars
- Updated July 17, 2026
- alirezarezvani/claude-skills
focused-fix is an agent debugging skill that performs systematic end-to-end repair of a broken feature or module across files and dependencies for developers facing localized production defects.
About
focused-fix is an alirezarezvani/claude-skills workflow that agents load when a specific feature or module is broken and needs structured repair instead of scattered one-line patches. The skill drives systematic end-to-end diagnosis: reproduce the failure, trace dependencies across files, apply minimal targeted fixes, and verify the module works holistically before moving on. Developers reach for focused-fix when a login flow regresses after a refactor, a payment submodule fails integration tests, or a UI feature breaks only under certain state combinations. Unlike broad refactors, focused-fix constrains scope to one broken surface area so agents do not rewrite unrelated code. It fits ship-phase stabilization in SaaS, API, and mobile codebases where a single module blocks release and the fix must span components, services, and tests coherently.
- Activates on triggers like 'make X work', 'fix the Y feature', 'the Z module is broken'
- Performs systematic deep-dive repair tracing every dependency, logs, tests and full graph
- Distinguishes entire feature repair from single-bug fixes
- Maps dependency graph before applying changes
- Ensures the entire feature works end-to-end after repair
Focused Fix by the numbers
- 570 all-time installs (skills.sh)
- Ranked #75 of 598 Debugging skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Jul 31, 2026 (Skillselion catalog sync)
npx skills add https://github.com/alirezarezvani/claude-skills --skill focused-fixAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 570 |
|---|---|
| repo stars | ★ 23.5k |
| Security audit | 3 / 3 scanners passed |
| Last updated | July 17, 2026 |
| Repository | alirezarezvani/claude-skills ↗ |
How do you fix one broken feature systematically?
When a specific feature or module is broken and needs systematic end-to-end repair across files and dependencies.
Who is it for?
Developers with a isolated feature regression who need agents to repair across multiple files without unrelated refactors.
Skip if: Greenfield feature builds or codebase-wide architecture rewrites where no single broken module is identified.
When should I use this skill?
Trigger when a specific feature or module is broken and needs end-to-end repair across files and dependencies.
What you get
A verified module fix spanning patched source files, updated dependencies, and passing targeted tests.
- patched module source
- passing targeted tests
Files
../../../engineering/skills/focused-fix/SKILL.md
Related skills
FAQ
What scope does focused-fix cover?
focused-fix limits agents to one broken feature or module, tracing dependencies and applying end-to-end repairs across related files instead of rewriting unrelated parts of the codebase.
When should I use focused-fix?
Use focused-fix when a specific feature regresses—such as auth, checkout, or a UI widget—and you need systematic repair across components, services, and tests before shipping.
Is Focused Fix safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.