audit-manager

Aggregate JSONL audit event logs into human-readable Markdown reports.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/MassimilianoPili/agent-framework --skill audit-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-manager
Source: https://github.com/MassimilianoPili/agent-framework/tree/main/.claude/agents/audit-manager
Command: npx skills add https://github.com/MassimilianoPili/agent-framework --skill audit-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation of human-readable reports from complex, structured audit logs, making it easier to understand compliance, identify violations, and analyze task execution.

Core Features & Use Cases

  • Post-Plan Auditing: Automatically create detailed audit trails after a plan completes.
  • Compliance Reporting: Generate reports for regulatory compliance by summarizing hook violations and security events.
  • Incident Analysis: Analyze hook violations and task failures to understand root causes.
  • Use Case: After a complex software delivery plan, use this Skill to generate a report detailing all ownership violations, secret detections, and task successes/failures, providing a clear overview for review.

Quick Start

Use the audit-manager skill to generate a report for plan 'plan-abc123'.

Frequently Asked Questions about audit-manager

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

FAQPage Schema
How do I generate compliance reports from JSONL audit logs?

To generate audit trails, this Skill reads structured JSONL event files and aggregates them into human-readable Markdown reports. It specifically summarizes hook violations and task executions for post-execution compliance review.

What is the best way to summarize hook violations and task executions?

The best way to summarize hook violations is to aggregate structured audit event logs into a consolidated Markdown report. This provides a clear overview of security violations, ownership issues, and task successes or failures.

Can I automate incident analysis for software delivery pipelines?

Yes, you can automate incident analysis by processing structured audit event logs from task executions and hook violations. This generates detailed Markdown reports that help identify root causes within software development pipelines.

Does audit reporting work with post-execution analysis of plan completions?

Yes, audit reporting works for post-execution analysis by automatically creating detailed audit trails after a plan completes. It reads JSONL event files to summarize security events and task failures.

Do I need JSONL event files to create audit trails?

Yes, you need JSONL event files containing structured audit logs to create audit trails. The Skill requires reading these files to aggregate and summarize hook violations and task executions into Markdown reports.

What format are the generated compliance reports written in?

The generated compliance reports are written in Markdown format. The Skill writes these human-readable reports to a specified directory after aggregating and summarizing the structured audit event logs.