CtrlK
BlogDocsLog inGet started
Tessl Logo

paper-delivery-summary

Deterministic final delivery summary for meta-paper-write. Reports only verified PDF compilation fields and the exact citation-map SUMMARY statistics.

49

Quality

55%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./src/opensquilla/skills/bundled/paper-delivery-summary/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

61%Weight 40%Scale 1-5

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

The body is exceptionally concise and well-scoped, documenting the formatter's contract and fail-closed guarantees clearly, but it offers no executable guidance and never connects to the bundled render.py script.

Suggestions

Add a short reference to scripts/render.py (the actual entrypoint) so the documented contract maps to the executable that implements it.

Spell out the single rendering step concretely (e.g., 'Invoked as `python render.py` with the contract JSON on stdin; emits the delivery summary text') rather than only describing behavior.

Make the validation flow explicit as a checkpoint (input JSON parsed -> verify PDF markers + internally consistent SUMMARY -> emit summary, else fail closed) to lift workflow clarity above 3.

DimensionReasoningScore

Conciseness

The ~10-line body is lean, assumes competence, and explains no general concepts Claude already knows; every line documents a concrete contract or constraint, matching 'every token earns its place'.

5 / 5

Actionability

It describes inputs and fail-closed behavior but provides no executable code or commands and never references the render.py script, fitting 'minimal concrete guidance; high-level hints but missing the specific steps to execute'.

2 / 5

Workflow Clarity

A fail-closed gate ('fails closed unless the PDF markers and ... SUMMARY are machine-readable') provides a validation checkpoint, but the actual rendering sequence is unstated, leaving checkpoints implicit.

3 / 5

Progressive Disclosure

For an under-50-line single-purpose skill the one heading and two paragraphs are well organized with no nested references; the only gap is that the bundled render.py script is not explicitly linked or surfaced from the body.

4 / 5

Total

14

/

20

Passed

Description

50%Weight 40%Scale 1-5

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 specific and clearly niche-scoped to meta-paper-write delivery, but it lacks an explicit 'Use when' trigger clause and relies on internal jargon rather than natural user keywords.

Suggestions

Add an explicit 'Use when...' clause stating when this formatter should run (e.g., 'Use when producing the final delivery summary for meta-paper-write').

Include at least one natural trigger phrase a user or orchestrator would say, rather than only internal field names like 'citation-map SUMMARY statistics'.

Expand the action list beyond the two current reports (PDF fields, citation SUMMARY) to cover the full set of outputs the formatter emits.

DimensionReasoningScore

Specificity

Names the domain ('final delivery summary for meta-paper-write') and two concrete actions ('verified PDF compilation fields' and 'exact citation-map SUMMARY statistics'), matching the '1-2 concrete actions' anchor rather than the 'several specific actions' level above.

3 / 5

Completeness

It clearly states what the skill does but has no 'Use when...' trigger clause; per the guidelines a missing explicit trigger caps completeness at 3.

3 / 5

Trigger Term Quality

The terms ('meta-paper-write', 'citation-map SUMMARY', 'PDF compilation fields') are internal technical jargon; it lacks the natural phrases a user would say, fitting 'one or two generic keywords; missing the natural phrases' rather than the no-keyword floor.

2 / 5

Distinctiveness Conflict Risk

Tightly scoped to 'meta-paper-write' delivery with PDF/citation-SUMMARY-specific triggers, giving it a clear niche with minimal conflict risk.

5 / 5

Total

13

/

20

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

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

frontmatter_unknown_keys

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

Warning

Total

13

/

16

Passed

Repository
TokenRhythm/opensquilla
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.