askill
fix-grammar

fix-grammarSafety 90Repository

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

1 stars
1.2k downloads
Updated 2/12/2026

Package Files

Loading files...
SKILL.md

Fix Grammar

Fix grammar and spelling errors in files while preserving formatting and meaning.

Workflow

  1. PARSE FILES: Split arguments into individual file paths

    • STOP if no files specified - ask user for file paths
  2. DETERMINE STRATEGY:

    • Single file: Process directly
    • Multiple files: Launch parallel fix-grammar agents
  3. SINGLE FILE MODE:

    • Read the file completely
    • Apply grammar and spelling corrections
    • Edit to update file with corrections
  4. MULTIPLE FILES MODE:

    • Use Task tool to launch fix-grammar agent for each file
    • Process all files simultaneously
    • Wait for all agents to complete
  5. REPORT: Show files processed and confirm corrections

Correction Rules

  • Fix ONLY spelling and grammar errors
  • DO NOT change meaning or word order
  • DO NOT translate anything
  • DO NOT modify special tags (MDX, custom syntax, code blocks)
  • PRESERVE: All formatting, structure, technical terms
  • Remove any """ markers if present
  • Keep the same language used in each sentence
  • Handle multilingual content (keep anglicisms, technical terms)

Output Format

✓ Fixed grammar in [filename]
- [number] corrections made

Rules

  • ONLY spelling and grammar corrections
  • PARALLEL processing for multiple files
  • PRESERVE everything: formatting, structure, technical terms
  • MINIMAL changes - corrections only, no improvements
  • Never add explanations or commentary to file content

User: $ARGUMENTS

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

84/100Analyzed 3/2/2026

Well-structured skill for fixing grammar/spelling with clear 5-step workflow, explicit correction rules, and safety constraints. Scores high on actionability and reusability. Minor issues: missing explicit 'when to use' trigger section, and the tag (github-actions) doesn't match the skill's grammar-fixing purpose. Overall solid utility skill with good completeness and clarity.

90
85
85
80
85

Metadata

Licenseunknown
Version-
Updated2/12/2026
Publishertwikus

Tags

github-actions