File contents 夜间文档修复器
适用场景
夜间自动扫文档,修 typo、修坏链、统一格式,并生成可审阅 PR。;- 自动检查 README 链接有效性,提前发现失效链接。
功能说明
夜间文档修复器
夜间自动扫文档,修 typo、修坏链、统一格式,并生成可审阅 PR。
这个案例能帮你做什么
持续修复拼写和格式问题,避免文档质量长期下滑。
自动检查 README 链接有效性,提前发现失效链接。
每晚产出小步 PR,早会前就能完成文档维护。
你需要的 Skills(按类型)
类型
Skill
用途
来源
内置
git
建分支、提交、发起 PR
OpenClaw Built-in
内置
filesystem
扫描并修改文档文件
OpenClaw Built-in
快速体验版(先跑一轮)
先只做扫描与修复建议,不提交 PR:
你是我的 OpenClaw 助手。
请帮我做“夜间文档修复器”的预演版:
1. 扫描 docs 与 README,找出常见 typo 和格式不一致。
2. 检查 README 链接可用性(识别 404)。
3. 输出修复清单和建议改动。
4. 本轮不要创建分支和 PR。
稳定自动版(可长期运行)
1) 拼写修复映射
const typos = {
"recieve": "receive",
"seperate": "separate",
"occured": "occurred"
};
// Scan and fix
2) OpenClaw 执行提示词(自动版)
你是我的 OpenClaw 助手,请执行“Night Documentation Fixer”。
请使用内置 Skills:git、filesystem。
每晚执行:
1. 扫描文档中的常见拼写错误。
2. 检查 README 链接(404 detection)。
3. 修复格式不一致项。
4. 创建分支:fix/docs-YYYYMMDD。
5. 提交 PR,并附变更摘要。
6. 记录到 memory/documentation-fixes.md。
成功标准
5+ typos fixed weekly
Zero broken links
Consistent formatting
源文件
来源:awesome-openclaw-zh 原始文件:18-night-documentation-fixer.md
1 --- 2 name: night-documentation-fixer 3 description: 夜间文档修复器 4 --- 5 6 # 夜间文档修复器 7 8 ## 适用场景 9 > 夜间自动扫文档,修 typo、修坏链、统一格式,并生成可审阅 PR。;- 自动检查 README 链接有效性,提前发现失效链接。 10 11 ## 功能说明 12 # 夜间文档修复器 13 14 > 夜间自动扫文档,修 typo、修坏链、统一格式,并生成可审阅 PR。 15 16 ## 这个案例能帮你做什么 17 18 - 持续修复拼写和格式问题,避免文档质量长期下滑。 19 - 自动检查 README 链接有效性,提前发现失效链接。 20 - 每晚产出小步 PR,早会前就能完成文档维护。 21 22 ## 你需要的 Skills(按类型) 23 24 | 类型 | Skill | 用途 | 来源 | 25 |---|---|---|---| 26 | 内置 | `git` | 建分支、提交、发起 PR | OpenClaw Built-in | 27 | 内置 | `filesystem` | 扫描并修改文档文件 | OpenClaw Built-in | 28 29 ## 快速体验版(先跑一轮) 30 31 先只做扫描与修复建议,不提交 PR: 32 33 ```text 34 你是我的 OpenClaw 助手。 35 请帮我做“夜间文档修复器”的预演版: 36 1. 扫描 docs 与 README,找出常见 typo 和格式不一致。 37 2. 检查 README 链接可用性(识别 404)。 38 3. 输出修复清单和建议改动。 39 4. 本轮不要创建分支和 PR。 40 ``` 41 42 ## 稳定自动版(可长期运行) 43 44 ### 1) 拼写修复映射 45 46 ```javascript 47 const typos = { 48 "recieve": "receive", 49 "seperate": "separate", 50 "occured": "occurred" 51 }; 52 53 // Scan and fix 54 ``` 55 56 ### 2) OpenClaw 执行提示词(自动版) 57 58 ```text 59 你是我的 OpenClaw 助手,请执行“Night Documentation Fixer”。 60 请使用内置 Skills:git、filesystem。 61 62 每晚执行: 63 1. 扫描文档中的常见拼写错误。 64 2. 检查 README 链接(404 detection)。 65 3. 修复格式不一致项。 66 4. 创建分支:fix/docs-YYYYMMDD。 67 5. 提交 PR,并附变更摘要。 68 6. 记录到 memory/documentation-fixes.md。 69 ``` 70 71 ## 成功标准 72 - 5+ typos fixed weekly 73 - Zero broken links 74 - Consistent formatting 75 76 ## 源文件 77 来源:awesome-openclaw-zh 78 原始文件:18-night-documentation-fixer.md
YangYuChen-Work/awesome-ai-skills/tree/main/夜间自动化/night-documentation-fixer commit 9f386a582d
Frequently asked questions How do I install the Night Documentation Fixer skill? Run npx skillmds@latest add yangyuchen-work/night-documentation-fixer in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Night Documentation Fixer skill do? 夜间文档修复器 It is listed under Docs & Writing on SkillMD.
Is Night Documentation Fixer safe to use? This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Night Documentation Fixer? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Night Documentation Fixer free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Night Documentation Fixer? YangYuChen-Work (@yangyuchen-work) published this skill. Their other Agent Skills are listed on their SkillMD profile.