text-proof
Proof read a text document
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Proof read a text document
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Use when the user asks you to research, evaluate, or compare a programming framework, library, or runtime. Triggers on "research X", "tell me about X framework", "should I use X", "compare X and Y frameworks", "evaluate X".
Research a code related problem, approach or library
Explains code with visual diagrams and analogies. Use when explaining how code works, teaching about a codebase, or when the user asks "how does this work?"
Generate a conventional commit message from staged changes and commit.
| name | text-proof |
| description | Proof read a text document |
| effort | high |
Read the file provided by the user (or ask which file if none given). Do NOT modify the file. Produce a report only.
.md)The skill should produce a categorised findings table rather than inline edits:
| # | Location | Category | Issue | Suggestion |
|---|---|---|---|---|
| 1 | Line 12 | Spelling | "recieve" | "receive" |
| 2 | Lines 24–26 | Clarity | Sentence is 58 words | Split after "…therefore," |
| 3 | Lines 8, 41 | Consistency | "sign-up" and "signup" used interchangeably | Pick one |
Then a short summary paragraph on overall tone and style.
The key design principle: the skill is advisory only — it never writes to the file unless the user explicitly asks for a second pass to apply specific fixes.