full-project-audit

Audit repository deviations from guidelines and architecture rules without code changes.

Updated Mar 28, 2025
One-click install
npx skills add https://github.com/gileck/app-template-ai --skill full-project-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: full-project-audit
Source: https://github.com/gileck/app-template-ai/tree/main/.ai/skills/template/full-project-audit
Command: npx skills add https://github.com/gileck/app-template-ai --skill full-project-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill performs a comprehensive, read-only audit of an entire project against documentation and rules, producing a detailed audit report without modifying code.

Core Features & Use Cases

  • Full-spectrum audit of APIs, features, routes, mutations, stores, and docs.
  • Audits with a fixed write-up: outputs an AUDIT REPORT and a progress-tracker file with a to-do list; does not alter source code.
  • Traceable output: creates audits/audit-YYYY-MM-DD.md containing findings and a fix plan.

Quick Start

Run the audit workflow to generate audits/audit-YYYY-MM-DD.md and review results.

Frequently Asked Questions about full-project-audit

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

FAQPage Schema
How do I generate a project audit report without modifying my source code?

To generate a project audit report without modifying source code, run a read-only workflow that analyzes your repository against guidelines and outputs a portable audit file with a fix plan. The analysis remains non-invasive throughout the entire process.

What is included in a full project audit for APIs, routes, and documentation?

A full project audit includes analysis of APIs, features, routes, mutations, stores, and related documentation to identify deviations from architecture rules. It produces a detailed report containing findings, a progress tracker, and a to-do list for fixes.

How do I check my repository for compliance with architecture rules and project guidelines?

To check repository compliance with architecture rules and project guidelines, execute an audit workflow that scans all APIs, features, and documentation. It generates a traceable markdown report with identified deviations and a structured fix plan.

Where does the project audit report get saved and what format does it use?

The project audit report gets saved as a markdown file at audits/audit-YYYY-MM-DD.md. This portable format contains all findings, a progress tracker, and a to-do list to ensure traceability for your project compliance checks.

Can I use a read-only code quality audit to generate a fix plan and to-do list?

Yes, you can use a read-only code quality audit to generate a fix plan and to-do list. The process performs a non-invasive analysis of your project documentation and architecture rules, saving all findings directly into a traceable markdown report.

What is the best way to prepare for a non-invasive repository audit?

The best way to prepare for a non-invasive repository audit is ensuring your project guidelines and architecture documentation are up to date. The audit workflow then reads these rules to evaluate APIs, features, and stores without altering source code.