adventure-lint

Validate adventure directories against QUEST quality gates and output dated lint reports.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/giodl73-repo/QUEST --skill adventure-lint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adventure-lint
Source: https://github.com/giodl73-repo/QUEST/tree/main/.claude/skills/adventure-lint
Command: npx skills add https://github.com/giodl73-repo/QUEST --skill adventure-lint

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scans adventure directories to enforce QUEST quality gates and produce per-lens violation reports, preventing issues from propagating to module binding.

Core Features & Use Cases

  • Validates premise, rooms, encounters, treasures, and artifacts against the established gates
  • Produces per-lens scorecards and structured violation reports for quick triage
  • Generates a dated lint report that can be reviewed and re-run after fixes

Quick Start

Run adventure-lint to validate your adventure directory and output a lint report for review.

Frequently Asked Questions about adventure-lint

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

FAQPage Schema
How do I validate adventure directories against QUEST quality gates?

To validate adventure directories, scan them to enforce QUEST quality gates by checking frontmatter presence, required files, and cross-reference hygiene, which outputs a dated lint report for triage.

What does pre-module-binder linting check for in an adventure workflow?

Pre-module-binder linting checks adventure directories for frontmatter presence, required files, and cross-reference hygiene to ensure clean binding between dungeon-smith or treasure-forger outputs and the module-binder.

Can I generate per-persona violation reports for DnD adventure quality issues?

You can generate per-persona violation reports by validating premise, rooms, encounters, treasures, and artifacts against established gates, producing per-lens scorecards for quick triage.

Do I need dependencies to run adventure lint checks on my rooms and encounters?

No dependencies are required to run adventure lint checks; the validator operates directly on adventure directories to enforce quality gates and output dated lint reports.

Why does my adventure lint report show cross-reference hygiene violations?

Cross-reference hygiene violations appear in the lint report when internal references within premise, rooms, encounters, treasures, or artifacts fail the QUEST quality gates during directory validation.