AgentSkillsCN

update-docs-modified-style

检测已修改的 SCSS 文件,并更新相应的文档(演示、CLAUDE.md、README)

SKILL.md
--- frontmatter
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

update-docs-modified-style

Detect modified SCSS files in scss/canvas/ and update all related documentation.

Steps

Execute each step file in order. After completing each step, commit and push the changes.

  1. Read and execute .claude/skills/update-docs-modified-style/step/01-detect-changes.md
  2. Read and execute .claude/skills/update-docs-modified-style/step/02-update-demo.md
  3. Read and execute .claude/skills/update-docs-modified-style/step/03-update-docs-page.md
  4. Read and execute .claude/skills/update-docs-modified-style/step/04-update-claude-md.md
  5. Read and execute .claude/skills/update-docs-modified-style/step/05-update-readme.md

Commit Convention

Each step's commit message should follow this format:

code
docs: <description of changes>

Co-Authored-By: Claude <noreply@anthropic.com>