--- description: Audit NetBox changes with filtering by date, user, or object type --- # CMDB Change Audit Query and analyze the NetBox audit log for change tracking and compliance. ## Skills to Load - `skills/visual-header.md` - `skills/change-audit.md` - `skills/mcp-tools-reference.md` ## Usage ``` /change-audit [filters] ``` **Filters:** - `last days/hours` - Changes within time period - `by ` - Changes by specific user - `type ` - Changes to specific object type - `action ` - Filter by action type - `object ` - Search for changes to specific object ## Instructions Execute `skills/visual-header.md` with context "Change Audit". Execute `skills/change-audit.md` which covers: 1. Parse user request for filters 2. Query object changes via MCP 3. Enrich data with detailed records 4. Analyze patterns 5. Generate report ## Security Audit Mode If user asks for "security audit" or "compliance report": - Focus on deletions and permission-sensitive changes - Highlight changes to critical objects (firewalls, VRFs, prefixes) - Flag changes outside business hours - Identify users with high change counts ## Examples - `/change-audit` - Recent changes (last 24 hours) - `/change-audit last 7 days` - Past week - `/change-audit by admin` - All changes by admin - `/change-audit type dcim.device` - Device changes only - `/change-audit action delete` - All deletions ## User Request $ARGUMENTS