full-audit

Orchestrate multiple audit scripts and agents to generate a deduplicated project health report.

1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/oscardlfr/AndroidCommonDoc --skill full-audit-oscardlfr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: full-audit
Source: https://github.com/oscardlfr/AndroidCommonDoc/tree/main/skills/full-audit
Command: npx skills add https://github.com/oscardlfr/AndroidCommonDoc --skill full-audit-oscardlfr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, Read, Grep, Glob, Agent, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of manually auditing project quality across various dimensions such as architecture, code quality, testing, security, documentation, and release readiness.

Core Features & Use Cases

  • Unified Audit: Runs a comprehensive audit on the project, consolidating findings from multiple agents and scripts into a single report.
  • Custom Profiles: Offers different profiles like 'quick', 'standard', and 'deep' to tailor the audit depth and performance.
  • Parallel Execution: Orchestrate scripts and agents in parallel, enhancing efficiency.
  • Deduplication: Consolidates findings to eliminate duplicate issues, ensuring accurate reporting.
  • Reporting: Outputs a detailed report highlighting the project's health status and action items.

Quick Start

Run a full audit on the current project directory using the command: /full-audit --project-root PATH

Frequently Asked Questions about full-audit

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

FAQPage Schema
How do I run a comprehensive project audit for code quality and security?

To run a comprehensive project audit, execute the full-audit command with your project root path. It orchestrates multiple scripts and agents to assess architecture, code quality, testing, security, documentation, and release readiness, generating a deduplicated report for overall project health assessment.

What is the best way to assess release readiness across multiple project dimensions?

Assessing release readiness requires a unified audit that evaluates architecture, code quality, testing, security, and documentation. This skill orchestrates parallel execution of multiple audit agents and scripts, consolidating findings into a single deduplicated report highlighting action items and health status.

Does full-audit require specific tools to evaluate project health?

Yes, evaluating project health requires Bash, Read, Grep, Glob, and Agent tools for execution. These dependencies enable the skill to orchestrate multiple audit scripts and agents, comprehensively assessing project quality across architecture, code, testing, security, documentation, and release readiness.

Can I customize the depth of a project quality audit?

Yes, you can customize the project quality audit depth using different profiles like 'quick', 'standard', and 'deep'. These custom profiles tailor the audit performance and depth, allowing you to balance thoroughness with efficiency when assessing project health and release readiness.

How does deduplication work when consolidating findings from multiple audit agents?

Deduplication works by consolidating findings from multiple parallel audit scripts and agents to eliminate duplicate issues. This ensures accurate reporting by merging overlapping results into a single unified report, providing a clear view of project health status and specific action items.

Are there limitations when running parallel security assessments and code quality checks?

While parallel execution enhances efficiency for security assessments and code quality checks, limitations depend on the selected audit profile depth. Choosing 'deep' provides maximum thoroughness across all dimensions but requires more processing time compared to the 'quick' or 'standard' profiles.