بنقرة واحدة
proofread
Fix grammar and improve writing while preserving the author's original voice and style.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Fix grammar and improve writing while preserving the author's original voice and style.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Ruthlessly tear apart code design — naming, abstractions, coupling, complexity, and everything else.
Generate Mermaid diagrams in the README to visualise architecture, flows, or relationships from the codebase.
Analyse test coverage gaps and report uncovered code before making changes.
Run tests, fix failures, and re-run until the suite passes.
Write and improve tests — reuse existing patterns, ensure consistency, and maintain quality.
Isolate a function or code block into a self-contained, runnable script for study and manual testing.
| name | proofread |
| description | Fix grammar and improve writing while preserving the author's original voice and style. |
| argument-hint | <files> [instructions] |
| user-invocable | true |
| disable-model-invocation | true |
Fix grammar and improve writing in the specified files while keeping the author's original voice intact.
Files and instructions: $ARGUMENTS
The arguments are free-form and flexible. They may contain:
@README.md, docs/guide.md, CHANGELOG.md, CONTRIBUTING.mdParse the arguments to identify which files to proofread and what additional instructions apply. When additional instructions reference related files, follow those instructions to identify and process those files as well.
/proofread @README.md — proofread this file/proofread docs/guide.md, docs/setup.md — proofread multiple files/proofread @SKILL.md focus on the description sections only — proofread with targeted scope/proofread @blog-post.md keep all code examples exactly as they are — proofread with constraints