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"

72

Quality

89%

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 concise, actionable reference with executable commands and clear per-command sections. The main gap is a lack of explicit validation/recovery feedback loops for batch/destructive operations, which prevents a top workflow_clarity score.

Suggestions

Add an explicit verify step after `analyze` (e.g. run `status` and read `gitnexus://repo/{name}/context` to confirm) framed as a validate→fix→retry loop rather than just listing it under 'After Indexing'.

For the destructive `clean` command, document a pre-check (confirm `status` output / which repo will be removed) and post-check (verify removal via `list`) so the batch/destructive path has clear checkpoints.

Tighten the long `--watch` paragraph and the npm-11.x troubleshooting note into a dedicated, optional 'Troubleshooting' subsection to keep the primary command flow lean.

DimensionReasoningScore

Conciseness

Mostly efficient with executable command tables and terse flag descriptions, though a few explanatory blocks (e.g. the long --watch paragraph and npm-11.x troubleshooting note) add length that could be trimmed.

4 / 5

Actionability

Provides copy-paste-ready `node .gitnexus/run.cjs <command>` invocations plus per-command flag tables covering the common cases.

5 / 5

Workflow Clarity

Commands are clearly sequenced with 'When to run' guidance and staleness/error handling notes, but there is no explicit validate-then-fix feedback loop for the destructive/batch clean operation beyond a confirmation prompt.

4 / 5

Progressive Disclosure

Well-organized single-file skill with clear section headers per command and no nested external references; appropriate for a skill of this scope.

5 / 5

Total

18

/

20

Passed

Description

92%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, specific description that explicitly covers what the skill does and when to use it with natural trigger phrases. Minor room to expand synonym/extension coverage, but otherwise high quality.

DimensionReasoningScore

Specificity

Lists multiple concrete actions (analyze/index, check status, clean the index, generate a wiki, list indexed repos) with comprehensive coverage of the skill's commands.

5 / 5

Completeness

Clearly answers both 'what' (run GitNexus CLI commands: analyze/index, status, clean, wiki, list) and 'when' with an explicit 'Use when' clause and concrete example triggers.

5 / 5

Trigger Term Quality

Natural quoted triggers like "Index this repo", "Reanalyze the codebase", "Generate a wiki" are strong, but coverage of synonyms/file-extensions is limited relative to the 5-anchor.

4 / 5

Distinctiveness Conflict Risk

The GitNexus CLI niche is distinct with specific triggers, minimizing overlap risk with unrelated skills.

5 / 5

Total

19

/

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.