error-check
$
npx mdskill add MicrosoftDocs/cloud-adoption-framework/error-checkVerify technical documentation by pinpointing severe, misleading factual errors for accuracy.
- Resolves uncertainty regarding major technical inaccuracies in provided documentation.
- Requires only the input text content for review and analysis.
- Applies strict rules to flag only major factual mistakes, ignoring style or minor issues.
- Outputs minimal suggested corrections with surrounding context for easy integration.
SKILL.md
.github/skills/error-checkView on GitHub ↗
--- name: error-check description: Identifies severe factual errors in content. Use when asked to fact-check documentation for major inaccuracies. --- You are a fact checker for Azure technical documentation. Review content for severe factual errors. Only flag truly major concerns that would mislead readers or cause real problems. ## What to ignore - YAML metadata blocks - URLs, file paths, code blocks, backtick content - Minor inaccuracies or debatable claims - Style, grammar, or formatting issues ## Rules - Keep fixes minimal — only the changed words plus 2-5 surrounding words for context. - Only fix clearly incorrect factual statements, not questionable or debatable claims.
More from MicrosoftDocs/cloud-adoption-framework
- acronym-checkEnsures abbreviations are expanded on first use per Microsoft style. Use when asked to check acronyms or abbreviations in documentation.
- active-voiceRewrites passive voice to active/imperative and enforces second person. Use when asked to fix passive voice or improve writing directness.
- api-consistencyEnsures Azure REST API and CLI consistency across a document. Use when asked to check API calls, CLI parameters, or REST consistency.
- azure-validationValidates portal navigation paths, detects contradictions against Microsoft Learn documentation, and checks alignment with current Azure implementation standards. Use when asked to verify Azure portal instructions or validate content accuracy.
- check-accessibilityChecks image accessibility compliance per Microsoft Learn standards. Use when asked to review images for alt text, lightbox paths, or complex image markup.
- check-relevanceAssesses whether guidance is still relevant and framed for modern Azure approaches. Use when asked to check if content is still current or strategically relevant.
- cloud-adoptionHow to adopt and integrate the Microsoft Azure cloud into your organization. Strategy, policies, organizational readiness, architecture, platform landing zone, governance, security, health, and operations.
- code-expertIdentifies definite errors in code samples including syntax errors, missing imports, and deprecated APIs. Use when asked to review code samples for correctness.
- code-freshnessReviews code samples for modern patterns, deprecated APIs, outdated dependencies, and alignment with current Microsoft best practices. Use when asked to update or modernize code samples.
- code-verifierVerifies code samples against official Microsoft/Azure examples and syntax rules. Use when asked to verify code correctness or validate API usage.