CtrlK
BlogDocsLog inGet started
Tessl Logo

volition

Agency and execution. Edit code semantically, invoke LLMs, search the web, and query security services.

43

Quality

46%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Failed to scan

The risk profile of this skill

Fix and improve this skill with Tessl

tessl review fix ./volition/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

56%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 provides solid actionable CLI guidance with concrete commands and JSON output examples, but is undermined by significant verbosity — architectural internals, philosophical quotes, and explanations of internal mechanisms (RRF, embedding weights, DAG topology) that Claude doesn't need to use the tool effectively. The workflow is reasonably clear with validation checkpoints, but the content would benefit greatly from trimming internal implementation details and splitting reference material into separate files.

Suggestions

Remove the Frankl quote, the architecture flowchart, and internal implementation details (RRF fusion, embedding weights, Model2Vec) — these describe how Volition works internally rather than how to use it.

Move security constraints, configuration/tuning variables, and error codes into separate reference files (e.g., SECURITY.md, CONFIG.md) and link to them from the main skill.

Add explicit remediation guidance for pre-flight validation failures — what should the user do when CRITICAL flags are returned?

Trim the 'Synergies' and 'Backends' sections to 1-2 lines each, since they describe opaque internals that don't affect usage.

DimensionReasoningScore

Conciseness

The skill is significantly verbose. It explains architecture internals (RRF fusion, embedding weights, DAG construction) that Claude doesn't need to understand to use the tool. The Frankl quote, the 'Overview' paragraph explaining what Volition 'replaces,' and detailed explanations of internal pipeline stages all consume tokens without adding actionable value. The ASCII flowchart, while visually appealing, restates what the text already describes.

2 / 5

Actionability

The skill provides concrete, executable CLI commands with realistic example outputs in JSON format. Commands like `python3 volition.py act`, `edit`, and `query` are copy-paste ready with clear options. Minor gaps exist — for instance, there's no example of handling errors or what to do when pre-flight validation fails beyond 'flags are returned to the user.'

4 / 5

Workflow Clarity

The pipeline is clearly sequenced (classify → plan → validate → execute → log), and the pre-flight validation table with four passes is well-structured. The `--dry-run` option for inspecting plans before execution is a good checkpoint. However, the feedback loop for handling pre-flight CRITICAL flags is underspecified — it says flags are returned but doesn't guide the user on remediation steps. The fallback chain section notes that completed steps are not rolled back, which is honest but lacks guidance on recovery.

4 / 5

Progressive Disclosure

The skill references `constitution.md` for full constitution text, which is good progressive disclosure. However, there are no bundle files provided, so we can't verify the reference exists. The skill inlines a large amount of content (architecture details, security constraints, configuration, error codes, synergies) that could be split into separate reference files. The 300+ line monolithic structure would benefit from splitting configuration, security constraints, and backend details into separate files.

3 / 5

Total

13

/

20

Passed

Description

37%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 attempts to cover too many disparate capabilities in a single skill, making it both unfocused and vague. It lacks a 'Use when...' clause, making it difficult for Claude to know when to select this skill. The opening phrase 'Agency and execution' is abstract buzzword-style framing that adds little discriminative value.

Suggestions

Add an explicit 'Use when...' clause with concrete trigger scenarios, e.g., 'Use when the user needs autonomous multi-step task execution involving code changes, external API calls, or web research.'

Either narrow the scope to a coherent set of related capabilities or provide more specific detail for each capability (e.g., what kind of code editing, which security services, what types of web searches).

Replace the vague opener 'Agency and execution' with a concrete summary that distinguishes this skill from other code-editing or web-search skills.

DimensionReasoningScore

Specificity

Lists several actions ('edit code semantically, invoke LLMs, search the web, query security services') but they are broad categories rather than concrete, detailed actions. The mix of disparate capabilities makes each one feel shallow rather than comprehensive.

3 / 5

Completeness

Has a partial 'what' (lists some actions) but no 'when' clause at all. 'Agency and execution' is vague framing rather than a trigger condition. The missing 'Use when...' clause caps this at 3 per guidelines, and the 'what' is only moderately clear, bringing it to 2.

2 / 5

Trigger Term Quality

Contains some relevant keywords like 'edit code', 'LLMs', 'search the web', and 'security services', but these are fairly generic. Missing natural user phrases, synonyms, or specific terms users would actually say when needing these capabilities.

3 / 5

Distinctiveness Conflict Risk

The description covers an extremely broad range of unrelated capabilities (code editing, LLM invocation, web search, security queries) which would overlap with many other specialized skills. 'Agency and execution' is particularly generic and could conflict with almost any agentic skill.

2 / 5

Total

10

/

20

Passed

Validation

72%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation8 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

8

/

11

Passed

Repository
Raudbjorn/cognitive-construct
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.