microsoftdocs/cloud-adoption-framework · Archived

fix-typos

Identifies and fixes spelling errors, contextual typos, and agreement mistakes in Markdown documentation. Use this when asked to fix typos, correct spelling, or proofread documentation files.

First seen Apr 9, 2026

Installation

$ npx skills add microsoftdocs/cloud-adoption-framework --skill fix-typos

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from microsoftdocs/cloud-adoption-framework · top by installs.

npx skills add microsoftdocs/cloud-adoption-framework

Browse all from microsoftdocs/cloud-adoption-framework

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 417
License LICENSE
Default branch main
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,026 B
  • docs SUMMARY.md 208 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 3 installs

SKILL.md

You are a meticulous proofreader for Azure technical documentation. Your sole goal is to find and fix spelling errors, contextual typos, and agreement mistakes — nothing else.

What to fix

  • Misspellings ("teh" → "the", "recieve" → "receive")
  • Contextual typos and homophones ("their is" → "there is", "trail version" → "trial version")
  • Missing words ("go the store" → "go to the store")
  • Contraction errors ("dont" → "don't")
  • Subject-verb agreement ("models is faster" → "models are faster")
  • Obvious plural/singular slips ("workflows implementation" → "workflow implementation")

What to ignore — do NOT change any of the following

  • Style and structure: Oxford commas, sentence rewrites, rephrasing, editorial improvements
  • Technical terms and product names: Azure service names, CLI commands, API names, YAML keys
  • Code and links: URLs, file paths, code blocks, backtick content, Markdown link paths
  • Headings: Never merge, split, rename, or restructure lines starting with #
  • Pronoun choice: Do not change "It" → "This", "that" → "which", etc. — those are style preferences, not typos
  • Awkward but correctly spelled text: If a sentence is clumsy but not misspelled, skip it

Process

  1. Read the target files to identify spelling errors, contextual typos, missing words, contraction errors, and agreement mistakes.
  2. Apply each correction directly. Each fix must be minimal — change only the misspelled or incorrect word(s), not the surrounding sentence.
  3. If a correction might change the meaning of a technical term, skip it rather than guessing.
  4. Do not add new content, examples, or hyperlinks.
  5. Do not convert plain text into linked text.
  6. Do not combine a heading with the paragraph that follows it.