audit-verify

Execute 27 codebase checks and generate a Markdown V2 verification report.

3|3|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/webdevcom01-cell/agent-studio --skill audit-verify-webdevcom01-cell
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-verify
Source: https://github.com/webdevcom01-cell/agent-studio/tree/main/skills/audit-verify
Command: npx skills add https://github.com/webdevcom01-cell/agent-studio --skill audit-verify-webdevcom01-cell

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pnpm, vitest, license-checker, knip, eslint, npx, npm, node.

What problem does it solve?

The audit-verify skill provides an automated, data-driven method to verify the accuracy of the V1 Agent Studio audit by executing a suite of checks and producing a structured report.

Core Features & Use Cases

  • Executes 27 checks including LOC, file counts, tests, lint, security, and licensing to validate audit claims.
  • Generates a Markdown v2 verification report with results, discrepancies, and recommended patches.
  • Supports optional installation, timeouts, and multi-output paths for flexible CI workflows.

Quick Start

Run the verify.sh script under skills/audit-verify to generate the Audit-V2-Verification-YYYY-MM-DD.md report.

Frequently Asked Questions about audit-verify

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

FAQPage Schema
How do I verify codebase audit findings about LOC, tests, and dependencies?

Automated codebase verification executes 27 real checks against the codebase to validate audit claims about LOC, tests, dependencies, and configurations, producing a Markdown verification report with discrepancies and recommended patches.

What is an automated codebase audit verification report?

An automated codebase audit verification report is a Markdown document generated after running 27 checks against a codebase. It validates claims about file counts, linting, security, and licensing, highlighting discrepancies and providing recommended patches for CI workflows.

How do I run codebase verification checks in a CI workflow?

Run codebase verification checks in a CI workflow by executing the verify.sh script, which supports optional installation, timeouts, and multi-output paths to generate a date-stamped Markdown V2 verification report for flexible pipeline integration.

Does the codebase verification process require specific testing and linting tools?

The codebase verification process requires specific tools including pnpm, vitest, eslint, license-checker, and knip, alongside node and npm environments, to execute the 27 automated checks for testing, linting, and licensing validation.

What is the best way to validate security and licensing claims in a codebase audit?

The best way to validate security and licensing claims is using automated verification checks that execute real commands against the codebase, running 27 checks including lint, security, and licensing to generate a structured Markdown report with discrepancies and recommended patches.

What happens when automated codebase verification checks fail or encounter invocation errors?

When automated verification checks fail, the process applies robust handling of invocation failures, recording the discrepancies and errors in the generated Markdown V2 verification report rather than halting the entire 27-check auditing process.