一键导入
proof-read
Performs an English-based proof-reading of some prose.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Performs an English-based proof-reading of some prose.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Explain Like I'm 5 (ELI5). Accepts a URL or a block of text, reads/fetches the content, summarizes it, then re-explains it in the simplest possible terms — as if talking to a 5-year-old.
Explain Like Gruber (ELI-Gruber). Accepts a URL or a block of text and produces a sarcastic, deadpan "translation" in the style of John Gruber's classic PR-speak dissections — quoting the original passage-by-passage and following each with a brutally honest restatement of what it actually means.
Interactively generates a Markdown plan file from a template. Prompts for an output path, optional custom template, a task description, and a list of TODO tasks. Use when creating a structured plan document.
Ask the LLM to read a specific file or directory for understanding.
Turn a markdown outline into a presentation.
Performs a code review against staged Python code.
| name | proof-read |
| description | Performs an English-based proof-reading of some prose. |
| allowed-tools | bash read write edit |
If the user chooses the "in-memory" output option when prompted, you should share the recommended changes in a Markdown table. Use the following as a template:
| Line Number | Original | Revised | Rationale |
| :---------: | -------- | ------- | --------- |
| <original-line-number> | <original-snippet> | <revised-snippet> | <why-make-the-change> |