x-lib-audit-rules

Audit project rules and knowledge packs against the codebase.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/edercnj/ia-dev-environment --skill x-lib-audit-rules
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: x-lib-audit-rules
Source: https://github.com/edercnj/ia-dev-environment/tree/main/src/main/resources/claude/skills/x-lib-audit-rules
Command: npx skills add https://github.com/edercnj/ia-dev-environment --skill x-lib-audit-rules

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits the compliance of project rules and knowledge packs against the codebase, surfacing violations and enabling rapid remediation planning.

Core Features & Use Cases

  • Discover and scan all project rules and knowledge packs
  • Launch parallel subagents for rule and knowledge-pack scanning and produce a unified report
  • Generate actionable remediation stories or tasks when needed

Quick Start

Run the audit to verify all rules and knowledge packs against your codebase and generate a consolidated report.

Frequently Asked Questions about x-lib-audit-rules

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

FAQPage Schema
How do I audit code rules and knowledge packs against a full codebase?▼

Codebase compliance auditing works by launching parallel subagents to scan all project rules and knowledge packs simultaneously, aggregating findings into a structured executive report with per-rule severity categorizations.

What is parallel scanning for code quality compliance?▼

Parallel scanning for code quality compliance launches multiple subagents simultaneously to evaluate project rules and knowledge packs, aggregating their findings into a single structured executive report with severity categorizations.

Can I generate remediation tasks from a codebase audit report?▼

Yes, you can generate remediation tasks from a codebase audit report by running the scan with the --fix option, which triggers optional story generation to create actionable tasks based on the identified rule violations.

Does the codebase audit tool support standalone and orchestrated runs?▼

Yes, the codebase audit tool supports both standalone and orchestrated runs, allowing you to execute independent compliance checks or integrate the parallel scanning process directly into a larger automated workflow pipeline.

What is included in an executive code quality audit report?▼

An executive code quality audit report includes structured findings for each project rule and knowledge pack, featuring aggregated results, severity categorization for violations, and optional remediation stories when the --fix flag is applied.