CtrlK
BlogDocsLog inGet started
Tessl Logo

gitnexus-cli

Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos. Examples: "Index this repo", "Reanalyze the codebase", "Generate a wiki"

74

Quality

91%

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

82%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 focused, executable CLI command reference with copy-paste commands, flag tables, and a post-index verification step. It is largely lean and well-structured, with minor verbosity in the troubleshooting blockquote and minor validation gaps around the destructive clean operation.

Suggestions

Tighten the troubleshooting blockquote: collapse the npm 11.x / bun-only fallback list into a short 'if npx fails, use bunx gitnexus@latest analyze or npm i -g gitnexus' line to trim tokens.

Add an explicit pre-check before destructive 'clean' (e.g., 'Run status first to confirm the index is corrupt before cleaning') so the validation checkpoint is stated, not implied.

Consider moving the npm/bun edge-case fallbacks into a references/TROUBLESHOOTING.md so the main body stays a concise command overview.

DimensionReasoningScore

Conciseness

The command reference is mostly lean with tables and brief notes, but the dense troubleshooting blockquote on npm 11.x and bun-only fallbacks adds padding that could be trimmed without losing clarity.

4 / 5

Actionability

Every command is given as a copy-paste-ready invocation ('node .gitnexus/run.cjs analyze', 'status', 'clean', 'wiki', 'list') with explicit flag tables, fully executable and covering the common cases.

5 / 5

Workflow Clarity

A clear 'After Indexing' verification checkpoint ('Read gitnexus://repo/{name}/context to verify the index loaded') and a confirmation-gated 'clean' command provide most checkpoints, though pre-clean validation is only implicit.

4 / 5

Progressive Disclosure

Well-organized into Commands, After Indexing, and Troubleshooting sections with easy navigation and no bundle files needed, but the dense inline troubleshooting edge cases could arguably live in a separate reference.

4 / 5

Total

17

/

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, third-person description that states concrete capabilities, gives a clear 'Use when' trigger, and supplies natural example phrases. It cleanly matches the top anchors on all four dimensions.

DimensionReasoningScore

Specificity

The description enumerates multiple concrete actions — 'analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos' — giving comprehensive coverage of the CLI's commands rather than vague language.

5 / 5

Completeness

It explicitly answers both 'what' (the CLI command set) and 'when' ('Use when the user needs to run GitNexus CLI commands...') with concrete trigger phrases, matching the top anchor.

5 / 5

Trigger Term Quality

It pairs command keywords with natural user paraphrases and synonyms ('analyze/index'), and supplies explicit example triggers ('Index this repo', 'Reanalyze the codebase', 'Generate a wiki') users would actually say.

5 / 5

Distinctiveness Conflict Risk

The triggers are tightly scoped to GitNexus CLI operations, a clear niche with minimal overlap risk against generic 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
abhigyanpatwari/GitNexus
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.