full-audit

Coordinate multi-agent audits of code, console, UX/UI, E2E, and security.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sihu-dev/bidflow --skill full-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: full-audit
Source: https://github.com/sihu-dev/bidflow/tree/main/.claude/skills/full-audit
Command: npx skills add https://github.com/sihu-dev/bidflow --skill full-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

A single, comprehensive audit that combines code quality, console checks, UX review, E2E tests, and security findings to deliver a unified quality report.

Core Features & Use Cases

  • Multi-Agent Collaboration: Opus review, security-auditor, uxui-auditor, and e2e-tester work together.
  • Unified Reporting: Consolidates findings into a single audit report with actionable recommendations.
  • Use Case: Before release, run /audit to generate a full readiness report.

Quick Start

/audit

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 audit covering code quality, security, and UX in one workflow?

Full-audit performs an integrated assessment across code, console, UX/UI, E2E, and security in a single pass. Run /audit to generate a unified report with per-domain scores and remediation guidance, coordinating multiple specialized agents—code reviewer, security auditor, UX/UI auditor, and E2E tester—for pre-release validation.

Can I use full-audit for multi-agent QA coordination in CI/CD pipelines?

Yes. Full-audit is designed for CI/CD workflows and multi-agent scenarios, orchestrating opus-reviewer, security-auditor, uxui-auditor, and e2e-tester to perform coordinated assessments. It enforces strict quality gates—TypeScript strict mode, no any, linting, ARIA accessibility—and outputs automated reports to your designated directory.

What quality standards does full-audit enforce during testing?

Full-audit enforces TypeScript strict mode, prohibits any types, applies linting rules, and validates ARIA accessibility compliance. These gates ensure code quality, console integrity, and accessibility conformance across all audit domains before release.

Does full-audit support end-to-end testing with browser automation?

Yes. Full-audit integrates Playwright for E2E testing as part of its multi-domain audit. The e2e-tester agent executes browser-based tests alongside security, code, and UX reviews, consolidating findings into a single report.

When should I run a full audit instead of separate code, security, and UX reviews?

Run full-audit before release when you need a unified readiness report that combines code quality, security findings, UX conformance, and E2E results. It's especially valuable in pre-release validation and security review phases where coordinated multi-agent assessment reduces blind spots and accelerates decision-making.

What output does full-audit generate from the assessment?

Full-audit generates an automated report to your designated directory containing per-domain scores (code, security, UX/UI, E2E, console), actionable remediation guidance, and a consolidated quality verdict for pre-release sign-off.