CtrlK
BlogDocsLog inGet started
Tessl Logo

context-hunter

Discover codebase patterns, conventions, and unwritten rules before making changes. Use when implementing features, fixing bugs, or refactoring code.

64

Quality

75%

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

Fix and improve this skill with Tessl

tessl review fix ./bundled/skills/context-hunter/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

71%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.

The skill is well-structured, concise, and self-contained with a clear two-phase workflow and checklist. Its main weakness is actionability: instructions name what to do but rarely specify the commands or tools to do it.

Suggestions

Add concrete tool/command hints for investigation steps, e.g. 'Read recent commits: `git log -n 20 -- <path>`' and 'Search for analogous code: `grep -r` / symbol search for similar function names'.

Specify what to look for during verification rather than listing actions generically, e.g. which test command to run or which config files to inspect.

Tighten generic platitudes like 'Respect module boundaries' and 'Match naming conventions exactly' into concrete, checkable criteria.

DimensionReasoningScore

Conciseness

The body is tight with headers and brief imperatives and avoids explaining concepts Claude already knows, but a few bullets ('Respect module boundaries', 'Match naming conventions exactly') are generic platitudes that could be trimmed, stopping short of fully lean.

4 / 5

Actionability

Actions are named ('Run the test suite', 'Check linter and formatter configs', 'Read recent commits') but no concrete commands, tools, or specific execution steps are given, leaving the guidance incomplete for an instruction-only skill.

3 / 5

Workflow Clarity

A clear Before/During sequence with a 'Verify Assumptions' checkpoint section and a closing checklist provides most checkpoints; it misses explicit fix-retry feedback loops, but the work is non-destructive so no lower cap applies.

4 / 5

Progressive Disclosure

This is a compact single-purpose skill with no need for external references, and its sections (Before/During/Checklist) are well-organized and self-contained, satisfying the simple-skill exception for a top score.

5 / 5

Total

16

/

20

Passed

Description

78%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.

The description cleanly answers both what and when with natural trigger phrases, and carves out a distinct pre-implementation niche. It is slightly held back by a single action verb and broad triggers that could co-fire with implementation skills.

DimensionReasoningScore

Specificity

Names the domain ('codebase patterns, conventions, and unwritten rules') but relies on a single action verb ('Discover') applied to three objects rather than listing several distinct concrete actions, so it is not comprehensive.

3 / 5

Completeness

Explicitly answers both what ('Discover codebase patterns, conventions, and unwritten rules') and when ('Use when implementing features, fixing bugs, or refactoring code') with concrete trigger phrases, matching the top anchor.

5 / 5

Trigger Term Quality

'implementing features, fixing bugs, or refactoring code' are natural phrases users actually say, giving good keyword coverage; falls short of 5 because synonyms like 'building features', 'debugging', or 'modifying code' are absent.

4 / 5

Distinctiveness Conflict Risk

The pre-implementation investigation niche is distinct and the 'before making changes' framing differentiates it, but the 'when' triggers (implementing/fixing/refactoring) are broad enough to risk minor overlap with general coding skills.

4 / 5

Total

16

/

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
foryourhealth111-pixel/Vibe-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.