fix-grammar

Fix grammar and spelling errors in documentation and code comments.

3|3|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/twikus/claude-configuration --skill fix-grammar-twikus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-grammar
Source: https://github.com/twikus/claude-configuration/tree/main/claude-code-config/skills/utils-fix-grammar
Command: npx skills add https://github.com/twikus/claude-configuration --skill fix-grammar-twikus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill fixes grammar and spelling errors in one or more files while preserving formatting and meaning.

Core Features & Use Cases

  • Detects and fixes grammar and spelling errors without altering code or formatting
  • Works on a single file or multiple files in parallel to speed up cleanup
  • Suitable for documentation (README, docs), code comments, and localization tasks while preserving technical terms

Quick Start

Use the tool to clean up a sample file, for example: fix-grammar README.md To process several files at once: fix-grammar docs/setup.md docs/usage.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 and spelling errors in Markdown documentation without breaking formatting?

To fix grammar and spelling in Markdown documentation without breaking formatting, use a text processing tool that preserves the original structure and meaning while applying corrections to the text content.

Can I fix spelling errors in multiple files at once to speed up documentation cleanup?

Yes, you can fix spelling errors in multiple files at once by running parallel text processing on a batch of documents, which speeds up the cleanup process significantly without requiring sequential execution.

Does grammar correction work on code comments without altering the source code?

Grammar correction works on code comments without altering the source code by isolating the text within the comments and applying spelling and grammar fixes only to that text, preserving the surrounding code.

What is the best way to correct documentation grammar while preserving technical terms?

The best way to correct documentation grammar while preserving technical terms is to use a specialized text processing tool that detects grammar and spelling errors but leaves technical terms and formatting intact.

Are there limitations to fixing grammar in README files automatically?

A limitation of fixing grammar in README files automatically is that the tool must preserve formatting and meaning, meaning it cannot rewrite sentences for style or tone, but only make safe grammar and spelling corrections.