CtrlK
BlogDocsLog inGet started
Tessl Logo

code-health

Use when the user asks about code health, code quality, complexity, technical debt, risky or hard-to-maintain files, what to refactor next, untested hotspots, or coverage gaps in a Repowise-indexed codebase (.repowise/ directory exists). Also use for before/after health reads when planning or finishing a refactor.

75

Quality

93%

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

SKILL.md
Quality
Evals
Security

Quality

Content

86%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 tight, actionable body that gives Claude exactly the API modes, include flags, result-handling steps, CLI equivalents, and error guidance needed to use Repowise code-health. It is efficient with tokens and well-structured, with only minor room to add a copy-paste code example and an explicit retry loop.

Suggestions

Add one short copy-paste-ready snippet (e.g., a `get_health()` call with sample output) to push actionability to fully executable.

Add an explicit validate→fix→retry feedback loop in the results-usage workflow for cases where `not_indexed` or `unresolved` entries appear.

Consider extracting the `include` flag reference table into a separate reference file if the marker list grows, to keep the overview lean.

DimensionReasoningScore

Conciseness

Lean and efficient; assumes Claude's competence by listing markers (McCabe complexity, LCM4, god classes) without explaining what they are, and every section earns its place.

5 / 5

Actionability

Provides concrete, executable API calls ('get_health(targets=[...], include=[...])') and CLI equivalents ('repowise health --refactoring-targets'), but lacks a full copy-paste-ready code snippet covering common cases, keeping it just under 5.

4 / 5

Workflow Clarity

'How to use the results' is a clearly sequenced numbered list with validation checkpoints ('Check unresolved before calling a file clean', 'cross-check get_risk'), plus an error-handling section, but lacks an explicit validate→fix→retry feedback loop.

4 / 5

Progressive Disclosure

Single-purpose skill with no bundle files; content is well-organized into clearly headed sections (modes, include flags, results usage, CLI, errors) making navigation easy without external references.

5 / 5

Total

18

/

20

Passed

Description

100%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 is concrete, trigger-rich, and explicit about both what it does and when to use it, with a clear distinctive niche via the Repowise-indexed-codebase qualifier. It uses third person and avoids fluff throughout.

DimensionReasoningScore

Specificity

Lists multiple concrete capability domains—'code health, code quality, complexity, technical debt, risky or hard-to-maintain files, what to refactor next, untested hotspots, or coverage gaps'—giving comprehensive coverage of the skill's scope.

5 / 5

Completeness

Explicitly answers both 'what' (code-health analysis in a Repowise-indexed codebase) and 'when' ('Use when the user asks about... Also use for before/after health reads when planning or finishing a refactor').

5 / 5

Trigger Term Quality

Comprehensive natural trigger phrases users would actually say ('code health', 'code quality', 'technical debt', 'what to refactor next', 'coverage gaps') plus the file-extension-like marker '.repowise/'.

5 / 5

Distinctiveness Conflict Risk

Clear niche tied to 'Repowise-indexed codebase (.repowise/ directory exists)' with distinct triggers, minimal conflict risk with generic code-review skills.

5 / 5

Total

20

/

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
repowise-dev/repowise
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.