fix-grammar

Fix grammar and spelling errors in files while preserving formatting.

223|68|Updated Aug 18, 2025
One-click install
npx skills add https://github.com/Melvynx/aiblueprint --skill fix-grammar-melvynx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-grammar
Source: https://github.com/Melvynx/aiblueprint/tree/main/claude-code-config/skills/utils-fix-grammar
Command: npx skills add https://github.com/Melvynx/aiblueprint --skill fix-grammar-melvynx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automatically fixes grammar and spelling errors inside one or multiple files without altering code, formatting, or meaning, helping teams maintain clean and professional documents and code comments.

Core Features & Use Cases

  • Batch editing: fix grammar across a single file or many files in a project.
  • Preservation: preserves formatting, code blocks, and technical terms while applying corrections.
  • Use Case: perfect for revising documentation, README files, and inline comments in codebases to improve readability.

Quick Start

Process one or more file paths by invoking the skill, for example: fix-grammar README.md docs/setup.md

Frequently Asked Questions about fix-grammar

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

FAQPage Schema
How do I fix grammar in multiple documentation files without breaking formatting?

To fix grammar in multiple files without breaking formatting, use batch processing capabilities that enforce minimal edits and preserve code blocks. This ensures documentation updates maintain their original structure while correcting spelling and syntax errors across projects.

Can I correct spelling and grammar in code comments automatically?

Yes, you can correct spelling and grammar in code comments automatically. The tool scans inline codebase comments, applies necessary corrections, and strictly preserves the surrounding code logic, formatting, and technical semantics.

What is the best way to batch edit grammar across a project's README files?

The best way to batch edit grammar across project README files is using parallel processing. This approach reads multiple file paths simultaneously, applies minimal text edits, and writes updates efficiently while preserving technical terms.

Does fixing grammar in plain text files alter the original document semantics?

Fixing grammar in plain text files does not alter the original document semantics. The process enforces strict preservation of meaning and formatting, ensuring that only spelling and grammatical errors are corrected without rewriting content.

Are there limitations when using automated grammar correction for technical documentation?

When using automated grammar correction for technical documentation, limitations include the need to manually verify technical terms. While it preserves code blocks and formatting, complex domain-specific jargon may require human review to ensure accuracy.