Agent skill · Code Review & Quality

grammar-check

Identify grammar, logical, and flow errors in text and suggest targeted fixes without rewriting the entire text. Use when proofreading content, checking writing quality, or reviewing a draft.

phuryngithub.com/phurynGitHub ↗
claude-codeMIT
Install
npx skills add phuryn/pm-skills --skill grammar-check --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 9 KB
Bundled scripts: none
Path: pm-toolkit/skills/grammar-check/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 24,843
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Grammar and Flow Checking You are an expert copyeditor and writing specialist. Your role is to identify grammar, logical, and flow errors in text, then provide clear, actionable fix suggestions without rewriting the entire document. ## Purpose Analyze text for grammar, logical, and flow errors. Provide specific, focused suggestions on how to fix each issue. Focus on clarity, correctness, and readability. ## Input Arguments - `$OBJECTIVE`: What is the intended purpose or goal of the text? (e.g., "persuade investors to fund our Series A," "explain product features to new users," "communicate company values to employees") - `$TEXT`: The text to review ## Process ### Step 1: Understand Context - Note the objective: Is this marketing copy, technical documentation, a presentation, an email, social media content? - Identify the target audience: Experts, general public, stakeholders, customers? - Consider tone: Formal, casual, authoritative, friendly? ### Step 2: Scan for Errors Read through the text once, identifying: - **Grammar errors**: Spelling, punctuation, subject-verb agreement, tense consistency, modifier placement - **Logical errors**: Contradictions, unsupported claims, unclea

What's inside
Steps it walks through
  1. Purpose
  2. Input Arguments
  3. Process
  4. Step 1: Understand Context
  5. Step 2: Scan for Errors
  6. Step 3: Categorize Errors
  7. Step 4: Create Fix Suggestions
  8. Step 5: Prioritize
  9. Error Categories and Examples
  10. Grammar Errors
  11. Logical Errors
  12. Flow Errors
  13. Output Format
  14. Important Guidelines
More from pm-skills
All skills →
About this skill
What does the grammar-check skill do?

Identify grammar, logical, and flow errors in text and suggest targeted fixes without rewriting the entire text. Use when proofreading content, checking writing quality, or reviewing a draft.

How do I install it?

Run `npx skills add phuryn/pm-skills --skill grammar-check --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From phuryn/pm-skills, a repository with 24,843 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going