proofread

仓库创建 2026年2月7日最近提交 1 个月前SkillHot 收录 21 天前
▸ 精选理由

生成详尽只读校对报告,适合课程与学术讲稿。

这个 Skill 做什么

对讲稿的 .tex/.qmd 文件进行只读校对,报告语法、术语一致性与排版问题,不修改源码。

对讲稿的 .tex 或 .qmd 文件做只读校对,找出语法、错字、术语不一致和排版溢出等问题,并给出修正文案和建议。适合在讲稿发布前或需要仔细把关写作质量时使用。不会直接修改源码,只输出报告让你决定改动。

▸ 展开 SKILL.md 英文原文

Read-only proofreading pass over lecture `.tex` or `.qmd` files. Checks grammar, typos, overflow, terminology consistency, and academic writing quality; produces a report without editing. Use when user says "proofread", "check for typos", "look for grammar issues", "copy-edit this", "any writing errors?", or before a lecture release.

内容创作校对学术写作LaTeX通用
1.4k
Stars
2.8k
Forks
40
仓库内 Skill
+59
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/pedrohcgs/claude-code-my-workflow/main/.claude/skills/proofread/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/pedrohcgs/claude-code-my-workflow/main/.claude/skills/proofread/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Proofread Lecture Files

Run the mandatory proofreading protocol on lecture files. This produces a report of all issues found WITHOUT editing any source files.

## Steps

1. **Identify files to review:**
   - If `$ARGUMENTS` is a specific filename: review that file only
   - If `$ARGUMENTS` is "all": review all lecture files in `Slides/` and `Quarto/`

2. **For each file, launch the proofreader agent** that checks for:

   **GRAMMAR:** Subject-verb agreement, articles (a/an/the), prepositions, tense consistency
   **TYPOS:** Misspellings, search-and-replace artifacts, duplicated words
   **OVERFLOW:** Overfull hbox (LaTeX), content exceeding slide boundaries (Quarto)
   **CONSISTENCY:** Ci
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有