hugo-quality

Run Hugo builds, htmltest link checks, and template metrics.

8|2|Updated Oct 28, 2025
One-click install
npx skills add https://github.com/morodomi/tdd-skills --skill hugo-quality
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hugo-quality
Source: https://github.com/morodomi/tdd-skills/tree/main/plugins/tdd-hugo/skills/hugo-quality
Command: npx skills add https://github.com/morodomi/tdd-skills --skill hugo-quality

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hugo projects often suffer from broken links, misconfigured templates, or build failures. This Skill automates the quality checks to catch such issues early and reduce debugging time during development, testing, and deployment.

Core Features & Use Cases

  • Build Verification: Runs the Hugo build to ensure the site compiles without errors.
  • Link & Template Validation: Uses htmltest to detect broken links and template issues.
  • Template Metrics: Collects Hugo template metrics for performance analysis and debugging.
  • Use Case: Ideal for CI pipelines and local development when validating a new site before deployment.

Quick Start

Use the hugo-quality skill to perform a full build, link validation, and template analysis on your Hugo site.

Frequently Asked Questions about hugo-quality

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

FAQPage Schema
How do I automate Hugo build verification and link checking in my CI pipeline?

You can automate Hugo build verification by running the hugo-quality skill to compile your static site, run htmltest for broken links, and collect template metrics to catch errors early in CI pipelines.

What is the best way to detect broken links and template issues in a Hugo static site?

The best way to detect broken links and template issues is using htmltest combined with Hugo template metrics, which validates your static site output and highlights misconfigured templates during development.

Can I use htmltest with Hugo to validate my static site before deployment?

Yes, you can use htmltest with Hugo to validate your static site before deployment by running automated quality checks that verify builds, detect broken links, and ensure template integrity.

How do I collect and analyze Hugo template metrics for performance debugging?

To collect and analyze Hugo template metrics for performance debugging, run an automated quality check that compiles the build and outputs template execution data for performance analysis.

Why does my Hugo build fail during local development and how can I check it?

Hugo builds fail during local development due to misconfigured templates or broken links, which you can check by running an automated quality verification process that outputs build errors and link validation results.

Do I need any external dependencies to run automated quality checks on my Hugo project?

No external dependencies are required to start running automated quality checks on your Hugo project, as the skill applies build verification, htmltest link validation, and template metrics checks with minimal setup.