Accessible Content Review
Run a comprehensive review of content accessibility — covering
structure, language, images, links, tables, forms, and multimedia.
Process
Phase 1: Structure Check
Using heading-structure, verify the document outline:
- One H1, no skipped levels, headings describe content
- Someone reading only headings would understand the page
Phase 2: Readability Check
Using readable-content, assess the text:
- Reading level appropriate to audience
- Sentences under 20 words, paragraphs under 4 sentences
- Most important information first
- Scannable with headings, bold, and lists
Phase 3: Image and Media Check
Using alt-text-design and multimedia-accessibility, review:
- Every image has appropriate alt text (or empty alt for decorative)
- Complex images have extended descriptions
- Video has captions, audio has transcripts
- Media players are keyboard accessible
Phase 4: Link and Navigation Check
Using link-text-design, verify:
- All link text makes sense out of context
- No generic "click here" or "read more"
- File links state type and size
Phase 5: Table and Form Check
Using table-accessibility and form-labelling, review:
- Tables have headers, captions, and responsive behaviour
- Forms have visible labels, grouping, and error association
- No placeholder-only labels
Output
Present findings as:
- Summary — overall content accessibility rating
- Issue list — each issue with location, type, severity, and fix
- Quick wins — issues that can be fixed in under 5 minutes each
- Structural issues — problems that need redesign or rewriting
Severity definitions:
- Critical — content is inaccessible to one or more user groups
- Major — content is difficult to access or understand
- Minor — content could be improved but is functional
1---2name: review3description: Review content for accessibility across cognitive and literacy levels. Chains: readable-content, alt-text-design, heading-structure, link-text-design, table-accessibility, form-labelling, multimedia-accessibility. Use when auditing existing content for accessibility.4---56# Accessible Content Review78Run a comprehensive review of content accessibility — covering9structure, language, images, links, tables, forms, and multimedia.1011## Process1213### Phase 1: Structure Check14Using **heading-structure**, verify the document outline:15- One H1, no skipped levels, headings describe content16- Someone reading only headings would understand the page1718### Phase 2: Readability Check19Using **readable-content**, assess the text:20- Reading level appropriate to audience21- Sentences under 20 words, paragraphs under 4 sentences22- Most important information first23- Scannable with headings, bold, and lists2425### Phase 3: Image and Media Check26Using **alt-text-design** and **multimedia-accessibility**, review:27- Every image has appropriate alt text (or empty alt for decorative)28- Complex images have extended descriptions29- Video has captions, audio has transcripts30- Media players are keyboard accessible3132### Phase 4: Link and Navigation Check33Using **link-text-design**, verify:34- All link text makes sense out of context35- No generic "click here" or "read more"36- File links state type and size3738### Phase 5: Table and Form Check39Using **table-accessibility** and **form-labelling**, review:40- Tables have headers, captions, and responsive behaviour41- Forms have visible labels, grouping, and error association42- No placeholder-only labels4344## Output4546Present findings as:47481. **Summary** — overall content accessibility rating492. **Issue list** — each issue with location, type, severity, and fix503. **Quick wins** — issues that can be fixed in under 5 minutes each514. **Structural issues** — problems that need redesign or rewriting5253Severity definitions:54- **Critical** — content is inaccessible to one or more user groups55- **Major** — content is difficult to access or understand56- **Minor** — content could be improved but is functional