Skip to main content
Generalgtmagents

quality-review-checklist

Checklist covering accuracy, style, accessibility, and localization requirements

Stars
259
Source
gtmagents/gtm-agents
Updated
2026-04-03
Slug
gtmagents--gtm-agents--quality-review-checklist
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/gtmagents/gtm-agents/HEAD/plugins/technical-writing/skills/quality-review-checklist/SKILL.md -o .claude/skills/quality-review-checklist.md

Drops the SKILL.md into .claude/skills/quality-review-checklist.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Quality Review Checklist Skill

When to Use

  • Pre-publication QA for docs, tutorials, and release notes.
  • Auditing inherited content during migrations.
  • Training new contributors on required review steps.

Framework

  1. Accuracy & Coverage – verify features, parameters, screenshots, and examples match latest build.
  2. Style & Voice – enforce style guide, terminology, formatting, and tone per audience.
  3. Accessibility – heading hierarchy, alt-text, captions, contrast, keyboard navigation, screen-reader cues.
  4. Localization & Compliance – translation scope, legal disclaimers, export controls, privacy statements.
  5. Version Control – version tags, changelog entries, rollback plan, owner assignments.

Templates

  • QA checklist spreadsheet with pass/fail + notes fields.
  • Reviewer sign-off sheet with timestamps and comments.
  • Issue log for follow-up fixes grouped by severity.

Tips

  • Pair reviewers (technical + editorial) for faster turnarounds.
  • Automate linting scripts (links, markdown, accessibility) and attach results to the checklist.
  • Use with publish-release-documentation for final approvals.