dart-doc-validation

Validate Dart documentation comments for unresolved references and macros.

Updated May 31, 2026
One-click install
npx skills add https://github.com/sebach0/SEGUNDO-EXAMEN-PARCIAL-APP.-WEB-Y-MOVIL --skill dart-doc-validation-sebach0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dart-doc-validation
Source: https://github.com/sebach0/SEGUNDO-EXAMEN-PARCIAL-APP.-WEB-Y-MOVIL/tree/main/.cursor/skills/dart-doc-validation
Command: npx skills add https://github.com/sebach0/SEGUNDO-EXAMEN-PARCIAL-APP.-WEB-Y-MOVIL --skill dart-doc-validation-sebach0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps maintain high-quality Dart documentation by validating comments for unresolved references and macros.

Core Features & Use Cases

  • Documentation Validation: Checks for broken links, references, and macros in Dart documentation comments.
  • Pre-publishing Check: Assists in preparing packages for publication by ensuring documentation is complete and accurate.
  • Local Validation: Allows local validation of documentation without cluttering the project workspace.

Quick Start

Run the dart doc command to validate documentation comments in your Dart project.

Frequently Asked Questions about dart-doc-validation

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

FAQPage Schema
How do I validate Dart documentation comments for unresolved references?

You can validate Dart documentation comments by running the dart doc command, which checks for unresolved references and macros to ensure best practices are followed in your project.

What is the best way to check for broken links and macros in Dart documentation?

The best way to check for broken links and macros in Dart documentation is using a validation script that runs dart doc tooling to identify unresolved references and ensure comments are complete.

Does dart doc work for local validation without cluttering the project workspace?

Yes, dart doc supports local validation of Dart documentation comments without cluttering your project workspace, allowing you to verify references and macros directly in your development environment.

Can I run Dart documentation validation as a pre-publishing check for my package?

Yes, you can run Dart documentation validation as a pre-publishing check to ensure your package documentation is accurate, resolving all broken links and macro references before release.

Why does my Dart documentation validation fail on unresolved macros?

Dart documentation validation fails on unresolved macros because the dart doc tooling detects references that cannot be resolved, indicating that your documentation comments do not follow best practices.

Do I need dart:doc tooling to validate Dart documentation comments?

Yes, you need dart:doc tooling to validate Dart documentation comments, as the validation process depends on it to check for unresolved references, broken links, and macros.