# Hugo Quality

> Hugo品質チェック。ビルド/リンクチェック/テンプレート解析時に使用。「Hugoの品質チェック」「ビルド検証」で起動。

- **Type:** Skill
- **Install:** `agentstack add skill-morodomi-tdd-skills-hugo-quality`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [morodomi](https://agentstack.voostack.com/s/morodomi)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [morodomi](https://github.com/morodomi)
- **Source:** https://github.com/morodomi/tdd-skills/tree/main/plugins/tdd-hugo/skills/hugo-quality

## Install

```sh
agentstack add skill-morodomi-tdd-skills-hugo-quality
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Hugo Quality Check

Hugo SSG プロジェクトの品質チェックツール。

## Commands

| ツール | コマンド | 用途 |
|--------|---------|------|
| Hugo Build | `hugo` | ビルド検証 |
| Hugo Server | `hugo server -D` | 開発サーバー |
| htmltest | `htmltest` | リンク切れチェック |
| Template Metrics | `hugo --templateMetrics` | テンプレート解析 |

## Usage

### ビルド検証

```bash
# 基本ビルド
hugo

# 下書き含む
hugo -D

# ビルド先指定
hugo -d public/
```

### リンク切れチェック

```bash
# htmltestインストール（初回のみ）
# macOS: brew install htmltest
# Linux: https://github.com/wjdp/htmltest/releases

# ビルド後にチェック
hugo && htmltest
```

### テンプレート解析

```bash
# テンプレート実行時間
hugo --templateMetrics

# 詳細メトリクス
hugo --templateMetrics --templateMetricsHints
```

### コンテンツ検証

```bash
# Front Matter検証
hugo list drafts     # 下書き一覧
hugo list expired    # 期限切れ一覧
hugo list future     # 未来日付一覧
```

## Quality Standards

| 項目 | 目標 |
|------|------|
| ビルド | エラー0 |
| リンク切れ | 0件 |
| 下書き | 本番デプロイ時は0 |

## Reference

- 詳細: `reference.md`

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [morodomi](https://github.com/morodomi)
- **Source:** [morodomi/tdd-skills](https://github.com/morodomi/tdd-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-morodomi-tdd-skills-hugo-quality
- Seller: https://agentstack.voostack.com/s/morodomi
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
