dotnet-htmlhint

Validate static HTML files in .NET repositories for standards compliance.

42|10|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/managedcode/PrompterOne --skill dotnet-htmlhint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dotnet-htmlhint
Source: https://github.com/managedcode/PrompterOne/tree/main/.codex/skills/dotnet-htmlhint
Command: npx skills add https://github.com/managedcode/PrompterOne --skill dotnet-htmlhint

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps developers maintain high-quality static HTML files in their .NET repositories by providing targeted linting to catch structural issues, invalid attributes, and basic HTML errors.

Core Features & Use Cases

  • HTML Validation: Checks static HTML assets within common web folders like wwwroot/ or dist/ for correctness and standards compliance.
  • Focused Linting: Targets only static HTML files, avoiding server-side source files like Razor or Blazor.
  • Use Case: A team wants to automate HTML correctness checks on their production assets before deployment, ensuring all static pages meet quality standards.

Quick Start

Use the HTMLHint skill to scan the static HTML files in your project directory to identify structural issues and invalid tags.

Frequently Asked Questions about dotnet-htmlhint

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

FAQPage Schema
How do I validate static HTML files in a .NET project during CI/CD?

You can validate static HTML files in a .NET project by running a linting skill that scans web asset folders like wwwroot or dist to check for structural correctness and HTML standards compliance before deployment.

Does HTML linting for .NET web assets target Razor or Blazor source files?

No, HTML linting for .NET web assets specifically targets only static HTML files within directories like wwwroot or dist, deliberately avoiding server-side source files such as Razor or Blazor components.

What is the best way to automate HTML correctness checks for production assets before deployment?

The best way to automate HTML correctness checks for production assets is to implement a validation step that identifies structural issues and invalid tags in static HTML files, ensuring all pages meet quality standards pre-deployment.

Can I use HTMLHint to catch invalid attributes and structural issues in my web folders?

Yes, you can use HTMLHint to catch invalid attributes and structural issues by scanning static HTML assets located within common web folders in your .NET repositories to ensure basic HTML error correction.

Do I need configuration files to lint static HTML in .NET repositories?

Yes, linting static HTML in .NET repositories requires configuration files and static HTML files within your web asset folders to properly execute pre-deployment validation workflows.