| name | rev-audit |
| description | Run a full project audit on any codebase with situational focus activation based on user instructions |
| disable-model-invocation | true |
! ls package.json tsconfig.json jsconfig.json go.mod Cargo.toml pyproject.toml requirements.txt pom.xml build.gradle build.gradle.kts settings.gradle settings.gradle.kts gradlew gradlew.bat mvnw mvnw.cmd bun.lockb package-lock.json yarn.lock pnpm-lock.yaml composer.json composer.lock artisan symfony.lock phpstan.neon phpstan.neon.dist psalm.xml psalm.xml.dist phpunit.xml phpunit.xml.dist 2>/dev/null
Read the prompt ../load-context/resources/core/audit-core.md
Run a full project audit on the current working directory.
Pass the user's instructions below to the audit protocol for situational
focus activation. The audit core will load specific focus resources based on
keywords in the instructions (e.g., "security" triggers security checks,
"release" triggers production readiness checks).
User instructions: $ARGUMENTS
The audit will:
- Discover the project structure, languages, and framework stack
- Load matching language packs and framework-specific resources
- Activate situational focus areas based on user instructions
- Load relevant principles (always, architecture, testing, + conditionals)
- Execute focus-specific and cross-cutting analysis
- Run the test suite
- Generate audit-report.md and audit-metadata.json
The review prompt directory is: ../load-context/resources/