doey-scaffy-audit

Audit scaffy templates under .doey/scaffy/templates with six health checks.

6|2|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/FRIKKern/doey --skill doey-scaffy-audit
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: doey-scaffy-audit
Source: https://github.com/FRIKKern/doey/tree/main/.claude/skills/doey-scaffy-audit
Command: npx skills add https://github.com/FRIKKern/doey --skill doey-scaffy-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffy templates can drift over time, leading to broken templates and unreliable automation. This skill provides a focused audit to detect staleness and ensure templates remain valid.

Core Features & Use Cases

  • Six health checks including anchor validity, guard freshness, path existence, variable alignment, pattern activity, and structural consistency to assess template health.
  • Works on a single template or all templates under .doey/scaffy/templates, returning statuses healthy, needs_update, or stale.
  • Outputs can be consumed by CI pipelines or used for manual reviews to guide template maintenance.

Quick Start

Run the doey-scaffy audit to check one template or all templates and report the health status.

Frequently Asked Questions about doey-scaffy-audit

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

FAQPage Schema
How do I audit scaffy templates for staleness and broken automation?▼

Audit scaffy templates for staleness by running health checks that validate anchor validity, guard freshness, path existence, variable alignment, pattern activity, and structural consistency, returning healthy, needs_update, or stale statuses.

What causes scaffy templates to drift and break over time?▼

Scaffy templates drift when anchors invalidate, guards expire, paths disappear, or variables misalign. Auditing detects these structural inconsistencies and categorizes template health to guide maintenance before automation breaks.

Can I check all scaffy templates at once or do I need to audit them individually?▼

You can audit a single template or all templates under the .doey/scaffy/templates directory. The audit applies six health checks and reports statuses for manual review or CI pipeline consumption.

How do I integrate scaffy template validation into a CI pipeline?▼

Integrate scaffy template validation into CI pipelines by consuming audit outputs that categorize templates as healthy, needs_update, or stale based on six health checks, guiding automated template maintenance decisions.

What warnings does the scaffy template audit report for non-fatal issues?▼

The scaffy template audit reports warnings for non-fatal issues detected during six health checks covering anchor validity, guard freshness, path existence, variable alignment, pattern activity, and structural consistency without marking templates as fully stale.