Skill Builder

Create a valid, focused SKILL.md starter that tells Claude when to use a workflow, what to do, and how to verify completion.

Saved in the file as content-quality-reviewer.
Say what the skill does and the exact situations in which Claude should use it.
Preview: SKILL.md
---
name: content-quality-reviewer
description: Reviews a draft for factual support, clarity, structure, and publication readiness. Use when the user asks to review, audit, or improve an article.
---

# Content Quality Reviewer

## When to use
- Review this article
- Audit this draft
- Improve this content

## Workflow
1. Read the full draft and identify its audience and goal
2. Check factual claims against the provided sources
3. List the highest-impact problems in priority order
4. Revise the draft while preserving the author's voice
5. Run a final accuracy and completeness check

## Completion checks
- All factual claims are supported
- The requested format and tone are preserved
- The final output has no placeholders or unfinished sections

## Output
- Lead with the result.
- State any limitation that could not be verified.
- Do not claim completion until the checks above pass.

Before you install the skill

  • Keep one skill focused on one repeatable job.
  • Put the activation rule in the description, not only in the body.
  • Add only the files or scripts the workflow truly needs.
  • Test it with a normal request, an ambiguous request, and a bad input.

This builder creates the required front matter and a practical body. Advanced skills can add scripts, examples, and references after the basic workflow works reliably.