clawlite-doc-sync中文:发布后文档同步技能,自动对齐 README/ARCHITECTURE/CONTRIBUTING/CLAUDE.md 与实际变更,清理 TODO,优化 Changelog 语气,并可同步完成版本更新,提升交付一致性。 日本語:リリース後のドキュメントを同期するスキル。README/ARCHITECTURE/C...
Install via ClawdBot CLI:
clawdbot install x-rayluan/clawlite-doc-syncGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 12, 2026
After merging code changes, automatically sync README, ARCHITECTURE, CONTRIBUTING, and CLAUDE.md with actual diffs. The skill updates tables, paths, version numbers, and cross-references, cleans up TODOs, and optimizes CHANGELOG tone, reducing manual documentation overhead in CI/CD pipelines.
Maintain up-to-date documentation for open source projects with many contributors. The skill detects stale documentation after pull requests, fixes factual inconsistencies, and ensures CONTRIBUTING.md remains accurate for new contributors, improving onboarding experience.
For projects with documentation in English, Japanese, Korean, Spanish, and other languages, the skill ensures all language versions reflect the same changes. It handles factual updates across translations while preserving language-specific phrasing.
When releasing new versions, automatically checks that CHANGELOG, VERSION file, and version references in documentation are consistent. Prevents mismatches between documented features and actual release versions.
In monorepos with multiple packages, the skill scans subdirectories for .md files, cross-references them with diffs, and flags undocumented changes. It can also detect orphaned documentation (files no longer referenced in README or CLAUDE.md).
Offer as a plugin for CI/CD platforms (GitHub Actions, GitLab CI, Jenkins). Charge per repository per month, with tiered pricing based on number of documentation files or sync frequency.
Provide a managed service where the skill runs automatically on client repositories. Include manual review for risky changes as an upsell. Clients pay a base fee plus per-document audit fee.
Release the core automation as open source to drive adoption. Sell enterprise features like multi-language support, advanced conflict resolution, custom rule engines, and priority support.
💬 Integration Tip
Integrate as a GitHub Action or GitLab CI job triggered after merge to main branch. Configure using a simple YAML file to specify which files to audit and which actions to take automatically vs. ask for approval.
Scored May 12, 2026
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Essential Git commands and workflows for version control, branching, and collaboration.
Git commits, branches, rebases, merges, conflict resolution, history recovery, team workflows, and the commands needed for safe day-to-day version control. U...
Query and manage GitHub repositories - list repos, check CI status, create issues, search repos, and view recent activity.
Advanced git operations beyond add/commit/push. Use when rebasing, bisecting bugs, using worktrees for parallel development, recovering with reflog, managing subtrees/submodules, resolving merge conflicts, cherry-picking across branches, or working with monorepos.
Comprehensive GitHub CLI (gh) reference. Covers repos, issues, PRs, Actions, releases, gists, search, projects v2, API, secrets/variables, labels, codespaces...