audit-prep

Coordinate parallel audit-prep pipelines for Solidity projects into a scored Audit Readiness Report.

8|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Auditware/auditwizard --skill audit-prep-auditware
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-prep
Source: https://github.com/Auditware/auditwizard/tree/main/skills/audit_prep
Command: npx skills add https://github.com/Auditware/auditwizard --skill audit-prep-auditware

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Auditors and teams waste time coordinating multiple audits, tracking findings, and ensuring consistency across tools. This skill orchestrates a reproducible audit-prep workflow that aggregates test coverage, quality checks, NatSpec coverage, code hygiene, dependency health, and deployment readiness into a single, score-based report.

Core Features & Use Cases

  • Orchestrates parallel audit-prep phases (coverage, quality, docs, hygiene, deps, best practices, deploy, and project docs) without performing security analysis.
  • Generates a scored Audit Readiness Report and supports optional static analysis; ideal for pre-audit checks or CI gatekeeping.
  • Useful for security teams, auditors, and development teams preparing Solidity codebases for external reviews.

Quick Start

Invoke the audit-prep workflow against your Solidity project to generate a scored readiness report and optional static analysis.

Frequently Asked Questions about audit-prep

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

FAQPage Schema
How do I prepare a Solidity project for an external security audit?

Automated audit prep streamlines Solidity audit readiness by dispatching parallel agents to assess test coverage, code hygiene, and NatSpec. It compiles these results into a single scored report, ensuring your codebase meets baseline consistency before an external review.

What is included in a Solidity audit readiness report?

An audit readiness report aggregates scores across multiple dimensions, including test coverage, code quality, NatSpec documentation, dependency health, and deployment checks. It provides a comprehensive overview of your Solidity project's hygiene and readiness without performing deep security analysis.

Can I integrate Solidity static analysis and code hygiene checks into CI pipelines?

Yes, the audit prep workflow supports CLI controls and CI-friendly outputs for seamless pipeline integration. You can run automated code hygiene, NatSpec, and coverage checks to gatekeep continuous integration workflows against a scored readiness baseline.

How do I automate NatSpec and dependency health checks for smart contracts?

You can automate NatSpec coverage and dependency health checks by running a coordinated audit-prep pipeline. Specialized agents evaluate your Solidity project's documentation completeness and dependency status, compiling the findings into a unified readiness score.

Does automated audit prep replace a formal smart contract security review?

No, audit prep orchestrates reproducible checks for test coverage, quality, and hygiene but does not perform security analysis. It serves as a pre-audit gatekeeping step to ensure codebase consistency and documentation before engaging professional security auditors.

What's the best way to track code quality and test coverage across multiple Solidity audits?

Using a reproducible audit-prep workflow tracks findings consistently across multiple audits by generating a scored report. It aggregates parallel checks for coverage, quality, and best practices, providing a standardized readiness baseline for every Solidity project.