text-proof
Proof read a text document
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Proof read a text document
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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.