audit

Audit Vue/Nuxt and Firebase codebases across five quality pillars with parallel agents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill eliminates blind spots in manual code reviews by orchestrating a comprehensive 5-pillar audit (Architecture, Performance, Security, Maintainability, Robustness) across your entire codebase using 10 parallel agents with Multi-Review agreement signals, producing prioritized findings and converting them directly into actionable epics for your product roadmap.

Core Features & Use Cases

  • 5-Pillar Multi-Review Analysis: Spawns 10 parallel agents (2 independent same-scope passes per pillar) to audit Architecture, Performance, Security, Maintainability, and Robustness, where overlapping findings from independent passes raise confidence scores.
  • Adversarial False-Positive Verification: Runs a refutation panel with correctness, security, and reproducibility lenses to drop unproven claims, keeping reported false positives under one percent.
  • Roadmap Integration: Automatically clusters findings into themed epics with impact and effort scoring, then emits machine-readable index files and scope blocks for immediate ingestion by the roadmap skill.
  • Use Case: Before a major release, run this Skill to surface critical security vulnerabilities, performance bottlenecks, and architectural debt, then immediately generate sprint-ready epics with measurable success criteria.

Quick Start

Use the audit skill to run a full 5-pillar code quality audit on the current project and generate a prioritized roadmap of findings.

Frequently Asked Questions about audit

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

FAQPage Schema
How do I perform a comprehensive code audit for a Vue or Nuxt project before release?

A comprehensive code audit for Vue and Nuxt projects evaluates Architecture, Performance, Security, Maintainability, and Robustness using 10 parallel agents. It identifies cross-pillar trade-offs and prioritized findings for pre-release quality gates.

Can I automate technical debt discovery and convert findings into sprint planning epics?

Technical debt discovery clusters audit findings into themed epics with impact and effort scoring. It emits machine-readable index files and scope blocks for immediate ingestion into sprint planning workflows.

How does multi-review agreement work for code security audits?

Multi-review agreement for security audits spawns two independent same-scope passes per pillar. Overlapping findings from independent passes raise confidence scores, while an adversarial refutation panel drops unproven claims to minimize false positives.

Does the audit skill work with Firebase codebases?

The audit skill works with Firebase codebases. It performs a comprehensive 5-pillar code quality audit across Vue/Nuxt and Firebase projects to identify architecture-performance and security-maintainability trade-offs.

What is the best way to reduce false positives in automated code reviews?

Reducing false positives in automated code reviews requires an adversarial false-positive verification panel. This refutation panel applies correctness, security, and reproducibility lenses to drop unproven claims, keeping reported false positives under one percent.

Do I need a specific project stack to run the 5-pillar code audit?

Running a 5-pillar code audit requires a detected project stack and a shared check-registry for deterministic lanes. Optional Workflow tooling supports nested parallel dispatch of refutation panels during the analysis.