Working Resume skill
Design an accessible resume
Design an accessible resume with semantic structure, readable typography, logical order, meaningful links, and tested DOCX and PDF output.
Accessibility and machine parsing begin with the same clear document structure.
When to use
- Use when creating or remediating resume templates and exported files.
- Do not hide content, flatten text into images, rely on color alone, or assume a visual check proves accessibility.
Procedure
- Use real headings, paragraphs, lists, and a simple reading order in the source document.
- Choose readable type size, line spacing, margins, contrast, and zoom behavior.
- Keep essential text out of headers, footers, shapes, icons, charts, and decorative columns.
- Write descriptive links and include visible URLs only when useful in print.
- Use tables only for genuine data with simple headers, not page layout.
- Set document language, title, meaningful metadata, and appropriate PDF tagging during export.
- Run accessibility checks and extract text to inspect order and missing content.
- Test keyboard navigation, screen reader output, high zoom, grayscale, print, and common viewers.
- Fix source structure and re-export rather than patching each output independently.
--- name: design-an-accessible-resume category: resume description: Design an accessible resume with semantic structure, readable typography, logical order, meaningful links, and tested DOCX and PDF output. Use when a resume must work for screen readers, magnification, printing, and applicant systems. --- # design-an-accessible-resume Accessibility and machine parsing begin with the same clear document structure. ## When to use - Use when creating or remediating resume templates and exported files. - Do not hide content, flatten text into images, rely on color alone, or assume a visual check proves accessibility. ## Procedure 1. Use real headings, paragraphs, lists, and a simple reading order in the source document. 2. Choose readable type size, line spacing, margins, contrast, and zoom behavior. 3. Keep essential text out of headers, footers, shapes, icons, charts, and decorative columns. 4. Write descriptive links and include visible URLs only when useful in print. 5. Use tables only for genuine data with simple headers, not page layout. 6. Set document language, title, meaningful metadata, and appropriate PDF tagging during export. 7. Run accessibility checks and extract text to inspect order and missing content. 8. Test keyboard navigation, screen reader output, high zoom, grayscale, print, and common viewers. 9. Fix source structure and re-export rather than patching each output independently. ## Done - Accessible DOCX and PDF files preserve semantic headings, lists, links, language, text, contrast, and logical order - Automated checks, text extraction, keyboard, screen-reader, zoom, print, and viewer tests are recorded