k6-docs
Installation
SKILL.md
k6 Documentation
Document or review k6 features across three repositories: k6-DefinitelyTyped (TypeScript types), k6-docs (user documentation), and k6 (release notes).
Workflow
Based on user's action, follow the appropriate workflow:
- Write Documentation: Complete write workflow
- Review Documentation: Complete review workflow
Quick References
- Repository structure & feature type identification
- TypeScript patterns & troubleshooting
- Testing workflow with parallel subagents
- agent-browser command reference
- Troubleshooting guide
Critical Rules
- Never push automatically - always ask first
- Never chain commands with
&∨- run each command separately (prevents failures) - Only document user-facing features - not internal implementation
- Use
1.for all numbered list items (not 1., 2., 3.) - Test with k6@master: first
cd /path/to/k6, thengo run . run script.jsfor each example - No "Co-Authored-By: Claude" or AI attribution
Related skills