CtrlK
BlogDocsLog inGet started
Tessl Logo

handle-saas-billing-cases

Run evidence-first customer-case flows for SaaS subscription cancellations, unpaid or failed-payment cancellations, refund requests, and accidental renewals. Use when a customer asks to stop a subscription, prevent another retry, cancel after a failed payment, refund a payment, reverse an unintended renewal, or confirm the resulting billing and entitlement state.

75

Quality

92%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Medium

Suggest reviewing before use

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.

A well-structured, highly actionable billing-case procedure with explicit validation and closure gates throughout. The main weakness is token efficiency: the identical 7-step skeleton is repeated across four flows where a shared template plus per-flow deltas would be leaner.

Suggestions

Define the shared 7-step flow skeleton once under 'Start every case' and present each of the four flows as only its deltas against that skeleton, cutting the repeated Evidence/Match/Allowed action/Approval gate/Customer communication/Post-action verification/Closure headings.

Consider extracting the per-flow field verification lists (e.g. 'subscription status, latest invoice, payment intent, retry schedule...') into a compact shared table indexed by flow, since much of the verification vocabulary recurs.

The finish template and the 'Run customer-support-verification before claiming completion' line could be consolidated into a single closure checklist to reduce trailing repetition.

DimensionReasoningScore

Conciseness

The body is dense and free of concept-padding Claude already knows, but the same 7-step skeleton (Evidence/Match/Allowed action/Approval gate/Customer communication/Post-action verification/Closure) is repeated verbatim across four flows; defining the shared skeleton once and listing per-flow deltas would tighten it, matching the 'mostly efficient but could be tightened' anchor.

2 / 3

Actionability

Instruction-only but highly concrete: names exact identifiers to search by ('normalized email, account id or UID, billing customer id, subscription id, invoice id...'), exact verification fields, and a literal record format ('action + exact target + timing + amount and currency'), so the absence of code is not penalized.

3 / 3

Workflow Clarity

Every flow is a clearly numbered 7-step sequence with explicit validation checkpoints (post-action read-back), stop conditions ('Stop when identifiers disagree'), and closure gates ('Close only after the approved... state are verified'), matching the anchor for clear sequences with feedback loops.

3 / 3

Progressive Disclosure

No bundle files exist and none are needed; the body is self-contained and organized into clearly headed sections (Start every case, four flow sections, Trustpilot exclusion, send/archive/handoff, finish template) with one-level references to sibling skills only, satisfying the well-organized-sections allowance.

3 / 3

Total

11

/

12

Passed

Description

100%

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 is third-person, concise, and hits all four dimensions: concrete capabilities, natural trigger terms, explicit what-and-when guidance, and a distinctive niche. No fluff or over-claims.

DimensionReasoningScore

Specificity

Lists multiple concrete case types — 'subscription cancellations, unpaid or failed-payment cancellations, refund requests, and accidental renewals' — rather than vague language; matches the 'lists multiple specific concrete actions' anchor.

3 / 3

Completeness

Explicitly answers both 'what' ('Run evidence-first customer-case flows for...') and 'when' ('Use when a customer asks to stop a subscription...'), with an explicit trigger clause.

3 / 3

Trigger Term Quality

Natural user phrasings like 'stop a subscription, prevent another retry, cancel after a failed payment, refund a payment, reverse an unintended renewal' are exactly what a customer would say, giving good coverage of common variations.

3 / 3

Distinctiveness Conflict Risk

Clear SaaS-billing niche with distinct triggers tied to subscription/refund/renewal scenarios; unlikely to fire for unrelated skills.

3 / 3

Total

12

/

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
MengTo/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.