CtrlK
BlogDocsLog inGet started
Tessl Logo

full-stack-orchestration-full-stack-feature

Use when working with full stack orchestration full stack feature

31

Quality

25%

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/full-stack-orchestration-full-stack-feature/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

35%Scale 1-5

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

This skill is a high-level orchestration template that describes a full-stack development workflow in abstract terms without providing any concrete, executable guidance. It suffers from significant verbosity, explaining concepts Claude already understands, and lacks the validation checkpoints and feedback loops critical for a multi-phase deployment workflow. The phased structure is its strongest aspect, but the absence of real code examples, commands, or tool invocation patterns severely limits its actionability.

Suggestions

Replace abstract descriptions with concrete, executable examples — provide actual code snippets for at least one representative step (e.g., a real OpenAPI spec fragment, a real Docker command, a real migration script template).

Add explicit validation checkpoints with feedback loops at phase boundaries (e.g., 'Run `npm run test:contract` — if failures, fix API mismatches before proceeding to Phase 3').

Remove the extended thinking block and trim explanatory text that describes well-known concepts (OWASP, circuit breakers, WCAG) — instead just reference them as requirements.

Either provide the referenced `resources/implementation-playbook.md` bundle file or remove the reference; split the monolithic content into phase-specific files for better progressive disclosure.

DimensionReasoningScore

Conciseness

The skill is heavily verbose with extensive explanations Claude already knows (what circuit breakers are, what OWASP Top 10 is, what OpenTelemetry does). The extended thinking block is unnecessary padding. The boilerplate 'Use this skill when' / 'Do not use this skill when' sections add no value. Much of the content reads like a tutorial rather than actionable instructions.

2 / 5

Actionability

Despite listing many steps, the guidance is entirely abstract — it describes what to do at a high level ('Design database schema', 'Implement backend services') but provides zero executable code, no concrete commands, no actual API examples, and no real configuration snippets. The 'Use Task tool with subagent_type=...' pattern is repeated but never demonstrated with actual working examples or real tool invocations.

2 / 5

Workflow Clarity

The phased structure (Architecture → Implementation → Testing → Deployment) provides a clear sequence, and the coordination notes mention convergence points. However, there are no explicit validation checkpoints or feedback loops — no 'if this fails, do X' recovery steps. For a workflow involving destructive/batch operations like database migrations and deployments, the absence of validation gates caps this at 3.

3 / 5

Progressive Disclosure

The skill references `resources/implementation-playbook.md` but no bundle files exist to support it, making the reference unverifiable. The content is a monolithic wall of text (~150+ lines) that could benefit from splitting phases into separate files. Configuration options and success criteria could be separate references. Some structure exists via phase headers but organization is suboptimal.

3 / 5

Total

10

/

20

Passed

Description

16%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.

This description is extremely vague and lacks any concrete actions, specific capabilities, or meaningful trigger terms. It provides a 'Use when' clause but the content within it is abstract jargon ('full stack orchestration full stack feature') that fails to communicate what the skill does or when it should be selected over other skills.

Suggestions

Replace abstract language with concrete actions the skill performs, e.g., 'Sets up backend APIs, frontend components, and database schemas for new features' instead of 'full stack orchestration full stack feature'.

Add specific trigger terms users would naturally use, such as technology names (React, Node.js, PostgreSQL), file types, or task descriptions (e.g., 'scaffold a new feature', 'connect frontend to backend').

Expand the 'Use when' clause with explicit scenarios, e.g., 'Use when the user asks to build an end-to-end feature spanning frontend, backend, and database layers.'

DimensionReasoningScore

Specificity

The description contains no concrete actions whatsoever. 'Full stack orchestration full stack feature' is entirely abstract with no specific capabilities listed.

1 / 5

Completeness

It has a 'when' clause ('Use when working with...') but the 'what' is entirely missing — there is no description of what the skill actually does. The 'when' itself is also extremely vague.

2 / 5

Trigger Term Quality

'Full stack' is a somewhat relevant keyword but is very generic. 'Orchestration' and 'feature' are vague and not natural phrases a user would say when seeking help with a specific task.

2 / 5

Distinctiveness Conflict Risk

'Full stack orchestration' and 'full stack feature' are so broad and generic that this could conflict with virtually any development-related skill. There is no clear niche or distinguishing trigger.

1 / 5

Total

6

/

20

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
administrakt0r/AI-Agents-Safe-Coding-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.