Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Automated workflow to detect and fix missing documentation
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | -67% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -54% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -51% | 0% |
| case-16 | ✗→✓ | ▲ Improved | -43% | 0% |
| case-17 | ✗→✓ | ▲ Improved | -29% | 0% |
> !IMPORTANT] > Automated workflow to detect and fix missing documentation
Optional args: slug=<feature>, ticket=<id/url>, mode=interactive|autonomous|channel, channel=<id>, auto_continue=true|false, profile=business|hybrid|technical.
When the user asks to perform this workflow, execute the following steps:
This workflow helps you identify and fix missing documentation in the codebase.
The scan-docs.ts script identifies exported members that lack JSDoc comments.
bashpnpm docs:scan
The script will output a list of files and members missing documentation.
Example output:
text⚠️ Found undocumented members: 📄 src/services/MyService.ts - class MyService - function doSomething
For each missing item:
/** ... */) above the export.@param tags for arguments.@returns tag for return value.Run the scanner again to ensure no items remain.
bashpnpm docs:scan
Other measured skills in the registry, with their headline benchmark lift.