CtrlK
BlogDocsLog inGet started
Tessl Logo

comprehensive-review-full-review

Use when working with comprehensive review full review

19

Quality

6%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/comprehensive-review-full-review/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

12%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

This skill is excessively verbose, providing an abstract orchestration framework for code reviews without any concrete, executable guidance. It reads more like a high-level process document than an actionable skill, with placeholder variables, undefined tool APIs, and no real code examples. The phased structure provides some organizational value, but the lack of conciseness, actionability, and progressive disclosure severely undermines its utility.

Suggestions

Reduce content by 70%+: Remove extended thinking blocks, redundant context descriptions per sub-phase, and explanations of what each phase does—focus on the exact prompts and tool invocations needed.

Provide concrete, executable examples: Define what 'Task tool with subagent_type' actually means with a working invocation example, and specify how $ARGUMENTS and {phase1_context} variables are populated.

Split detailed phase instructions into separate referenced files (e.g., phases/security-review.md, phases/performance-review.md) and keep SKILL.md as a concise overview with navigation links.

Add explicit validation checkpoints between phases: e.g., 'Before proceeding to Phase 2, verify Phase 1 outputs contain X, Y, Z. If missing, re-run with adjusted parameters.'

DimensionReasoningScore

Conciseness

Extremely verbose and padded. The skill explains orchestration concepts Claude already knows, includes lengthy extended thinking blocks, repeats context descriptions for every sub-phase, and contains massive amounts of boilerplate. The content could be reduced by 70%+ without losing actionable information.

1 / 3

Actionability

Despite its length, the skill provides no executable code, no concrete commands, and no real examples. It describes abstract agent orchestration with placeholder variables like $ARGUMENTS and {phase1_context} without defining them. The 'Use Task tool with subagent_type=' pattern references non-standard tool invocations without explaining the actual API or providing working examples.

1 / 3

Workflow Clarity

The phased structure (Phase 1-4 plus consolidated report) provides a clear sequence with dependencies between phases noted. However, there are no validation checkpoints, no error recovery steps, and no feedback loops for when phases fail or produce unexpected results. The success criteria section is a checklist but lacks verification mechanisms.

2 / 3

Progressive Disclosure

The content is a monolithic wall of text with no meaningful progressive disclosure. It references `resources/implementation-playbook.md` but no bundle files exist. All detailed phase descriptions are inline rather than split into separate files, making the skill extremely long and difficult to navigate.

1 / 3

Total

5

/

12

Passed

Description

0%

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 an extremely poor skill description that fails on every dimension. It contains no concrete actions, no meaningful trigger terms, and reads as either a placeholder or a broken/duplicated phrase ('comprehensive review full review'). It would be virtually impossible for Claude to correctly select this skill from a list of available skills.

Suggestions

Define what the skill actually does by listing specific concrete actions (e.g., 'Reviews code for bugs, security vulnerabilities, and style issues' or 'Conducts document reviews checking for grammar, consistency, and completeness').

Add natural trigger terms that specify the domain and common user phrases (e.g., 'code review, PR review, pull request, .py files, security audit').

Restructure with a clear 'what it does' section followed by an explicit 'Use when...' clause with specific, actionable trigger conditions (e.g., 'Use when the user asks for a code review, wants feedback on a pull request, or mentions reviewing changes').

DimensionReasoningScore

Specificity

The description contains no concrete actions whatsoever. 'Comprehensive review full review' is vague and abstract with no indication of what is being reviewed or what actions are performed.

1 / 3

Completeness

The 'what' is entirely missing—there is no description of what the skill does. While it starts with 'Use when,' the trigger condition ('working with comprehensive review full review') is nonsensical and provides no meaningful guidance on when to use it.

1 / 3

Trigger Term Quality

The only keyword is 'review,' which is extremely generic and could apply to countless domains. There are no natural, specific terms a user would say to trigger this skill.

1 / 3

Distinctiveness Conflict Risk

The term 'review' is extremely generic and would conflict with any skill involving code review, document review, PR review, performance review, etc. There is nothing distinctive about this description.

1 / 3

Total

4

/

12

Passed

Validation

90%

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

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

10

/

11

Passed

Repository
sickn33/antigravity-awesome-skills
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.