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.

72

Quality

87%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

85%

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 routing/lookup skill with strong actionability and workflow clarity. The main weakness is redundancy: the removal/staleness constraint is repeated in nearly identical form across four sections (Scope Boundary, Step 3, Step 4, and Important Context), consuming tokens without adding new information. Otherwise, the skill is operationally clear, properly scoped, and provides concrete tool names and routing paths.

Suggestions

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

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 Important Context) with nearly identical content. The core workflow is clear but could be tightened by consolidating the repeated constraints.

2 / 3

Actionability

The skill provides concrete, specific guidance: exact MCP tool names to call, a clear disambiguation protocol, a defined summary output structure (key, name, state, off variation, fallthrough, complexity, URL), a routing table with relative paths, and exact phrasing for the routing message. This is copy-paste-ready operational guidance.

3 / 3

Workflow Clarity

The four-step workflow is clearly sequenced with explicit decision points: parse → resolve (with disambiguation branching) → summarize (with conditional routing for removal questions) → route. Each step has clear criteria for proceeding, and the disambiguation step serves as a validation checkpoint before fetching full details.

3 / 3

Progressive Disclosure

The skill is well-structured with clear sections (Scope Boundary, Prerequisites, Command Contract, Workflow, Output Style, Important Context) and routes to four other skills via relative paths for deeper workflows. For a skill with no bundle files, the content is appropriately self-contained at the overview level with one-level-deep references to sibling skills.

3 / 3

Total

11

/

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 skill description with excellent trigger terms and completeness. The '/flag' command and LaunchDarkly-specific context make it highly distinctive and easy for Claude to match. The main weakness is that the capability descriptions could be more concrete—'resolve into the right lookup flow' is somewhat abstract compared to listing specific actions performed.

Suggestions

Replace the abstract 'resolve into the right flag lookup flow' with more concrete actions like 'look up flag configuration, display targeting rules, show flag status and variations'.

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 'fetch flag status', 'display flag targeting rules', etc.

2 / 3

Completeness

Clearly answers both 'what' (resolve flag requests into the right LaunchDarkly flag lookup flow, provide flag detail summaries, disambiguate similar flags) and 'when' (explicit 'Use when...' clause with multiple trigger scenarios including the /flag command, finding flags, and disambiguation needs).

3 / 3

Trigger Term Quality

Includes strong natural trigger terms: '/flag', 'flag by name/key', 'flag detail summary', 'disambiguation between similar flags', 'LaunchDarkly'. The '/flag' command is a very specific trigger, and 'find a flag by name/key' covers natural user phrasing well.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive with the specific '/flag' command trigger and LaunchDarkly-specific domain. This is unlikely to conflict with other skills due to the narrow, well-defined niche of LaunchDarkly feature flag lookups.

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.