audit-master

Validate feature-miner outputs and generate features.json with an audit report.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Swear4/agent_rules --skill audit-master
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-master
Source: https://github.com/Swear4/agent_rules/tree/main/agent-universal/skills/audit-master
Command: npx skills add https://github.com/Swear4/agent_rules --skill audit-master

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Compile, valide et dédoublonne les fonctionnalités extraites par feature-miner. Vérifie chaque sourcePath, détecte les oublis via codebase_map.json, et génère le features.json final. À utiliser APRÈS feature-miner.

Core Features & Use Cases

  • End-to-end quality gate enforcement across features, including chain integrity checks and exhaustive audit reporting.
  • Vertical synthesis to merge API and UI entries when they describe a single business capability, while preserving separate tertiary items for micro-capacities when needed.
  • Produces a final features.json with a comprehensive audit report, including metrics, gaps, and remediation actions.

Quick Start

Run the audit-master after feature-miner to validate features and generate the final features.json and audit report.

Frequently Asked Questions about audit-master

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

FAQPage Schema
How do I validate extracted features and ensure data integrity in my codebase?

Feature validation ensures data integrity by verifying source paths against codebase_map.json and scan_results.json. This process detects omissions and enforces quality gates to guarantee non-duplication of extracted features.

What is the best way to deduplicate mined features from a codebase scan?

Deduplicating mined features is best achieved through vertical synthesis, which merges API and UI entries describing a single business capability. This consolidation removes duplicates while preserving separate tertiary items for micro-capacities.

How do I enforce quality gates when auditing mined software features?

You enforce quality gates by applying an audit process that checks chain integrity across extracted features. This validates end-to-end mappings and generates an exhaustive audit report with actionable remediation guidance.

Do I need to run feature-miner before auditing and consolidating features?

Yes, you must run feature-miner before auditing to generate the required input files. The audit process verifies codebase_map.json, scan_results.json, and features_raw.json produced by feature-miner to create the final features.json.

Why does my feature audit report show gaps and how do I remediate them?

Feature audit reports show gaps because validation detects missing source paths and omissions by comparing against codebase_map.json. The final report surfaces these gaps along with actionable remediation guidance to fix them.