audit

Audit TypeScript projects against layered architecture rules and generate OPUS AUDIT REPORTs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a comprehensive audit of a project, combining code quality, design, security, and documentation checks into a coherent report.

Core Features & Use Cases

  • Cross-Project Audit: Evaluate code quality, design compliance, legality, and architecture.
  • Actionable Reports: Produce a structured report with prioritized remediation.
  • Use Case: Run a project-wide audit before a major release to ensure readiness.

Quick Start

Execute /audit to perform a full project audit and generate a report.

Frequently Asked Questions about audit

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

FAQPage Schema
How do I audit a project for code quality and compliance?

Project audits combine code quality, design, security, and documentation checks into a structured report. Execute /audit to perform a full project-wide scan that evaluates TypeScript strictness, architectural patterns, legal compliance, and security posture, generating prioritized findings and corrective actions.

What does a project audit check for?

An audit validates code quality, design-system adherence, legal compliance, architecture conformance, security, and performance. It enforces patterns like strict TypeScript mode, forbidden and required code patterns, and layered architecture rules, then scores and reports on deviations.

When should I run a full project audit?

Run audits before major releases to ensure readiness, during pull request reviews to catch compliance gaps, or across the full project to establish baseline quality. Audits are designed for pre-release validation and continuous compliance checking.

Can I use an audit to validate architecture patterns in my codebase?

Yes. The audit workflow scans, analyzes, scores, and reports on architecture conformance, including layered architecture rules and design-system patterns. It identifies violations and recommends corrective actions to align your codebase with defined standards.

What output does a project audit generate?

Audits produce a structured OPUS AUDIT REPORT containing scores across quality dimensions, prioritized findings with severity levels, and actionable corrective actions. The report supports both high-level summaries and detailed remediation guidance.

Does an audit work for security and performance reviews?

Yes. Audit scope includes security and performance evaluation alongside code quality and compliance. It integrates these dimensions into a single comprehensive report with findings and recommendations for each category.