CtrlK
BlogDocsLog inGet started
Tessl Logo

documenso-debug-bundle

Comprehensive debugging toolkit for Documenso integrations. Use when troubleshooting complex issues, gathering diagnostic information, or creating support tickets for Documenso problems. Trigger with phrases like "debug documenso", "documenso diagnostics", "troubleshoot documenso", "documenso support ticket".

64

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

65%

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

The content is highly actionable with executable diagnostic code and a useful error-handling table, but it underuses progressive disclosure: an orphaned reference file, phantom script paths, and large inline scripts that should be split out. Workflow sequencing is present but lacks explicit cross-step validation gates.

Suggestions

Link references/implementation-guide.md from the body (or remove it) so the one bundle file is actually reachable, and either move the full scripts into scripts/ files referenced from the body or delete the inline path comments that point at non-existent files.

Frame the four steps as a gated diagnostic workflow — e.g. run connectivity test, if 401/403 fix the key and retry, then run the TS diagnostic, then attach its output to the ticket template — to add an explicit validate→fix→retry loop.

Move the large inline scripts (diagnostic .ts and the Proxy debug wrapper) into bundle files and keep only short usage snippets inline, or trim the 'Current State' auto-run version checks, to improve token efficiency.

DimensionReasoningScore

Conciseness

The body is mostly lean code with little concept-explanation fluff, but it embeds several full scripts inline (a ~35-line Proxy debug wrapper, a full diagnostic script) and an auto-running 'Current State' version-check block, so it could be tightened or moved to bundle files rather than earning every token at level 3.

2 / 3

Actionability

Provides fully executable, copy-paste-ready code in three languages (bash connectivity test, TypeScript diagnostic, Proxy debug client) plus concrete run commands like 'npx tsx scripts/documenso-diagnose.ts' and a ready support-ticket template.

3 / 3

Workflow Clarity

Steps are sequenced (Step 1–4) and each script contains internal validation (status-code branching, PASS/FAIL report), but the four steps read as independent tools rather than a gated process, with no explicit validate→fix→retry feedback loop framed across the workflow; checkpoints are implicit inside scripts.

2 / 3

Progressive Disclosure

The body has clear sections but is largely monolithic — full scripts sit inline that could be separate bundle files, the existing references/implementation-guide.md is never linked from the body, and inline comments point at scripts/documenso-diagnose.ts and src/documenso/debug-client.ts paths that do not exist in the bundle.

2 / 3

Total

9

/

12

Passed

Description

90%

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 description: it answers both what and when, uses third-person/Imperative 'Use when' phrasing matching the exemplar pattern, and supplies natural trigger terms. Its only weakness is slightly abstract action verbs plus the mild buzzword 'comprehensive'.

DimensionReasoningScore

Specificity

Names the domain ('Documenso integrations') and several actions ('troubleshooting complex issues, gathering diagnostic information, creating support tickets'), but the actions are fairly high-level and the word 'comprehensive' is mild fluff, so it is not a comprehensive list of concrete operations like the level-3 anchor.

2 / 3

Completeness

Explicitly states what ('Comprehensive debugging toolkit for Documenso integrations') and when ('Use when troubleshooting complex issues...') with an explicit 'Use when' clause and trigger phrases, satisfying both halves.

3 / 3

Trigger Term Quality

Includes natural phrases a user would actually say — 'debug documenso', 'documenso diagnostics', 'troubleshoot documenso', 'documenso support ticket' — giving good coverage of natural trigger terms.

3 / 3

Distinctiveness Conflict Risk

Documenso is a specific SaaS niche with distinct, branded trigger phrases, making it unlikely to fire for an unrelated skill.

3 / 3

Total

11

/

12

Passed

Validation

81%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation13 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

referenced_paths_exist

Referenced path issues: 2 missing

Warning

Total

13

/

16

Passed

Repository
jeremylongshore/claude-code-plugins-plus-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.