js-docs-fact-check

Verify JavaScript documentation accuracy against MDN and ECMAScript specifications.

1|1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/yunseo-kim/agent-toolbox --skill js-docs-fact-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: js-docs-fact-check
Source: https://github.com/yunseo-kim/agent-toolbox/tree/main/catalog/skills/js-docs-fact-check
Command: npx skills add https://github.com/yunseo-kim/agent-toolbox --skill js-docs-fact-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill verifies the technical accuracy of JavaScript documentation, preventing the spread of misinformation and ensuring published content is correct.

Core Features & Use Cases

  • Code Example Verification: Checks if code snippets run as described and follow best practices.
  • MDN/ECMAScript Compliance: Validates claims against official documentation and specifications.
  • External Resource Validation: Ensures linked articles and videos are accurate and up-to-date.
  • Misconception Identification: Flags common, incorrect beliefs about JavaScript.
  • Use Case: Before publishing a new tutorial on asynchronous JavaScript, use this Skill to fact-check all code examples, ensure explanations align with MDN, and verify that no outdated patterns are presented as current.

Quick Start

Verify the technical accuracy of the JavaScript documentation page located at '/path/to/your/javascript/page.md'.

Frequently Asked Questions about js-docs-fact-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fact-check JavaScript documentation for technical accuracy?

To fact-check JavaScript documentation, you verify code snippets against MDN and ECMAScript specifications. This process identifies outdated patterns, incorrect API usage, and technical misconceptions to ensure reliable content.

Can I verify if my JavaScript code examples run as described before publishing?

Yes, you can verify JavaScript code examples by cross-referencing them against official MDN and ECMAScript specifications. This validates that snippets run correctly, follow best practices, and prevent the spread of misinformation.

What is the best way to ensure my technical writing aligns with ECMAScript specifications?

The best way to ensure technical writing aligns with ECMAScript specifications is to validate claims against official documentation and external resources. This flags incorrect API usage and outdated information effectively.

Does fact-checking JavaScript docs help identify common misconceptions?

Fact-checking JavaScript docs does help identify common misconceptions by validating explanations against MDN and ECMAScript standards. It ensures published tutorials present current patterns rather than outdated or incorrect beliefs.

How do I validate external resources linked in my JavaScript tutorials?

You validate external resources linked in JavaScript tutorials by cross-referencing them with MDN and ECMAScript specifications. This ensures linked articles and videos are accurate, up-to-date, and technically reliable.

When do I need to verify the technical accuracy of JavaScript documentation?

You need to verify JavaScript documentation accuracy before publishing new tutorials or content. Fact-checking code examples and explanations prevents the spread of misinformation and ensures all technical claims are correct.