ワンクリックで
update-docs
Automated workflow to detect and fix missing documentation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Automated workflow to detect and fix missing documentation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Enforce Red-Team verification and adversarial protocol audit. Use when verifying tasks, performing self-scans, or checking for protocol violations. Load as composite for all sessions.
Probe for hardcoded secrets, injection surfaces, unguarded routes, business logic flaws, and platform-specific weaknesses across backend (Node, Go, Java, Python, Rust), frontend (React, Angular, Vue), and mobile (iOS, Android, Flutter) codebases. Use when performing security audits, vulnerability scans, secrets detection, or penetration testing.
Deep audit of a skills directory against the Skill Creator standard. Produces a scored report and phased remediation plan.
Clarify a rough product or engineering idea into a BRD-lite brief (Why) with measurable business value.
Run an AI-assisted PR code review using multi-layer lenses with confidence scoring.
Review an entire codebase against framework best practices and generate a prioritized improvement plan.
| name | update-docs |
| description | Automated workflow to detect and fix missing documentation |
| metadata | {"triggers":{"keywords":["update docs","workflow"]}} |
[!IMPORTANT] Automated workflow to detect and fix missing documentation
Optional args: slug=, ticket=<id/url>, mode=interactive|autonomous|channel, channel=, auto_continue=true|false.
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