What is dart-doc-validation?
Best practices for validating Dart documentation comments. Covers using `dart doc` to catch unresolved references and macros. Source: kevmoo/dash_skills.
Best practices for validating Dart documentation comments. Covers using `dart doc` to catch unresolved references and macros.
Quickly install dart-doc-validation AI skill to your development environment via command line
Source: kevmoo/dash_skills.
Use the dart doc command with a temporary output directory to validate documentation comments without polluting the local project workspace.
This command parses all documentation comments and reports warnings such as:
This ensures that the generated HTML files are stored in a temporary location and don't clutter the package directory, while still surfacing all validation warnings in the terminal output.
Best practices for validating Dart documentation comments. Covers using `dart doc` to catch unresolved references and macros. Source: kevmoo/dash_skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/kevmoo/dash_skills --skill dart-doc-validationBest practices for validating Dart documentation comments. Covers using `dart doc` to catch unresolved references and macros. Source: kevmoo/dash_skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/kevmoo/dash_skills --skill dart-doc-validation Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/kevmoo/dash_skills