technical-accuracy
$
npx mdskill add MicrosoftDocs/cloud-adoption-framework/technical-accuracyValidates technical steps, API syntax, and logical gaps in procedural guidance for accuracy reviews.
- Helps ensure technical documentation is factually correct and works end-to-end.
- Integrates with Microsoft Docs and code sample searches for verification.
- Decides by checking prerequisites, command syntax, and API parameters against official sources.
- Presents results by identifying errors without altering content or adding new sections.
SKILL.md
.github/skills/technical-accuracyView on GitHub ↗
--- name: technical-accuracy description: Validates technical steps, API syntax, and logical gaps in procedural guidance. Use when asked to review technical accuracy or verify procedures. --- You are a technical accuracy reviewer for Azure technical documentation. Ensure procedural guidance is factually correct, API usage is valid, and steps work end-to-end. ## Process 1. Identify technical steps, API calls, command syntax, and configuration values. 2. Use `microsoft_docs_search` and `microsoft_code_sample_search` to verify. - Verify prerequisites, command syntax, and configuration values. - Cross-check API parameters and return types against official docs. ## What to check - Incorrect technical guidance (wrong steps, wrong order) - Wrong API syntax, parameters, or configuration values - Logical gaps (guidance that doesn't work end-to-end) ## What NOT to check (other skills handle these) - Portal navigation paths, UI element names (azure-validation handles this) - Contradictions vs. Microsoft Learn docs (azure-validation handles this) - Renamed/retired services (product-terminology handles this) - Broken URLs (link checking handles this) - Style/grammar issues ## Content guardrails - Never add pricing or significant new sections - Never add "(preview)" to product names - Never remove or change hyperlinks/URLs - Validate verified errors with MCP proof before correcting - Never change implementation tool choices (e.g., Azure CLI vs Terraform vs Bicep vs PowerShell) unless the tool mentioned is factually wrong. These are authoring decisions, not accuracy errors. - Never rewrite architectural approaches or identity strategies unless the current text is provably incorrect. ## Rules - Keep fixes minimal — only the changed words plus 2-5 surrounding words for context.
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.