CtrlK
BlogDocsLog inGet started
Tessl Logo

testland/braintree-test-cards

Wraps Braintree (PayPal-owned) sandbox testing patterns: sandbox merchant credentials, Drop-in / Hosted Fields client-side patterns, the Transaction lifecycle (submitted_for_settlement → settled), Braintree's distinctive test-card behaviours (specific PANs trigger specific errors), and the webhook verification (Braintree Webhook Parser). Use when testing Braintree-integrated code.

80

Quality

100%

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

Overview
Quality
Evals
Security
Files

Quality

Content

100%

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

A well-crafted, actionable reference: executable code, exact test-card/amount tables, sequenced workflows with assertion checkpoints, and clearly signaled references. It stays lean without sacrificing concreteness.

DimensionReasoningScore

Conciseness

Lean reference that assumes Claude's competence — no padding explaining what Braintree, TypeScript, or testing are; tables and code carry the weight and every section earns its tokens.

3 / 3

Actionability

Provides fully executable TypeScript (init, sale, settle, refund, webhook parse, Drop-in), exact PAN and amount tables, concrete env-var names, and a copy-paste CI yaml block.

3 / 3

Workflow Clarity

Multi-step chains are sequenced with explicit checkpoints — sale → submitForSettlement → gateway.testing.settle → expect 'settled', and the refund prerequisite ('Refunds can only happen after settlement') is stated — plus webhook signature validation and an anti-patterns table for error recovery.

3 / 3

Progressive Disclosure

Single self-contained file with clean section headers, clearly signaled one-level-deep external doc links and named companion catalogs, and no nested references — appropriate for this focused reference skill with no bundle files.

3 / 3

Total

12

/

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.

A strong, specific description that names concrete testing capabilities and provides an explicit 'Use when' trigger in third-person voice. It clearly distinguishes the Braintree sandbox niche from sibling payment skills.

DimensionReasoningScore

Specificity

Lists multiple concrete capabilities — 'Drop-in / Hosted Fields client-side patterns', 'Transaction lifecycle (submitted_for_settlement → settled)', 'specific PANs trigger specific errors', and 'webhook verification (Braintree Webhook Parser)' — rather than vague language.

3 / 3

Completeness

Explicitly answers what ('Wraps Braintree sandbox testing patterns...') and when ('Use when testing Braintree-integrated code.'), satisfying both halves with an explicit trigger clause.

3 / 3

Trigger Term Quality

Covers natural terms a developer would say when needing this skill ('Braintree', 'sandbox testing', 'Drop-in / Hosted Fields', 'webhook', 'test cards'), matching the good-coverage anchor; the internal jargon (PANs, state names) sits alongside, not in place of, these natural triggers.

3 / 3

Distinctiveness Conflict Risk

Occupies a clear niche — Braintree sandbox testing — with a distinct, name-scoped trigger, making it unlikely to fire for the generic or sibling (stripe/adyen/paypal) skills despite Braintree being PayPal-owned.

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.

Reviewed

Table of Contents