CtrlK
BlogDocsLog inGet started
Tessl Logo

blog-taxonomy

Extract, suggest, and sync tags and categories for blog posts across all major CMS platforms. Supports WordPress REST API, Shopify GraphQL, Ghost Content API, Strapi REST/GraphQL, and Sanity GROQ. Generates tag suggestions from content analysis (keyword frequency, heading extraction, semantic grouping), enforces minimum post-count thresholds to prevent thin tag archives, and syncs taxonomy via authenticated API calls. Use when user says "tags", "categories", "taxonomy", "tag suggestions", "sync tags", "WordPress tags", "Shopify tags".

72

Quality

90%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

SKILL.md
Quality
Evals
Security

Quality

Content

80%

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

A lean, highly actionable reference with concrete API calls and clear read-only workflows, but the destructive sync path lacks explicit validation/verification checkpoints and the 272-line body keeps detailed per-CMS reference material inline rather than splitting it into bundle files.

Suggestions

Add an explicit sync workflow with validation checkpoints for the destructive/batch CMS writes: preview/dry-run the intended tag and category changes, apply them, then re-fetch to verify counts before reporting success — include a fix-and-retry loop on partial failures.

Split the five per-CMS adapter references into separate bundle files (e.g. references/wordpress.md, references/shopify.md) and keep SKILL.md as a concise overview with one-level-deep, clearly signaled links to improve progressive disclosure.

For orphan-tag deletion recommendations in the audit workflow, add an explicit confirm-before-delete step so destructive CMS cleanup is never applied without verification.

DimensionReasoningScore

Conciseness

The body is dense with actionable reference material (endpoints, GraphQL mutations, GROQ queries, a scoring formula, thresholds) and assumes Claude's competence — it never explains what a tag, JWT, or GraphQL is. The only time-sensitive items (Shopify 'REST API marked legacy Oct 2024', Strapi v4/v5 shapes) are framed as legacy/version notes rather than padded prose, so it earns the score-3 'every token earns its place' anchor over the puffery-laden score-2 example.

3 / 3

Actionability

Guidance is copy-paste ready: concrete REST endpoints with auth headers, full GraphQL mutations, GROQ queries, an explicit scoring formula `(frequency * 2) + (heading_presence * 5) + (emphasis * 1)`, and a thresholds table — matching the score-3 'fully executable, copy-paste ready' anchor rather than the pseudocode score-2 case.

3 / 3

Workflow Clarity

The read-only suggestion (4 steps) and audit (3 steps + health-check table) workflows are clearly sequenced, but the destructive/batch sync operation has no numbered workflow and no validation/feedback-loop checkpoint (e.g., preview, verify-after-write). Per the rubric's feedback-loops note, missing validation in batch/destructive operations caps this at 2 rather than 3.

2 / 3

Progressive Disclosure

The file is well-organized into clear sections (so it is not the poorly-organized score-1 case), but at ~272 lines it keeps all five per-CMS adapter references inline with no bundle files or one-level-deep references — matching the score-2 anchor where 'content that should be separate is inline'. The under-50-lines simple-skill allowance does not apply here.

2 / 3

Total

10

/

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, third-person description that states concrete capabilities across named CMS platforms and pairs them with an explicit 'Use when...' trigger clause using natural user terms. It cleanly satisfies all four dimensions with no over-claims or filler.

DimensionReasoningScore

Specificity

Lists multiple concrete actions in third person — 'Extract, suggest, and sync tags and categories', 'Generates tag suggestions from content analysis (keyword frequency, heading extraction, semantic grouping)', 'enforces minimum post-count thresholds', 'syncs taxonomy via authenticated API calls' — matching the score-3 anchor for several specific concrete actions rather than the single-domain score-2 anchor.

3 / 3

Completeness

It explicitly answers both what (extract/suggest/sync taxonomy across named CMS platforms) and when (an explicit 'Use when...' clause), which is the score-3 anchor; it is not capped at 2 because the trigger guidance is present rather than merely implied.

3 / 3

Trigger Term Quality

The explicit 'Use when user says "tags", "categories", "taxonomy", "tag suggestions", "sync tags", "WordPress tags", "Shopify tags"' covers natural phrasings a user would actually say, matching the score-3 anchor; it is not the jargon-heavy score-1 or the thin score-2 case.

3 / 3

Distinctiveness Conflict Risk

The blog-taxonomy/CMS-sync niche with platform-specific triggers ('WordPress tags', 'Shopify tags') is clearly distinguishable and unlikely to fire for unrelated skills, matching the score-3 'clear niche with distinct triggers' anchor.

3 / 3

Total

12

/

12

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

15

/

16

Passed

Repository
AgriciDaniel/claude-blog
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.