audit-output

Audit pipeline outputs after a completed run and generate a structured report.

15|6|Updated May 7, 2026
One-click install
npx skills add https://github.com/MinhThang1009/dotclaude --skill audit-output
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-output
Source: https://github.com/MinhThang1009/dotclaude/tree/main/plugins/subagent-system/skills/audit-output
Command: npx skills add https://github.com/MinhThang1009/dotclaude --skill audit-output

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill audits pipeline outputs after a completed run, providing structured verification and reporting. It requires the project's test command as an argument; without it, Level 4 regression tests are skipped and the audit report may be incomplete.

Core Features & Use Cases

  • Level-based checks: performs structural checks, content sampling, severity gating, semantic review, and optional regression validation.
  • Argument-driven auditing: uses the provided test command to drive validations and generate an audit report.
  • Conditional reporting: marks findings as complete or incomplete based on input availability and severity.

Quick Start

Provide the project's test command to run the audit after a pipeline run.

Frequently Asked Questions about audit-output

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

FAQPage Schema
How do I verify pipeline outputs after a CI/CD run?

Verifying pipeline outputs after a CI/CD run involves performing structural checks, content sampling, and severity gating to validate results. Providing the project's test command enables optional regression validation for deeper verification.

What happens if I do not provide a test command for pipeline regression checks?

Without a test command for regression checks, Level 4 regression validation is skipped. The audit report may be incomplete, as conditional reporting marks findings based on input availability and severity gating.

Can I use automated post-run verification across different software projects?

Yes, automated post-run verification applies to CI/CD workflows across different software projects. It requires the project's specific test command as an argument to drive multi-level checks and generate conditional audit reports.

How does conditional reporting work during a pipeline audit?

Conditional reporting during a pipeline audit marks findings as complete or incomplete based on input availability and severity. It evaluates structural checks, content sampling, and semantic reviews to gate the final audit report.

What is the best way to generate a structured audit report after a pipeline run?

Generating a structured audit report after a pipeline run is best achieved through argument-driven auditing that performs multi-level checks including structural validation, severity gating, and optional regression tests to verify results.