harness-audit

Audit repository scaffolding files and generate a structured health report.

2|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/enkira-ai/claude-plugins --skill harness-audit-enkira-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: harness-audit
Source: https://github.com/enkira-ai/claude-plugins/tree/main/plugins/harness-engineer/skills/harness-audit
Command: npx skills add https://github.com/enkira-ai/claude-plugins --skill harness-audit-enkira-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit harness scaffolding health, identify gaps, and apply fixes to keep repos healthy and up-to-date.

Core Features & Use Cases

  • Validate presence and health of scaffolding files like CLAUDE.md, features.json, progress.txt, and init.sh.
  • Detect outdated content and guide remediation; generate a structured health report.
  • Propose auto-fixes and maintain harness health over time.

Quick Start

Run a harness-audit pass on your repository to generate a health report and suggested fixes.

Frequently Asked Questions about harness-audit

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

FAQPage Schema
How do I audit repository scaffolding health and find missing files?

To audit repository scaffolding health, run a validation pass that checks for critical files like CLAUDE.md, features.json, progress.txt, and init.sh, then outputs a structured report with findings and recommendations.

What is repository scaffolding and why do I need to audit it?

Repository scaffolding consists of critical structural files like CLAUDE.md, features.json, and init.sh. Auditing it identifies gaps, inconsistencies, and outdated content to keep repositories healthy, up-to-date, and maintainable over time.

Can I automatically fix missing or outdated harness scaffolding files?

Yes, the harness audit suggests auto-fixes where appropriate after detecting missing files or outdated content. It proposes remediation actions to apply fixes and maintain harness health directly from the generated health report.

Does the harness audit work without external dependencies?

Yes, the harness audit operates with no external dependencies. It directly validates the repository structure and scaffolding files, checking their presence and basic integrity to output findings without requiring additional setup.

What's the best way to maintain CI harness health over time?

The best way to maintain CI harness health is running periodic audit passes that detect outdated content and structural gaps. This generates a health report with recommendations and suggests auto-fixes to remediate issues proactively.

When should I not use an automated scaffolding audit?

You should avoid using an automated scaffolding audit if your repository lacks standard harness files like CLAUDE.md or features.json entirely, as the audit specifically validates their presence and basic integrity rather than creating them from scratch.