jsdocs
Installation
SKILL.md
Use this skill to write well-formed JSDoc for Effect public APIs.
Workflow
When updating public API JSDoc:
- Inspect the declaration, implementation, nearby tests, and nearby JSDoc before editing.
- Decide whether the task is a single API fix or a module refinement pass.
- Rewrite comments into the required documentation shape while preserving correct facts and examples.
- For module refinements, complex APIs, or APIs with related alternatives, run the
@seeand**Gotchas**audits. - Run the narrowest relevant validation.
Required documentation shape
Use a normal multiline JSDoc comment in TypeScript source: