final-audit

Produces a structured audit report of an entire feature's code and artifacts.

139|15|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/maiobarbero/my-ai-workflow --skill final-audit-maiobarbero
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: final-audit
Source: https://github.com/maiobarbero/my-ai-workflow/tree/main/skills/final-audit
Command: npx skills add https://github.com/maiobarbero/my-ai-workflow --skill final-audit-maiobarbero

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams perform a cross-cutting audit of all code produced for a feature to catch issues that individual PR reviews may miss and to ensure holistic quality, security, and consistency.

Core Features & Use Cases

  • Cross-cutting Review: Inspect the entire feature's implementation to identify systemic patterns, inconsistencies, and gaps that span multiple modules.
  • Quality Assurance & Security: Validate alignment with security best practices, data handling, and architectural decisions across the feature boundary.
  • Audit Delivery: Produce a structured findings report linked to the parent PRD and scope, ready for remediation planning.

Quick Start

Provide the feature PRD reference and the touched-file list, then run the final-audit to produce a comprehensive audit report.

Frequently Asked Questions about final-audit

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

FAQPage Schema
How do I audit a feature end-to-end for code quality and security after merge?

To audit a feature end-to-end, provide the complete feature scope, parent PRD reference, and modified file list to perform a cross-cutting review. This generates a comprehensive audit report covering security, logic, consistency, and best-practice alignment across the implementation.

What is a cross-cutting code audit and how does it differ from standard PR reviews?

A cross-cutting code audit inspects the entire feature implementation across multiple modules to identify systemic patterns and inconsistencies. Unlike standard PR reviews that check individual changes, it validates holistic quality, data handling, and architectural decisions across the complete feature boundary.

What do I need to prepare to run a comprehensive feature audit?

To run a comprehensive feature audit, you need a complete feature scope definition, the parent PRD reference, and the list of modified files. Supplying these inputs allows the audit to generate a structured findings report ready for remediation planning.

When should I perform a final feature audit in the software development lifecycle?

You should perform a final feature audit after feature completion and merge. Applying the audit at this stage ensures the entire implementation is reviewed for systemic issues, security best practices, and best-practice alignment across all modified files before final delivery.

Can I use a feature audit to check alignment with the original PRD and scope?

Yes, a feature audit validates alignment with the parent PRD and scope. It inspects the complete implementation to identify gaps between the original requirements and the final code, producing a structured findings report linked directly to the PRD for remediation planning.