What problem does it solve?
It prevents broken, outdated, or unverified k6 documentation by guiding updates across k6-DefinitelyTyped types, k6 user docs, and k6 release notes with consistent checks.
Core Features & Use Cases
- Docs writing and reviewing workflows: Use the dedicated write and review procedures to update documentation with the correct scope across TypeScript types, user-facing pages, and release notes.
- Visual verification support: Validate documentation rendering using agent-browser screenshots and accessibility snapshots, with curl as a fallback for HTTP status checks.
- Link and example correctness: Enforce link validation against the locally served docs and require running k6 examples on k6@master to ensure snippets are truly runnable.
Quick Start
Ask the AI to review documentation changes for a specific k6 feature across the types repository, user docs site, and release notes, including link validation, visual checks, and running all runnable examples on k6@master.