audit

Examine code files or stages and produce a prioritized findings report.

1|Updated Oct 23, 2025
One-click install
npx skills add https://github.com/HYP3R00T/voicepad --skill audit-hyp3r00t
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/HYP3R00T/voicepad/tree/main/.agents/skills/audit
Command: npx skills add https://github.com/HYP3R00T/voicepad --skill audit-hyp3r00t

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematically read and examine a file or stage: read everything in scope, challenge every line, and produce a ranked findings report — no code changes. Use this skill whenever the user wants to understand, review, or assess code before touching it. Triggers on: "audit", "deep dive", "review", "scrutinise", "look at", "go through", "what is this doing", "is this good", "check this stage", or any request to understand code before making changes.

Core Features & Use Cases

  • Read and orient on the entire scope (files, stage, or module) to understand public API and execution flow.
  • Systematically examine each component, challenge lines, identify issues, and produce a findings report without modifying code.
  • Use cases include pre-change reviews, codebase audits, and risk assessment before refactors or deployments.

Quick Start

Ask me to audit the specified stage or file to get a comprehensive findings report before making changes.

Frequently Asked Questions about audit

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

FAQPage Schema
How do I review a codebase to understand it before making changes?▼

Run a codebase audit that systematically reads the scope, challenges each line, and compiles a prioritized findings report without modifying code. It documents required actions and clarifications for safe, informed decisions.

What is the best way to assess code quality and risk before a deployment?▼

The best way to assess risk before deployment is a static code audit that examines files or stages line-by-line. It produces a ranked findings report to help you understand execution flow and identify issues safely.

Can I use this to review a specific file or module without altering the source code?▼

Yes, you can audit individual files, stages, or entire modules without altering source code. The process reads the scope, examines each component, and outputs a findings report detailing any required actions or clarifications.

Do I need to install any dependencies to perform a static code review?▼

No dependencies are required to perform this static code review. The skill operates independently to read your scope, challenge lines, and generate a comprehensive findings report for your software engineering workflow.

What does a code audit findings report include when analyzing a stage?▼

A code audit findings report includes a prioritized list of issues identified by examining each component and challenging lines within the stage. It documents required actions and clarifications needed for safe code modifications.