CtrlK
BlogDocsLog inGet started
Tessl Logo

gitnexus-refactoring

Use when the user wants to rename, extract, split, move, or restructure code safely. Examples: "Rename this function", "Extract this into a module", "Refactor this class", "Move this to a separate file"

78

Quality

98%

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

96%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 content is dense, executable, and well-structured with strong validation checkpoints appropriate to destructive refactoring operations. The only minor gap is the absence of any progressive-disclosure split into reference files, which is acceptable at this size but leaves headroom.

Suggestions

If the skill grows, move the per-tool signatures (rename/impact/detect_changes/cypher) and the Rename/Extract/Split checklists into separate reference files linked from a compact SKILL.md overview.

DimensionReasoningScore

Conciseness

The body is lean and dense with action — no padding about what refactoring or git is — and every section earns its tokens (e.g. tool signatures like 'rename({symbol_name: "validateUser", new_name: "authenticateUser", dry_run: true})').

5 / 5

Actionability

Fully executable guidance throughout: concrete tool calls, cypher queries, and a complete worked example showing preview-apply-verify flow that is copy-paste ready for the common cases.

5 / 5

Workflow Clarity

Destructive/batch refactoring workflows include explicit validation checkpoints — 'dry_run: true' preview, review of ast_search edits, then 'dry_run: false' apply, 'detect_changes()' verification, and 'Run tests for affected processes' — with a feedback loop on stale index.

5 / 5

Progressive Disclosure

Well-organized into clear sections (When to Use, Workflow, Checklists, Tools, Risk Rules, Example) with no nested references; at ~121 lines it is appropriately self-contained, though the tools/checklists could be split into reference files if the skill grows.

4 / 5

Total

19

/

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.

The description is exemplary: it names concrete actions, provides natural-language trigger examples, and explicitly pairs the 'what' with the 'when'. It is concise, distinct, and free of fluff or over-claims.

DimensionReasoningScore

Specificity

Lists five concrete refactoring actions ('rename, extract, split, move, or restructure code') with comprehensive coverage of the operation space.

5 / 5

Completeness

Explicitly answers both 'what' (rename/extract/split/move/restructure) and 'when' ('Use when the user wants to...') with concrete trigger examples.

5 / 5

Trigger Term Quality

Quotes four natural phrases users actually say ('Rename this function', 'Extract this into a module', 'Refactor this class', 'Move this to a separate file'), covering the full range of triggering requests.

5 / 5

Distinctiveness Conflict Risk

Clear niche in code refactoring with distinct, specific triggers; minimal risk of firing for unrelated 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
mindfold-ai/Trellis
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.