Update Docs Skill
SkillDocs & knowledgeAutomated workflow to detect and fix missing documentation
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Update Docs Skill skill
What this skill tells your AI
The instructions your AI receives, as published by hoangnguyen0403/agent-skills-standard in .codex/skills/update-docs/SKILL.md and read by ahel’s review.
[!IMPORTANT] Automated workflow to detect and fix missing documentation
Optional args: slug=, ticket=<id/url>, mode=interactive|autonomous|channel, channel=, auto_continue=true|false, profile=business|hybrid|technical.
Instructions
When the user asks to perform this workflow, execute the following steps:
Documentation Update Workflow
This workflow helps you identify and fix missing documentation in the codebase.
1. Run the Documentation Scanner
The scan-docs.ts script identifies exported members that lack JSDoc comments.
pnpm docs:scan
2. Analyze the Report
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
3. Generate Documentation
For each missing item:
- Read the code to understand its purpose.
- Add JSDoc comments (
/** ... */) above the export. - Include:
- Description of what it does.
@paramtags for arguments.@returnstag for return value.
4. Verify
Run the scanner again to ensure no items remain.
pnpm docs:scan
Signals
- GitHub stars
- 565
- Forks
- 163
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
update-docs-hoangnguyen0403- Source
- github.com/hoangnguyen0403/agent-skills-standard