grammar-check

Correct grammar, punctuation, and usage errors with rule-referenced before/after reports.

3|1|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/Plusero/agentic-research-skills --skill grammar-check-plusero
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grammar-check
Source: https://github.com/Plusero/agentic-research-skills/tree/main/resources/skills/grammar-check
Command: npx skills add https://github.com/Plusero/agentic-research-skills --skill grammar-check-plusero

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Proofreading text manually is slow and inconsistent, and generic corrections often lack explanations of why a change was made. This Skill applies 15 explicit grammar rules to any supplied text and produces corrected text plus a transparent report where every change is tied to a numbered rule. ## Core Features & Use Cases - Rule-Based Correction: Applies 15 named rules covering subject-verb agreement, tense, punctuation, articles, modifiers, parallelism, spelling, and more. - Transparent Reporting: Generates an HTML report with a summary, side-by-side before/after comparison, highlighted differences using del/ins markup, and a grammar notes table citing the rule behind each fix. - Content Preservation: Never alters factual claims, citations, technical terms, code, equations, or formatting not implicated by a correction. - Use Case: Paste a draft of an academic paper abstract and receive a corrected version plus an HTML report explaining each grammar fix, ready to share with co-authors. ## Quick Start Check the grammar of my attached manuscript draft and generate the full HTML report with explanations for every correction.

Frequently Asked Questions about grammar-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check grammar in a document with explanations for each fix?

Supply your text and request a grammar check. The output includes corrected text plus a report where every change is listed in a table with its location, the original and corrected phrase, the numbered rule applied, and a one-sentence explanation.

What grammar rules does this proofreading check cover?

It applies 15 rules covering subject-verb agreement, verb tense, sentence completeness, pronoun reference, articles, prepositions, modifier placement, parallelism, word form, word choice, punctuation, capitalization, spelling, hyphenation, and number consistency.

Can I get only corrected text without a grammar report?

Yes. If you request only corrected text, the output contains just the corrected text with no report. You can also choose a compact Markdown format instead of the default HTML report for short inline checks.

Does grammar checking change citations, code, or technical terms?

No. Factual claims, citations, variables, code, equations, names, and quoted text are preserved unless you explicitly ask for changes. Corrections are limited to grammar, mechanics, and idiomatic usage.

How are long documents handled during grammar checking?

For inputs longer than 1,500 words, the grammar notes table groups rows by the document's section headings, or by paragraph ranges when headings are absent, keeping the report navigable.

What happens if no grammar errors are found in my text?

The output states "No grammar issues found." and returns your supplied text unchanged. The check only reports visible issues and never invents problems to cover every rule.