CtrlK
BlogDocsLog inGet started
Tessl Logo

workflow-lite-execute

Lightweight execution engine - multi-mode input, task grouping, batch execution, chain to workflow-lite-test-review

37

Quality

36%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Fix and improve this skill with Tessl

tessl review fix ./.claude/skills/workflow-lite-execute/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

55%

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

The skill is highly actionable with excellent workflow clarity, providing complete executable code and clear step sequencing with error recovery. However, it is severely over-engineered for a SKILL.md file — the ~400+ lines of dense implementation code should be split across supporting files with the SKILL.md serving as a concise overview. The monolithic structure and verbose inline code significantly hurt both conciseness and progressive disclosure.

Suggestions

Extract the large code blocks (buildExecutionPrompt, createExecutionCalls, code review variants) into separate referenced files like PROMPT_BUILDER.md, BATCH_LOGIC.md, and CODE_REVIEW.md, keeping only a concise summary in SKILL.md.

Move the Data Structures section to a separate REFERENCE.md file and link to it, as it duplicates information already present in the code examples.

Condense the three nearly-identical CLI code review blocks (Codex and Gemini differ only by --tool flag) into a single parameterized example to reduce redundancy.

Replace the detailed algorithm implementations with concise behavioral descriptions — Claude can implement dependency resolution and batch grouping from a clear spec without seeing the full algorithm inline.

DimensionReasoningScore

Conciseness

The skill is extremely verbose at ~400+ lines with extensive code blocks that could be significantly condensed. Much of the content (dependency resolution algorithms, batch creation logic, prompt building templates) is implementation-level detail that Claude could derive from a more concise specification. The data structures section at the end largely duplicates information already shown in the code above.

1 / 3

Actionability

The skill provides fully executable JavaScript code for every step — input parsing, task grouping, batch execution, code review, and handoff. Commands, function signatures, and tool invocations are concrete and copy-paste ready with specific flags, parameters, and expected outputs.

3 / 3

Workflow Clarity

The multi-step workflow is clearly sequenced (Steps 1-5) with explicit validation checkpoints: resume-on-failure handling with fixed IDs, progress tracking via TodoWrite, parallel vs sequential phase ordering, and a clear error handling table. The feedback loop for failed executions (retry with fixed ID) is well-defined.

3 / 3

Progressive Disclosure

The entire skill is a monolithic wall of content with no references to supporting files, despite being complex enough to warrant splitting (e.g., prompt builder template, data structures, code review variants could each be separate files). The single reference to 'phases/02-lite-execute.md' in the checkpoint note suggests supporting files exist but aren't leveraged for content organization. No bundle files are provided to support the content.

1 / 3

Total

8

/

12

Passed

Description

17%

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 description reads like internal technical shorthand rather than a useful skill description. It lacks natural trigger terms users would say, provides no 'Use when...' guidance, and relies heavily on jargon ('multi-mode input', 'lightweight execution engine') without explaining what concrete problems it solves for the user.

Suggestions

Add a 'Use when...' clause that specifies concrete scenarios, e.g., 'Use when the user wants to run multiple tasks in sequence or batch, or needs to chain task execution into a test review workflow.'

Replace jargon with natural language trigger terms users would actually say, such as 'run tasks', 'execute steps', 'batch processing', 'run multiple commands', 'task pipeline'.

Expand the 'what' portion to describe concrete actions in plain language, e.g., 'Groups and executes multiple tasks in batch, supports various input formats, and chains results into the workflow-lite-test-review skill for validation.'

DimensionReasoningScore

Specificity

Names some actions like 'task grouping', 'batch execution', and 'chain to workflow-lite-test-review', but these are somewhat jargon-heavy and not fully concrete. It mentions 'multi-mode input' without explaining what that means.

2 / 3

Completeness

The description partially addresses 'what' (execution engine with batch execution and task grouping) but provides no 'when' clause or explicit trigger guidance. The lack of a 'Use when...' clause caps this at 2, and the weak 'what' brings it to 1.

1 / 3

Trigger Term Quality

The terms used ('lightweight execution engine', 'multi-mode input', 'batch execution') are technical jargon that users would rarely naturally say. There are no natural user-facing keywords that would trigger selection of this skill.

1 / 3

Distinctiveness Conflict Risk

The mention of 'workflow-lite-test-review' chaining and 'batch execution' provides some distinctiveness, but 'execution engine' and 'task grouping' are generic enough to potentially overlap with other workflow or task management skills.

2 / 3

Total

6

/

12

Passed

Validation

81%

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

Validation9 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

skill_md_line_count

SKILL.md is long (573 lines); consider splitting into references/ and linking

Warning

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

Total

9

/

11

Passed

Repository
catlog22/Claude-Code-Workflow
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.