mcpbeat

Nw Quality Validation

nwave-ai/nw-quality-validation

Type-specific validation checklists, six quality characteristics, and quality gate thresholds for documentation assessment

538 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
588
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/nWave-ai/nWave --skill nw-quality-validation

The instruction itself

9 sections, as written by the author

Quality Validation

Six Quality Characteristics

  • Accuracy: Factually correct, technically sound, current | Validation: expert review, automated testing
  • Completeness: All necessary info present for doc type | Validation: checklist, gap analysis
  • Clarity: Easy to understand, logical flow, appropriate level | Validation: Flesch 70-80
  • Consistency: Uniform terminology, formatting, structure | Validation: style guide compliance
  • Correctness: Proper grammar, spelling, punctuation | Validation: automated check, zero errors
  • Usability: User achieves goal efficiently | Validation: task success, DIVIO type purpose served

Quality Gate Thresholds

| Metric | Threshold |

|--------|-----------|

| Readability (Flesch) | 70-80 |

| Spelling errors | 0 |

| Broken links | 0 |

| Style compliance | 95%+ |

| Type purity | 80%+ single type |

Type-Specific Validation Checklists

Tutorial Checklist

  • [ ] Completable without external references | [ ] Steps numbered and sequential
  • [ ] Each step has verifiable outcome | [ ] No assumed prior knowledge | [ ] Builds confidence

How-to Checklist

  • [ ] Clear goal stated upfront | [ ] Assumes fundamentals known
  • [ ] Single task focus | [ ] Ends with completion indicator | [ ] No basics teaching

Reference Checklist

  • [ ] All parameters documented | [ ] Return values specified
  • [ ] Error conditions listed | [ ] Examples per entry | [ ] No narrative

Explanation Checklist

  • [ ] Addresses "why" not "what" | [ ] Provides context and reasoning
  • [ ] Discusses alternatives | [ ] No task steps | [ ] Builds conceptual model

Verdict Criteria

  • approved: Passes all type-specific validation, no collapse violations, meets quality gates
  • needs-revision: Minor issues fixable in place (clarity, missing examples, small gaps)
  • restructure-required: Collapse detected requiring split, or fundamental type mismatch

How to use it

Copy the folder

Take nwave-ai/nw-quality-validation from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.