content-audit

Audit GDD-specified content counts against implemented assets and source trees.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/HechaoYannet/3kingdom-unity --skill content-audit-hechaoyannet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: content-audit
Source: https://github.com/HechaoYannet/3kingdom-unity/tree/main/.claude/skills/content-audit
Command: npx skills add https://github.com/HechaoYannet/3kingdom-unity --skill content-audit-hechaoyannet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit GDD-specified content counts against implemented content to identify gaps between planning and built content, enabling teams to track progress and prioritize work.

Core Features & Use Cases

  • System-wide audits: compare per-system GDD counts to assets and code, surfacing missing or unimplemented items.
  • Phase-aligned reporting: generate gap tables and status per content type, supporting MVP-driven planning.
  • What-if exploration: run targeted audits for a single system or summary across all systems.

Quick Start

Invoke the skill with no arguments to perform a full audit across all systems.

Frequently Asked Questions about content-audit

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

FAQPage Schema
How do I audit GDD content counts against implemented game assets?

To audit GDD content counts, the skill parses design/gdd/*.md files for specified items and scans asset and source trees to approximate implemented content, identifying planning gaps. It supports full project scope or per-system breakdowns.

What is gap analysis for game development documentation?

Gap analysis for game development documentation compares planned content specified in GDD markdown files against built assets and code, surfacing missing or unimplemented items to help teams track progress and prioritize work.

Can I run a content audit for a single system instead of the full project?

Yes, you can run a targeted content audit for a single system instead of the full project. The skill supports per-system breakdowns and what-if exploration, alongside options to summarize results across all systems.

How do I track MVP progress using a systems index gap table?

You track MVP progress by generating phase-aligned gap tables and status reports per content type. The audit compares per-system GDD counts to assets and code, supporting MVP-driven planning and work prioritization.

Do I need specific markdown formats to perform a project management content audit?

You need design/gdd/*.md files containing explicit content counts to perform the project management content audit. The skill parses these markdown files to extract planned items and compares them against implemented assets.