一键导入
docs-maintainer
Update repository documentation so README, architecture docs, runtime docs, and troubleshooting guides stay aligned with the actual implementation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Update repository documentation so README, architecture docs, runtime docs, and troubleshooting guides stay aligned with the actual implementation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | docs-maintainer |
| description | Update repository documentation so README, architecture docs, runtime docs, and troubleshooting guides stay aligned with the actual implementation. |
| metadata | {"ccbot":{"emoji":"📝"}} |
Use this skill when code has changed and the docs must be brought back in sync.
README.md for top-level entry and quickstartAgent / SendMessageClaudeSDKClient, not top-level query()After doc edits, at least run:
uv run ruff check .
uv run pytest
Two-layer memory system — read and update long-term facts, recall past events from conversation history.
Browser automation via Playwright MCP — navigate, click, fill forms, take screenshots, scrape pages, run E2E tests. Use when the user needs web automation, testing, or scraping JavaScript-rendered sites.
Structured code review — security, correctness, performance, maintainability. Use when asked to review code, a PR, or a diff.
Analyze CSV, JSON, Excel data; generate charts and reports. Use when the user provides data files or asks for statistics, charts, or data insights.
Deploy applications to cloud platforms — Fly.io, Railway, Vercel, or via SSH. Use when the user wants to publish, deploy, or release an application.
Build, run, and manage Docker containers and images. Use when the user asks about containers, Docker builds, logs, or deployment.