docs-sync
Ensure documentation stays in sync with code changes. Trigger when modifying CLI commands, config options, directory structure, or public APIs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Ensure documentation stays in sync with code changes. Trigger when modifying CLI commands, config options, directory structure, or public APIs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Code review standards for automated and manual reviews. Use when reviewing code changes.
Git branch naming, commit conventions, and PR workflow. Use for all git operations.
Two-layer feature planning (business + technical). Use when planning any feature before implementation starts.
Comprehensive security vulnerability scanning and OWASP Top 10 compliance checking. Use when reviewing code for security issues, validating authentication/authorization, or ensuring security best practices.
Comprehensive patterns for writing robust non-brittle tests including eliminating waitForTimeout, mocking time properly, and generating unique test data. Use when writing any tests to ensure fast reliable maintainable test suites.
TDD patterns, Jest testing conventions, and test quality standards. Use when writing any tests.
| name | docs-sync |
| description | Ensure documentation stays in sync with code changes. Trigger when modifying CLI commands, config options, directory structure, or public APIs. |
| when-to-use | When adding, removing, or changing CLI commands, config fields, directory layout, or user-facing behavior |
When making changes that affect user-facing behavior, always update the corresponding documentation.
README.md commands tableCLAUDE.md commands section--help descriptions in src/cli.tsREADME.md Configuration Reference tableREADME.md config example blockCLAUDE.md if it references configsrc/commands/init.tsCLAUDE.md Directory Structure sectionREADME.md Project Artifacts tabletemplates/skills/<name>/SKILL.md with frontmattertemplates/agents/<name>.md with frontmatteralpha-loop sync to distribute