CtrlK
BlogDocsLog inGet started
Tessl Logo

revenuecat-status

Get a quick overview of your RevenueCat project configuration including apps, products, entitlements, offerings, and webhooks.

59

Quality

67%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./revenuecat/skills/revenuecat-status/SKILL.md
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 skill for a read-only status overview command. It provides clear, actionable steps with specific MCP tool names, a concrete output template, and sensible error handling. The main weakness is mild verbosity—the Description section is redundant with the output format, and some explanatory text could be trimmed.

DimensionReasoningScore

Conciseness

The skill is reasonably efficient but includes some unnecessary sections like the Description block that largely repeats the output format, and the explanation of what $ARGUMENTS is. The output template and step-by-step instructions are useful but could be tighter.

2 / 3

Actionability

The skill provides specific tool names to call (list-projects, list-apps, list-products, etc.), a concrete output format template, clear argument parsing instructions, and specific behaviors like case-insensitive partial matching. Claude knows exactly what to do at each step.

3 / 3

Workflow Clarity

The 5-step workflow is clearly sequenced with logical ordering: parse arguments → get projects → gather stats → present summary → highlight issues. Error handling is addressed (no matching project → inform user and list available). For a read-only status command, no destructive validation checkpoints are needed.

3 / 3

Progressive Disclosure

For a single-purpose skill under 80 lines with no need for external references, the content is well-organized with clear sections (Description, Usage, Instructions) and doesn't need to be split across files. No bundle files are needed for this straightforward status command.

3 / 3

Total

11

/

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 clearly identifies the RevenueCat domain and lists specific configuration elements, making it distinctive and specific. However, it lacks an explicit 'Use when...' clause, which is a significant gap for skill selection. It also uses second person ('your') which slightly detracts, though the rubric specifically penalizes first/second person on the specificity dimension.

Suggestions

Add a 'Use when...' clause such as 'Use when the user asks about their RevenueCat setup, project overview, subscription configuration, or wants to see what apps, products, or offerings are configured.'

Include natural trigger terms users might say, such as 'subscription setup', 'in-app purchase config', 'paywall configuration', or 'RC project'.

Rephrase to third person voice: 'Provides a quick overview of a RevenueCat project configuration...' instead of 'Get a quick overview of your...'

DimensionReasoningScore

Specificity

Lists multiple specific concrete entities: apps, products, entitlements, offerings, and webhooks. The action 'get a quick overview of project configuration' is concrete and clear.

3 / 3

Completeness

Describes what it does (overview of RevenueCat project configuration) but has no explicit 'Use when...' clause or equivalent trigger guidance. Per the rubric, a missing 'Use when...' clause caps completeness at 2, and since the 'when' is only weakly implied, this scores a 1.

1 / 3

Trigger Term Quality

Includes domain-specific terms like 'RevenueCat', 'entitlements', 'offerings', 'webhooks' that users familiar with the platform would use. However, it misses common variations like 'subscription', 'in-app purchase', 'IAP', 'paywall', or 'RC' that users might naturally say.

2 / 3

Distinctiveness Conflict Risk

RevenueCat is a very specific platform, and the description targets a clear niche (project configuration overview). This is unlikely to conflict with other skills due to the specificity of the domain.

3 / 3

Total

9

/

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
RevenueCat/rc-claude-code-plugin
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.