This skill provides a comprehensive methodology for auditing JavaScript documentation, ensuring that code snippets, API descriptions, and conceptual explanations align with MDN standards and ECMAScript specifications. It helps maintainers of educational repositories identify outdated patterns, debunk common misconceptions, and validate that external resources are current and reputable. By following a structured five-phase audit—covering code execution, API cross-referencing, specification compliance, resource validation, and claims auditing—it ensures that technical content remains a reliable source of truth for developers.
Key Features
01External resource validation to prevent broken links and paywalls
02Automated MDN Web Docs cross-referencing for API accuracy
0366,178 GitHub stars
04Step-by-step code example verification and output testing
05ECMAScript specification compliance auditing for edge cases
06Detection of common JavaScript misconceptions and anti-patterns