hoangnguyen0403/update-docs
Automated workflow to detect and fix missing documentation
npx skills add https://github.com/HoangNguyen0403/agent-skills-standard --skill update-docs
> [!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.
pnpm docs:scan
The script will output a list of files and members missing documentation.
Example output:
⚠️ 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.
pnpm docs:scan
Take hoangnguyen0403/update-docs from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.