Maps file dependencies, flags shared imports, and groups files for safe parallel editing before code changes. Use when planning a refactoring, analyzing change impact, or understanding which files a modification will affect.
77
96%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Quality
Discovery
100%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
This is a strong, well-crafted description that clearly communicates specific capabilities (dependency mapping, import flagging, parallel edit grouping) and provides explicit trigger conditions. It uses proper third-person voice and covers natural user language around refactoring planning and impact analysis. The description is concise yet comprehensive, making it easy for Claude to select appropriately.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists multiple specific concrete actions: 'Maps file dependencies', 'flags shared imports', 'groups files for safe parallel editing'. These are clear, distinct capabilities. | 3 / 3 |
Completeness | Clearly answers both what ('Maps file dependencies, flags shared imports, groups files for safe parallel editing') and when ('Use when planning a refactoring, analyzing change impact, or understanding which files a modification will affect') with explicit trigger guidance. | 3 / 3 |
Trigger Term Quality | Includes natural terms users would say: 'refactoring', 'change impact', 'dependencies', 'imports', 'parallel editing', 'modification will affect'. These cover common ways developers describe dependency analysis needs. | 3 / 3 |
Distinctiveness Conflict Risk | Occupies a clear niche around pre-change dependency analysis and parallel editing safety. The combination of dependency mapping, shared import flagging, and safe parallel grouping is distinctive and unlikely to conflict with general code editing or refactoring execution skills. | 3 / 3 |
Total | 12 / 12 Passed |
Implementation
92%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a well-crafted skill that efficiently communicates a clear multi-step workflow for dependency mapping before code changes. It excels in conciseness, actionability, and workflow clarity with concrete tool calls, a realistic example output, and a validation checkpoint. The only minor weakness is the unverifiable reference to REFERENCE.md, though the skill stands well on its own.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is lean and efficient. It uses a table for when-to-use/skip, numbered steps without unnecessary explanation, and assumes Claude knows how to use grep and code analysis tools. Every section earns its place. | 3 / 3 |
Actionability | Provides concrete, executable tool calls (grep_search, vscode_listCodeUsages) with realistic patterns, a complete example output map, and a specific validation command (pnpm typecheck). The guidance is copy-paste ready and specific. | 3 / 3 |
Workflow Clarity | The four steps form a clear sequence (entry points → trace outward → trace inward → build map) with an explicit validation checkpoint at the end including both tool-based verification and CI typecheck. The anti-patterns section adds useful guardrails. | 3 / 3 |
Progressive Disclosure | The skill references 'REFERENCE.md in this directory' for the full template and Team Lead integration snippets, which is good progressive disclosure. However, no bundle files are provided, so the reference cannot be verified, and the skill could benefit from slightly clearer signaling of what REFERENCE.md contains. | 2 / 3 |
Total | 11 / 12 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.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
cc13aaf
Table of Contents
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.