cast-audit

Automates scheduled CAST codebase audits across bugs, security, performance, and coverage.

8|1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/ek33450505/claude-agent-team --skill cast-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cast-audit
Source: https://github.com/ek33450505/claude-agent-team/tree/main/skills/cast-audit
Command: npx skills add https://github.com/ek33450505/claude-agent-team --skill cast-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Comprehensive CAST codebase audit to surface drift across bugs, security, performance, and test coverage by dispatching four parallel researchers to generate a dated report.

Core Features & Use Cases

  • Parallel 4-researcher audits for comprehensive coverage
  • Generates dated reports at ~/.claude/reports/cast-audit-YYYY-MM-DD.md
  • Supports modular section audits (security, bugs, performance, coverage) and scheduling
  • Provides scheduled monthly execution and audit history

Quick Start

Invoke /cast-audit to run the monthly CAST codebase audit and generate the report.

Frequently Asked Questions about cast-audit

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

FAQPage Schema
How do I automate a monthly codebase audit for security and performance drift?

You can automate a monthly codebase audit by dispatching four parallel researchers to analyze security, bugs, performance, and test coverage, compiling findings into a dated report at ~/.claude/reports/cast-audit-YYYY-MM-DD.md.

What is the best way to run parallel codebase audits for bugs and test coverage?

Running parallel codebase audits for bugs and test coverage is best handled by dispatching four modular researchers simultaneously, which generates individual section reports before compiling a final collated audit document.

Can I schedule a recurring monthly codebase audit automatically?

Yes, monthly codebase audits support scheduled execution to automate recurring checks, dispatching parallel researchers on a set schedule to produce a dated audit report tracking drift and regressions over time.

Does the codebase audit report include separate sections for security and performance?

The codebase audit report applies modular section audits, generating separate per-section reports for security, bugs, performance, and test coverage before collating them into the final dated markdown file.

Where is the final codebase audit report saved after a parallel dispatch?

The final collated codebase audit report is saved locally as a markdown file at ~/.claude/reports/cast-audit-YYYY-MM-DD.md, using the current date to maintain a chronological audit history.

What are the limitations of using parallel researchers for a codebase audit?

Parallel codebase audits require scheduling and parallel dispatch capabilities to function, meaning the process depends on a supported environment to execute the four researchers and compile the final collated report successfully.