ワンクリックで
docs-update
Sync documentation with recently closed GitHub issues
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Sync documentation with recently closed GitHub issues
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when authoring trial.toml, running agent QA ladder (coverage/journey/deep), or triaging friction for improve auto-seed. Agent-first live investigation of Dazzle apps; human is gated L4. Triggers: qa trial, trial.toml, business-user testing, coverage inventory, journey mode, adoption_criteria, ownership triage, #1625 ladder.
Use when authoring trial.toml, running agent QA ladder (coverage/journey/deep), or triaging friction for improve auto-seed. Agent-first live investigation of Dazzle apps; human is gated L4. Triggers: qa trial, trial.toml, business-user testing, coverage inventory, journey mode, adoption_criteria, ownership triage, #1625 ladder.
Reconstruct Dazzle/HM judgement from stems before inventing structure
Run all quality checks on modified files — the on-demand pre-ship quality gate
Monitor CI pipeline status, diagnose failures, and drive the badge back to green
Commit, verify, tag, and push with the repo's pre-flight gate suite (lint, type, drift gates, docs build)
| name | docs-update |
| description | Sync documentation with recently closed GitHub issues |
Sync documentation with recently closed GitHub issues using LLM-powered analysis. Follow these steps exactly:
Run dazzle docs update --dry-run --since "$ARGUMENTS" to scan closed GitHub issues and preview proposed documentation changes.
dazzle docs update --dry-run (defaults to issues closed since the latest release tag).gh not authenticated, no API key), report the error clearly and stop.Read the dry-run output carefully. For each proposed patch:
Report a brief summary: how many issues were scanned, how many are relevant, and what patches are proposed.
Ask the user whether to:
dazzle docs update --yes --since <same-since-value>dazzle docs update --yes --since <value> --target changelogRun the chosen command. After it completes:
git diff --stat to show what changed.git checkout -- <file> and explain what went wrong.Ask the user if they want to commit and push the documentation updates. If yes, use /ship.