audit

Audit repository documentation freshness and design adherence into a structured report.

36|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/cagdotin/agents --skill audit-cagdotin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/cagdotin/agents/tree/main/.pi/skills/audit
Command: npx skills add https://github.com/cagdotin/agents --skill audit-cagdotin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit repository documentation freshness and code design quality to produce a structured report that helps teams maintain standards.

Core Features & Use Cases

  • Lenses-based assessment: evaluates Docs Freshness and Design Principles to surface gaps between current docs, code, and architecture.
  • Structured reporting: groups findings by lens and provides actionable recommendations.
  • Maintenance enablement: supports regular health checks during maintenance passes or pre-release reviews.

Quick Start

Run an audit pass across the repository to generate a health report.

Frequently Asked Questions about audit

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

FAQPage Schema
What is a repository documentation health and design quality audit?

A repository documentation health and design quality audit evaluates docs freshness and design principles adherence across code, tests, and metadata, producing a structured report that groups findings by lens and surfaces actionable gaps for maintenance passes.

How do I audit my repository documentation freshness during a maintenance pass?

Run an audit pass across the repository to evaluate documentation freshness by accessing READMEs, tests, and metadata, generating a prioritized action list with notes and suggested improvements grouped by the Docs Freshness lens.

Can I assess code design principles adherence across my repository?

Yes, the audit evaluates design principles adherence by analyzing repository files and architecture, grouping findings under the Design Principles lens to surface structural gaps and provide prioritized recommendations for improvement.

What do I need to run a repo health check for documentation and design adherence?

You need access to repository files, READMEs, tests, and metadata to run a repo health check, which outputs a structured audit report with a prioritized action list spanning Docs Freshness and Design Principles lenses.

When should I run a repo health audit for documentation and design quality?

Run a repo health audit during regular maintenance passes or pre-release reviews to identify documentation freshness gaps and design principles adherence issues, producing a structured report with actionable recommendations before deployment.