home / skills / gtmagents / gtm-agents / quality-review-checklist
This skill guides QA reviews of docs and release notes, ensuring accuracy, style, accessibility, localization, and version control.
npx playbooks add skill gtmagents/gtm-agents --skill quality-review-checklistReview the files below or copy the command above to add this skill to your agents.
---
name: quality-review-checklist
description: Checklist covering accuracy, style, accessibility, and localization requirements
for documentation releases.
---
# 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.
---
This skill provides a practical quality-review checklist for documentation releases, covering accuracy, style, accessibility, localization, and version control. It is designed to be used before publication or during audits to ensure consistent, compliant, and user-focused documentation. The checklist includes templates and automation tips to speed reviews and capture sign-off details.
The skill walks reviewers through a structured framework: confirm technical accuracy and coverage, enforce style and voice, validate accessibility requirements, and check localization and compliance items. It pairs manual checks (screenshots, examples, legal text) with automated linting and accessibility reports. Reviewers record pass/fail outcomes, notes, and signer information in standard templates and log follow-up issues by severity.
Can the checklist be automated?
Yes. Automate link checking, markdown linting, and basic accessibility scans, then attach results to the checklist for manual review of items that require human judgment.
What templates are included?
Templates typically include a QA spreadsheet with pass/fail and notes, a reviewer sign-off sheet with timestamps, and an issue log grouped by severity.