ワンクリックで
update-docs-new-style
Detect newly added SCSS files and create/update corresponding documentation (demo, CLAUDE.md, README)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Detect newly added SCSS files and create/update corresponding documentation (demo, CLAUDE.md, README)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Dependabot PRの影響調査を完全自動化する。npm(sass / @marp-team/marp-cli / vitepress 他)と github-actions の両方のエコシステムで、リリースノート要約・該当コードの特定・ローカル検証(CSSビルドdiff、Marpレンダリング、docs:build)・PRへの構造化コメント投稿・無影響時の自動Approveまでを一気通貫で実行する。「dependabot」「依存関係更新」「PR影響調査」「マイナー/メジャー更新の影響を確認して」「このdependabot通していい?」と言われたら必ず使う。マージは絶対に行わない。
Release Command
Detect modified SCSS files and update corresponding documentation (demo, CLAUDE.md, README)
| name | update-docs-new-style |
| description | Detect newly added SCSS files and create/update corresponding documentation (demo, CLAUDE.md, README) |
| allowed-tools | Bash, Read, Write, Edit, Glob, Grep |
Detect newly added SCSS files in scss/canvas/ and create/update all related documentation.
Execute each step file in order. After completing each step, commit and push the changes.
.claude/skills/update-docs-new-style/step/01-detect-changes.md.claude/skills/update-docs-new-style/step/02-create-demo.md.claude/skills/update-docs-new-style/step/03-create-docs-page.md.claude/skills/update-docs-new-style/step/04-update-claude-md.md.claude/skills/update-docs-new-style/step/05-update-demo-readme.md.claude/skills/update-docs-new-style/step/06-update-readme.mdEach step's commit message should follow this format:
docs: <description of changes>
Co-Authored-By: Claude <noreply@anthropic.com>