---
name: Skill Prose Review
slug: skill-prose-review
category: Quality
description: Skill Prose Review checks whether a Skill, prompt, metadata, or QA document clearly defines its scope, inputs, rules, outputs, and verification. Use it to audit contract completeness and surface missing claims or evidence.
github: "https://github.com/naodeng/awesome-qa-skills/tree/main/skills/en/skill-engineering/skill-prose-review"
language: Python
stars: 193
forks: 27
install: "npx degit https://github.com/naodeng/awesome-qa-skills/tree/main/skills/en/skill-engineering/skill-prose-review ~/.claude/skills/skill-prose-review"
installs_to: ~/.claude/skills/skill-prose-review
source_path: skills/en/skill-engineering/skill-prose-review/SKILL.md
collection_size: 25
category_size: 1662
collection_url: "https://dirskills.com/collections/naodeng/awesome-qa-skills"
added: 2026-09-05T05:31:33.574Z
last_synced: 2026-09-05T05:31:33.574Z
canonical_url: "https://dirskills.com/skills/skill-prose-review"
---

# Skill Prose Review

Skill Prose Review checks whether a Skill, prompt, metadata, or QA document clearly defines its scope, inputs, rules, outputs, and verification. Use it to audit contract completeness and surface missing claims or evidence.

**Install:**

```bash
npx degit https://github.com/naodeng/awesome-qa-skills/tree/main/skills/en/skill-engineering/skill-prose-review ~/.claude/skills/skill-prose-review
```

## README

# Skill Prose Contract Review

## When to use

- Review a Skill, Prompt, metadata, example, or output format.
- Check whether prose is executable, independently installable, and verifiable.

## Workflow

1. Confirm scope and document role.
2. Trace trigger → input → rules → output → constraints → verification.
3. Report blockers, important suggestions, location, impact, and evidence.
4. List missing information and unverified claims.

## Constraints

- Do not invent behavior, tools, or facts.
- Do not report static reading as runtime validation.
- Do not rewrite files unless explicitly requested.

## On-demand loading

- Read `prompts/skill-prose-review.md` before producing the review.
- Use `evals/` for evaluation and report static and runtime evidence separately.

## Final checklist

- [ ] Scope and document role are explicit
- [ ] Input, output, constraints, and verification are covered
- [ ] Gaps and evidence levels are stated
- [ ] No unauthorized file changes
