返回顶部
u

update-docs-on-code-change

Automatically update README.md and documentation files when application code changes require documentation updates. Use when adding new features, changing APIs, modifying configuration options, updating installation procedures, or making breaking changes. Triggers on code modifications that affect user-facing documentation, changelog entries, migration guides, or code examples.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
61
下载量
0
收藏
概述
安装方式
版本历史

update-docs-on-code-change

# Update Documentation on Code Change A skill for keeping documentation synchronized with code changes. Automatically detects when README.md, API documentation, configuration guides, and other documentation files need updates based on code modifications. ## When to Use This Skill - Adding new features or functionality - Changing API endpoints, methods, or interfaces - Introducing breaking changes - Modifying dependencies or requirements - Changing configuration options or environment variables - Updating installation or setup procedures - Modifying CLI commands or scripts - When code examples in documentation become outdated ## Prerequisites - Understanding of the project's documentation structure - Access to code changes being made - Knowledge of documentation files that may need updates ## Documentation Update Workflows ### README.md Updates **Update README.md when:** 1. Adding new features or capabilities - Add feature description to "Features" section - Include usage examples if applicable - Update table of contents if present 2. Modifying installation or setup process - Update "Installation" or "Getting Started" section - Revise dependency requirements - Update prerequisite lists 3. Adding new CLI commands or options - Document command syntax and examples - Include option descriptions and default values - Add usage examples 4. Changing configuration options - Update configuration examples - Document new environment variables - Update config file templates ### API Documentation Updates **Sync API documentation when:** 1. New endpoints are added - Document HTTP method, path, parameters - Include request/response examples - Update OpenAPI/Swagger specs 2. Endpoint signatures change - Update parameter lists - Revise response schemas - Document breaking changes 3. Authentication or authorization changes - Update authentication examples - Revise security requirements - Update API key/token documentation ### Code Example Synchronization **Verify and update code examples when:** 1. Function signatures change - Update all code snippets using the function - Verify examples still compile/run - Update import statements if needed 2. API interfaces change - Update example requests and responses - Revise client code examples - Update SDK usage examples ### Changelog Management **Add changelog entries for:** - New features (under "Added" section) - Bug fixes (under "Fixed" section) - Breaking changes (under "Changed" section with **BREAKING** prefix) - Deprecated features (under "Deprecated" section) - Removed features (under "Removed" section) - Security fixes (under "Security" section) **Changelog format:** ```markdown ## [Version] - YYYY-MM-DD ### Added - New feature description with reference to PR/issue ### Changed - **BREAKING**: Description of breaking change - Other changes ### Fixed - Bug fix description ``` ### Migration Guides **Create migration guides when:** 1. Breaking API changes occur - Document what changed - Provide before/after examples - Include step-by-step migration instructions 2. Major version updates - List all breaking changes - Provide upgrade checklist - Include common migration issues and solutions 3. Deprecating features - Mark deprecated features clearly - Suggest alternative approaches - Include timeline for removal ## Documentation File Structure Maintain these documentation files and update as needed: - **README.md**: Project overview, quick start, basic usage - **CHANGELOG.md**: Version history and user-facing changes - **docs/**: Detailed documentation - `installation.md`: Setup and installation guide - `configuration.md`: Configuration options and examples - `api.md`: API reference documentation - `contributing.md`: Contribution guidelines - `migration-guides/`: Version migration guides - **examples/**: Working code examples and tutorials ## Documentation Quality Standards ### Writing Guidelines - Use clear, concise language - Include working code examples - Provide both basic and advanced examples - Use consistent terminology - Include error handling examples - Document edge cases and limitations ### Code Example Format ```markdown ### Example: [Clear description of what example demonstrates] \`\`\`language // Include necessary imports/setup import { function } from 'package'; // Complete, runnable example const result = function(parameter); console.log(result); \`\`\` **Output:** \`\`\` expected output \`\`\` ``` ### API Documentation Format ```markdown ### `functionName(param1, param2)` Brief description of what the function does. **Parameters:** - `param1` (type): Description of parameter - `param2` (type, optional): Description with default value **Returns:** - `type`: Description of return value **Example:** \`\`\`language const result = functionName('value', 42); \`\`\` **Throws:** - `ErrorType`: When and why error is thrown ``` ## Best Practices ### Do's - Update documentation in the same commit as code changes - Include before/after examples for changes to be reviewed - Test code examples before committing - Use consistent formatting and terminology - Document limitations and edge cases - Provide migration paths for breaking changes - Keep documentation DRY (link instead of duplicating) ### Don'ts - Commit code changes without updating documentation - Leave outdated examples in documentation - Document features that don't exist yet - Use vague or ambiguous language - Forget to update changelog - Ignore broken links or failing examples - Document implementation details users don't need ## Validation Commands Example scripts for documentation validation: ```json { "scripts": { "docs:build": "Build documentation", "docs:test": "Test code examples in docs", "docs:lint": "Lint documentation files", "docs:links": "Check for broken links", "docs:spell": "Spell check documentation", "docs:validate": "Run all documentation checks" } } ``` ## Review Checklist Before completing documentation updates: - [ ] README.md reflects current project state - [ ] All new features are documented - [ ] Code examples are tested and work - [ ] API documentation is complete and accurate - [ ] Configuration examples are up to date - [ ] Breaking changes are documented with migration guide - [ ] CHANGELOG.md is updated - [ ] Links are valid and not broken - [ ] Installation instructions are current - [ ] Environment variables are documented ## Troubleshooting | Issue | Solution | |-------|----------| | Outdated code examples | Re-run examples against current code and update | | Missing API documentation | Review all public interfaces and document each | | Broken links | Use link checker tools to identify and fix | | Inconsistent terminology | Create a glossary and standardize usage | | Missing changelog entry | Add entry following the changelog format |

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 update-docs-on-code-change-1775927893 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 update-docs-on-code-change-1775927893 技能

通过命令行安装

skillhub install update-docs-on-code-change-1775927893

下载 Zip 包

⬇ 下载 update-docs-on-code-change v1.0.0

文件大小: 3.37 KB | 发布时间: 2026-4-12 11:47

v1.0.0 最新 2026-4-12 11:47
- Initial release of update-docs-on-code-change skill.
- Automatically detects when documentation files (e.g., README.md, API docs, changelog, migration guides) need updates based on specific code changes.
- Provides detailed guidance and best practices for updating documentation in response to code modifications.
- Includes review checklists, update workflows, documentation quality standards, and validation commands to maintain synchronized and high-quality docs.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部