event-manager

Analyze audit event logs to propose JSON policy adjustments for recurring violations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps diagnose and resolve recurring policy violations, such as hook violations or ownership breaches, by analyzing audit logs and proposing structured policy adjustments.

Core Features & Use Cases

  • Pattern Identification: Detects recurring patterns in audit events like TOOL_USE_BLOCKED, SECRET_DETECTED, and MCP_BLOCKED.
  • Policy Proposal: Generates concrete, actionable JSON proposals for adjusting policies to fix identified patterns.
  • Use Case: If your be-go worker is repeatedly blocked from writing to the backend/ directory, this Skill can analyze the audit logs, confirm the pattern, and propose adding a specific be-go profile to your hooks-config.json or agent manifest.

Quick Start

Analyze audit events in audit/events/ to identify recurring policy violations and propose adjustments.

Frequently Asked Questions about event-manager

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

FAQPage Schema
How do I diagnose recurring policy violations from audit event logs?

To diagnose recurring policy violations, analyze audit event logs for patterns like TOOL_USE_BLOCKED, SECRET_DETECTED, and MCP_BLOCKED, then generate structured JSON policy adjustments for hook enforcement and access control.

Why does my worker keep getting blocked from writing to a specific directory?

Your worker keeps getting blocked because of a policy misconfiguration in hook enforcement or agent manifests; analyze audit logs to confirm the pattern and propose adding a specific profile to your hooks-config.json.

What's the best way to fix systematic hook violations in an agent framework?

The best way to fix systematic hook violations is to analyze audit events to identify recurring patterns, then generate concrete JSON proposals that adjust policies in hook configurations and agent manifests.

Do I need access to agent manifests and hook configurations to analyze policy violations?

Yes, you need access to audit logs, hook configurations, and agent manifests to perform pattern detection and generate accurate policy adjustment proposals for access control.

Can I use audit logs to propose access control adjustments for ownership breaches?

Yes, you can use audit logs to detect ownership breaches and other policy violations, then produce structured JSON proposals to adjust access control policies and resolve the identified issues.