Docs
HomeClaude Code PRO
Blog

Getting Started

  • Documentation
  • Claude Code Setup
  • Claude Code Configuration
  • Claude Code Security

Claude Code PRO

  • guideCheatsheet
  • skill/apex
  • skill/brainstorm
  • skill/debug
  • skill/clean-code
  • skill/review-code
  • skill/ci-fixer
  • skill/claude-memory
  • skill/create-prompt
  • skill/create-slash-commands
  • skill/prompt-creator
  • skill/create-skills-workflow
  • skill/skill-creator
  • skill/hook-creator
  • skill/subagent-creator
  • scriptStatusline
  • scriptCommand Validator
  • scriptAuto-Rename Session
  • scriptClaude Code AI
  • agentSnipper
  • agentCode Reviewer
  • agentExplore Codebase
  • agentExplore Docs
  • agentAction
  • agentWeb Search
  • cmd/oneshot
  • cmd/refactor
  • cmd/ultrathink
  • cmd/commit
  • cmd/create-pr
  • cmd/fix-pr-comments
  • cmd/merge
  • cmd/fix-errors
  • cmd/utils/fix-grammar
  • cmd/copywriting

/utils/fix-grammar

Fix grammar and spelling errors in one or multiple files while preserving formatting

Fix grammar and spelling errors in files without changing meaning or structure.

Usage

BASH
/utils/fix-grammar <file-path> [additional-files...]

Features

  • Fixes spelling and grammar errors only
  • Preserves formatting, structure, and technical terms
  • Supports single or multiple files
  • Parallel processing for multiple files
  • No meaning or translation changes

Examples

Single file

BASH
/utils/fix-grammar content/blog/post.mdx

Multiple files

BASH
/utils/fix-grammar src/file1.tsx src/file2.tsx src/file3.tsx

Behavior

Single file: Processes directly with corrections

Multiple files: Launches parallel @fix-grammar agents for concurrent processing

Rules

  • Only corrects spelling and grammar
  • Preserves all formatting and special syntax
  • Maintains original meaning and word order
  • Removes """ markers if present
  • Keeps language consistency per sentence
/fix-errors/copywriting