quality-review-checklist
8
总安装量
3
周安装量
#35253
全站排名
安装命令
npx skills add https://github.com/gtmagents/gtm-agents --skill quality-review-checklist
Agent 安装分布
gemini-cli
3
opencode
2
antigravity
2
replit
2
claude-code
2
github-copilot
2
Skill 文档
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
- Accuracy & Coverage â verify features, parameters, screenshots, and examples match latest build.
- Style & Voice â enforce style guide, terminology, formatting, and tone per audience.
- Accessibility â heading hierarchy, alt-text, captions, contrast, keyboard navigation, screen-reader cues.
- Localization & Compliance â translation scope, legal disclaimers, export controls, privacy statements.
- 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-documentationfor final approvals.