CtrlK
BlogDocsLog inGet started
Tessl Logo

launchdarkly-flag-command

Resolve `/flag` style requests into the right LaunchDarkly flag lookup flow. Use when the user types `/flag`, asks to quickly find a flag by name/key, wants a direct flag detail summary, or needs fast disambiguation between similar flags.

68

Quality

83%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

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.

This is a well-structured command-routing skill with clear workflow steps, concrete tool references, and good boundary enforcement. Its main weakness is the triple-repetition of the removal/staleness routing constraint, which wastes tokens and could be consolidated into a single authoritative section. The routing table and disambiguation logic are strong actionable elements.

Suggestions

Consolidate the removal/staleness routing instructions into a single authoritative section (e.g., Scope Boundary) and reference it from Steps 3 and 4 instead of restating the full constraint three times.

Consider extracting the routing table and detailed step descriptions into a companion reference file if additional flags or routing targets are added in the future.

DimensionReasoningScore

Conciseness

The skill is mostly efficient but has notable redundancy — the removal/staleness routing instructions are stated three separate times (Scope Boundary, Step 3, Step 4, and again in Important Context). This repetition inflates token count without adding clarity. Otherwise, it respects Claude's intelligence and avoids explaining basic concepts.

2 / 3

Actionability

The skill provides concrete, specific guidance: exact MCP tool names to call, a clear step-by-step resolution workflow, specific output fields to return, a routing table with relative paths, and exact phrasing for the routing message. While there's no executable code, this is an instruction-only skill where the guidance is fully actionable.

3 / 3

Workflow Clarity

The four-step workflow is clearly sequenced with explicit decision points: parse input → resolve with disambiguation logic → return summary → route to follow-up. Each step has clear branching conditions (no query → ask, multiple matches → disambiguate, no matches → suggest broader query). The read-only nature means destructive operations aren't a concern, so validation checkpoints aren't needed.

3 / 3

Progressive Disclosure

The skill references other skills via relative paths in the routing table (flag-create, flag-targeting, flag-discovery, flag-cleanup), which is good navigation. However, all content is inline in a single file that runs fairly long, and there are no bundle files to offload detailed reference material. The repeated removal/staleness instructions could have been consolidated or extracted.

2 / 3

Total

10

/

12

Passed

Description

89%

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 a solid description with clear trigger guidance and good distinctiveness for its niche (LaunchDarkly flag lookups). The main weakness is that the capability actions could be more concrete—terms like 'resolve into the right flow' are somewhat abstract. Overall it performs well for skill selection purposes.

Suggestions

Replace 'resolve into the right LaunchDarkly flag lookup flow' with more concrete actions like 'Search LaunchDarkly flags by name or key, display flag configuration and targeting rules, summarize flag details'.

DimensionReasoningScore

Specificity

The description names the domain (LaunchDarkly flag lookup) and some actions ('resolve requests', 'flag lookup flow', 'flag detail summary', 'disambiguation between similar flags'), but the actions are somewhat vague—'resolve into the right flow' is abstract rather than listing concrete operations like 'search flags by key, display flag configuration, show targeting rules'.

2 / 3

Completeness

Clearly answers both 'what' (resolve flag requests into LaunchDarkly flag lookup flow, provide flag detail summary, disambiguate similar flags) and 'when' with an explicit 'Use when...' clause listing multiple trigger scenarios.

3 / 3

Trigger Term Quality

Includes strong natural trigger terms: '/flag' (the literal command), 'flag by name/key', 'flag detail summary', 'disambiguation between similar flags', and 'LaunchDarkly'. These cover the natural ways a user would invoke this skill.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive—targets a specific tool (LaunchDarkly), a specific command pattern ('/flag'), and a specific workflow (flag lookup and disambiguation). Unlikely to conflict with other skills.

3 / 3

Total

11

/

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.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

Repository
launchdarkly/ai-tooling
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.