fact-check

Verify JavaScript concept documentation against MDN and ECMAScript specifications.

66.5k|9.1k|Updated Sep 4, 2018
One-click install
npx skills add https://github.com/leonardomso/33-js-concepts --skill fact-check-leonardomso
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: fact-check
Source: https://github.com/leonardomso/33-js-concepts/tree/main/.opencode/skill/fact-check
Command: npx skills add https://github.com/leonardomso/33-js-concepts --skill fact-check-leonardomso

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams ensure JavaScript concept pages are technically accurate by verifying code examples against real behavior, cross-checking claims with MDN documentation and the ECMAScript specification, and validating external resources to prevent misinformation.

Core Features & Use Cases

  • Code Example Verification: Verify that code blocks' outputs and side effects match the stated results.
  • MDN/ECMAScript Compliance: Cross-reference API usage and language features with MDN and the ECMAScript specification.
  • External Resource Checks: Confirm external links are reachable, relevant, and up-to-date.
  • Use Case: Before publishing a concept page, run this skill to produce a formal fact-check report for editorial review.

Quick Start

Run the fact-check skill against a concept page to generate a verification report for editorial review.

Frequently Asked Questions about fact-check

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

FAQPage Schema
How do I fact-check JavaScript documentation for code accuracy and API compliance?▼

JavaScript concept pages are fact-checked by verifying code block outputs, cross-referencing API usage with MDN and the ECMAScript specification, and validating external links. This yields a structured verification report detailing phase-based checks and remediation steps.

What is involved in verifying JavaScript code examples against real behavior?▼

Verifying JavaScript code examples involves checking that the stated outputs and side effects of code blocks match actual execution results. The fact-check mechanism tests these examples and documents any discrepancies in a formal verification report for editorial review.

How do I validate external links and resources in JS concept pages?▼

Validating external resources in JS concept pages requires confirming that outgoing links are reachable, relevant, and up-to-date. This external resource check is integrated into the fact-check workflow to prevent misinformation and ensure documentation safety.

Can I use an automated fact-check process for community contributions to JavaScript docs?▼

Yes, you can apply a fact-check process to community contributions and major edits of JavaScript concept pages. It audits code examples, API references, and external resources to ensure technical correctness before publishing.

When do I need to run a documentation verification report for ECMAScript compliance?▼

You need to run a verification report when creating new JavaScript concept pages or making major edits. It cross-references language features with the ECMAScript specification to ensure API usage and code examples are factually accurate and safe for publication.

Related Skills