reviewing-documentation
Reviewing documentation
When to apply
- Reviewing
.mdfiles, skills (SKILL.md), rules,AGENTS.md, or similar instructional docs - Answering whether documentation reads well or meets quality expectations
- Suggesting edits before merge or publication
Authoring standards (full detail): writing-documentation. This skill turns those expectations into a review workflow.
Review workflow
- Identify doc type — User guide, reference, skill, rule, changelog, etc. Apply type-appropriate expectations (e.g. skills need frontmatter and progressive disclosure).
- Read the full document (or the changed sections if the user scoped a diff). Note audience and purpose.
- Run the checklist below. Cite concrete locations (headings, bullets, or short quotes) when flagging issues.
- Deliver feedback using the output format in the next section.
Checklist (aligned with writing-documentation)
More from cedmandocdoc/awesome-skills
building-react-native-application
Guides building Expo/React Native apps with TypeScript using a consistent architecture and library stack (NativeWind, React Navigation, TanStack Query, Zustand, Axios). Use for all React Native application work.
24building-react-application
Guides building React web applications with TypeScript using consistent patterns for effects, data fetching, component structure, shared JS utilities, and date handling. Use when implementing or reviewing React UI, hooks, side effects, or utility usage in browser-based apps.
21building-react-web-application
Guides building Vite + React SPA apps with TypeScript using a consistent architecture and library stack (Tailwind CSS v4, class-variance-authority, TanStack Router file-based routes, TanStack Query, Zustand, Axios, shadcn-style tokens, primitives in src/ui). Use when creating a new React web project or updating architecture/UI/state/API/routing/styling to follow these conventions.
17writing-documentation
Guides creating and updating concise, clear Markdown documentation with consistent structure and tone. Use when writing or editing .md files, Cursor skills (SKILL.md), rules (e.g. .cursor/rules), AGENTS.md, or other AI-facing documentation.
4react-native
Opinionated React Native ecosystem for building apps with a consistent architecture, library stack, and UI patterns
1