codebase-audit

Audit the accumulated repository at HEAD for cross-cutting specification, logic, redundancy, documentation, and security defects.

15|5|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/sohei56/maul-team --skill codebase-audit-sohei56
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codebase-audit
Source: https://github.com/sohei56/maul-team/tree/main/skills/codebase-audit
Command: npx skills add https://github.com/sohei56/maul-team --skill codebase-audit-sohei56

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill finds cross-cutting defects that diff-scoped reviews miss by auditing the accumulated repository at HEAD, helping teams detect specification drift, wiring failures, duplication, stale documentation, and product-wide security gaps before integration.

Core Features & Use Cases

  • Four-Axis Whole-Repository Audit: Runs parallel reviews for spec conformance, logic defects, redundancy, and product security.
  • Class-Level Finding Management: Sweeps each defect pattern across the repository, deduplicates occurrences, batches documentation drift, and creates actionable draft PBIs.
  • Sprint and Integration Controls: Performs a non-blocking cross-review audit every Sprint and a thin integration-entry re-check that blocks testing when unresolved Critical or High findings remain.
  • Use Case: At the end of a Development Sprint, audit the accumulated codebase, consolidate all occurrences of each defect class into complete remediation PBIs, and verify the repository is ready for integration testing.

Quick Start

Run the codebase audit in cross-review mode to inspect the repository at HEAD, synthesize findings, and route remediation PBIs according to severity.

Frequently Asked Questions about codebase-audit

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

FAQPage Schema
How do I find cross-cutting logic defects in my codebase that diff-scoped reviews miss?

A whole-repository codebase audit at HEAD identifies cross-cutting specification, logic, and product-security defects that diff-scoped reviews miss. It runs parallel read-only agent reviews across the accumulated repository to detect specification drift, wiring failures, and redundancy.

What is the best way to consolidate duplicate code findings into actionable backlog items?

The best way to consolidate duplicate code findings is to perform class-level finding management during a codebase audit. This sweeps each defect pattern across the repository, deduplicates occurrences, batches documentation drift, and creates controlled draft PBIs for remediation.

How does a codebase audit check spec conformance before integration testing?

A codebase audit checks spec conformance before integration testing by running a thin integration-entry re-check. This blocks testing when unresolved Critical or High findings remain, verifying the repository is ready by reviewing enabled specifications, requirements, and test suites.

Can I use a codebase audit for non-blocking reviews during a Scrum sprint workflow?

Yes, you can use a codebase audit for non-blocking cross-review ceremonies at the end of a Development Sprint. It inspects the repository at HEAD, synthesizes findings, and routes remediation PBIs according to severity without halting ongoing development.

Does static analysis at HEAD detect product security gaps across the full repository?

Static analysis at HEAD detects product security gaps by auditing the accumulated repository across four parallel axes, including product security. It identifies whole-repository vulnerabilities and stale documentation before integration testing begins.