CtrlK
BlogDocsLog inGet started
Tessl Logo

recipe-front-build

Execute frontend implementation in autonomous execution mode

56

Quality

63%

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

Fix and improve this skill with Tessl

tessl review fix ./skills/recipe-front-build/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

77%

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

The content is a highly actionable, clearly sequenced orchestration recipe with strong validation checkpoints and feedback loops. Its main weaknesses are a duplicated exclusion-pattern rule and a monolithic structure with no progressive disclosure to bundle files.

Suggestions

De-duplicate the restricted exclusion-pattern list by defining it once and referencing it from both Work Plan Resolution and the Consumed Task Set section.

Consider offloading the detailed file-pattern rules and/or Completion Report Contract into a references/ file referenced from the body to improve progressive disclosure.

DimensionReasoningScore

Conciseness

The body is dense and procedural without explaining concepts Claude already knows, but the restricted exclusion-pattern list ("*-task-prep-*.md", "_overview-*.md", etc.) is duplicated verbatim in Work Plan Resolution step 2 and Consumed Task Set step 2 and could be tightened into a single referenced rule.

2 / 3

Actionability

Guidance is concrete and executable: exact subagent_type values ("dev-workflows-frontend:task-executor-frontend"), precise file patterns, and specific status fields ("escalation_needed", "stub_detected", "approved") with matching branches.

3 / 3

Workflow Clarity

The process is explicitly sequenced (Pre-execution → Decomposition → Checklist → 4-Step Cycle → Post-Implementation Verification → Final Cleanup → Report) with validation checkpoints and feedback loops (stub_detected → return to step 2, quality-fixer approval before commit, re-run verifiers until pass).

3 / 3

Progressive Disclosure

No bundle files exist and the ~155-line body is a single monolithic file; it is well-sectioned but detailed material like the exclusion-pattern rules and Completion Report Contract is inline rather than offloaded to references.

2 / 3

Total

10

/

12

Passed

Description

50%

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 names a clear domain and action but is terse and lacks any explicit "Use when" trigger guidance, leaving every dimension at the mid-level. It reads more like an internal mode label than a user-facing trigger.

Suggestions

Add an explicit trigger clause, e.g. "Use when the user asks to build or run frontend implementation tasks and task files already exist."

Replace the jargon "autonomous execution mode" with natural user phrasing or keep it only alongside concrete trigger terms.

List a couple of concrete actions (e.g. "decompose, execute, quality-check, and commit frontend tasks") to lift specificity toward 3.

DimensionReasoningScore

Specificity

Quotes "Execute frontend implementation in autonomous execution mode" name the domain (frontend) and one action (execute implementation), but do not list multiple concrete actions; not comprehensive enough for a 3.

2 / 3

Completeness

It states what the skill does ("Execute frontend implementation") but has no "Use when..." clause or equivalent trigger guidance; per the guidelines a missing explicit trigger caps completeness at 2.

2 / 3

Trigger Term Quality

"frontend implementation" is a natural user term, but "autonomous execution mode" is internal jargon users would rarely say; common variations like "build the frontend" or "run frontend tasks" are missing.

2 / 3

Distinctiveness Conflict Risk

"frontend implementation" is a moderately specific niche, but with no trigger guidance and the generic "autonomous execution mode" it could overlap with other build/orchestration skills.

2 / 3

Total

8

/

12

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
shinpr/claude-code-workflows
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.