text-proof
Proof read a text document
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Proof read a text document
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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.