audit

Coordinates read-only code, security, and documentation audits into a consolidated health report.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Performs a comprehensive, read-only audit of the current project to surface code quality issues, security risks, and documentation gaps without modifying any source.

Core Features & Use Cases

  • Read-only project assessment using three specialized agents: code-reviewer, security-analyst, and docs-updater.
  • Consolidated health report covering code quality, security posture, and documentation freshness.
  • Flexible scope with optional focus areas (e.g., auth, API, frontend) to narrow the audit.

Quick Start

Run audit against the current project to generate a consolidated health report.

Frequently Asked Questions about audit

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

FAQPage Schema
How do I perform a read-only code quality and security audit on my project?

A project health audit assesses code quality, security posture, and documentation freshness in read-only mode. It coordinates code-reviewer, security-analyst, and docs-updater runs to produce a consolidated health report without modifying any source files.

Can I narrow the project health audit to specific focus areas like API or frontend?

Project health audits support flexible scoping with optional focus areas such as auth, API, or frontend. Providing a specific focus area narrows the read-only assessment to target that particular scope across diverse codebases, generating a focused consolidated report.

What is the best way to check my codebase for security risks and documentation gaps?

Checking for security risks and documentation gaps requires a consolidated health report. A specialized security-analyst surfaces vulnerabilities while a docs-updater checks freshness, ensuring a comprehensive assessment of your codebase without altering source code.

Does a read-only project audit modify my source files during the code review?

A read-only project audit does not modify your source files. It strictly assesses code quality, security posture, and documentation freshness by running specialized agents in read-only mode, ensuring your codebase remains completely untouched while generating the report.

How do I get a consolidated health report for my codebase?

To get a consolidated health report, run a full project audit. This coordinates read-only runs of code-reviewer, security-analyst, and docs-updater across your codebase to aggregate findings into a single report covering code quality, security, and documentation.