CtrlK
BlogDocsLog inGet started
Tessl Logo

focused-fix

Use when the user asks to fix, debug, or make a specific feature/module/area work end-to-end. Triggers: 'make X work', 'fix the Y feature', 'the Z module is broken', 'focus on [area]'. Not for quick single-bug fixes — this is for systematic deep-dive repair across all files and dependencies.

67

Quality

80%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

The canonical home for this skill is focused-fix in alirezarezvani/claude-skills

SKILL.md
Quality
Evals
Security

Quality

Content

73%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A well-structured, highly actionable repair protocol with excellent workflow sequencing, validation, and feedback loops. Its main weakness is redundancy across three reinforcement sections that inflates length without adding new guidance.

Suggestions

Consolidate the Red Flags, Common Rationalizations, and Anti-Patterns sections — they restate the same anti-skip-phase guidance — into a single concise table to recover token budget.

Make remaining abstract TRACE steps executable (e.g., give the grep/import-trace commands inline instead of "trace it to its source").

Trim the repeated output-format templates (feature manifest, dependency map, diagnosis report) to minimal required fields rather than full filled-in examples.

DimensionReasoningScore

Conciseness

The phase protocol is mostly efficient and avoids explaining concepts Claude already knows, but the Red Flags, Common Rationalizations, and Anti-Patterns sections heavily restate the same "don't skip phases / verify fully" message and could be merged.

3 / 5

Actionability

Provides concrete commands (e.g. `git log --oneline -20 -- <feature-path>`, grep patterns for env vars) and structured output templates (feature manifest, dependency map, diagnosis report), though some steps like "trace it to its source" stay abstract.

4 / 5

Workflow Clarity

Five phases are explicitly sequenced (SCOPE→TRACE→DIAGNOSE→FIX→VERIFY) with validation checkpoints (Iron Law, run tests after each fix), feedback loops (FIX→DIAGNOSE, 3-strike escalation), and checklists for diagnosis.

5 / 5

Progressive Disclosure

Well-organized single file with clear sections and a Quick Reference table; no external references are needed, but at ~310 lines it is a fairly long monolith with redundant reinforcement sections that could be trimmed.

4 / 5

Total

16

/

20

Passed

Description

87%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong description that explicitly states what the skill does, when to use it, and concrete trigger phrases, while drawing a clear boundary against the related systematic-debugging skill. Minor room to broaden trigger synonyms and action variety.

DimensionReasoningScore

Specificity

Lists several concrete actions — "fix, debug, or make a specific feature/module/area work end-to-end" and "systematic deep-dive repair across all files and dependencies" — with only minor variety gaps since all actions are repair-flavored.

4 / 5

Completeness

Clearly answers both what (systematic deep-dive repair across files and dependencies) and when (explicit "Use when the user asks..." plus concrete trigger phrases), matching the top anchor.

5 / 5

Trigger Term Quality

Explicit triggers ("'make X work'", "'fix the Y feature'", "'the Z module is broken'", "'focus on [area]'") are natural phrases users would say, though a few synonyms like "not working" or "repair" are missing.

4 / 5

Distinctiveness Conflict Risk

Occupies a clear niche (whole-feature systematic repair) and explicitly disambiguates from quick single-bug fixes ("Not for quick single-bug fixes"), minimizing wrong-skill conflict.

5 / 5

Total

18

/

20

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
alirezarezvani/claude-skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.