Full Stack Audit
Runs ALL enterprise audit skills in sequence — security, code review, API contracts, dependency audit, pre-deploy, testing verification.
How to activate
Say any of these phrases in your IDE to trigger this skill:
“full stack audit”“run all checks”“full audit”“audit everything”Run via CLI
enterprise-skills run full-stack-auditAliases:
complete-auditrun-all-checksenterprise-auditRelationships
Coordinates with:
Security Audit
Scans for auth gaps, hardcoded secrets, missing RLS, XSS, CSRF, unprotected routes, exposed env vars.
Code Review
Enterprise code review on recent changes or GitHub PRs. Checks standards, anti-patterns, error handling, type safety.
API Contract Check
Verifies API routes for auth, error handling, response shape, HTTP status codes, input validation.
Dependency Audit
Audits dependencies for vulnerabilities, outdated packages, license issues, unused deps.
Pre-Deploy Check
Pre-deployment verification — types, lint, tests, env vars, migrations, build, git state.
Test Orchestrator
Unified test execution and coordination agent. Detects test infrastructure, runs suites across languages, interprets results, identifies coverage gaps, and coordinates with bootstrap-testing and uat-workflow-crawler.