ワンクリックで
update-docs-modified-style
Detect modified SCSS files and update corresponding documentation (demo, CLAUDE.md, README)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Detect modified SCSS files and 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 newly added SCSS files and create/update corresponding documentation (demo, CLAUDE.md, README)
| name | update-docs-modified-style |
| description | Detect modified SCSS files and update corresponding documentation (demo, CLAUDE.md, README) |
| allowed-tools | Bash, Read, Edit, Glob, Grep |
Detect modified SCSS files in scss/canvas/ and update all related documentation.
Execute each step file in order. After completing each step, commit and push the changes.
.claude/skills/update-docs-modified-style/step/01-detect-changes.md.claude/skills/update-docs-modified-style/step/02-update-demo.md.claude/skills/update-docs-modified-style/step/03-update-docs-page.md.claude/skills/update-docs-modified-style/step/04-update-claude-md.md.claude/skills/update-docs-modified-style/step/05-update-readme.mdEach step's commit message should follow this format:
docs: <description of changes>
Co-Authored-By: Claude <noreply@anthropic.com>