infrastructure-reporting
Generate comprehensive network infrastructure reports including health status, performance analysis, security audits, and capacity planning recommendations.
What this skill does
# Infrastructure Reporting Skill Generate comprehensive reports for network health, performance, security, and capacity planning. ## What this skill does This skill enables you to: - Generate network health and status reports - Create performance analysis reports - Generate security audit and compliance reports - Create device inventory reports - Produce capacity planning recommendations - Generate multi-site comparison reports - Create executive summary dashboards ## When to use this skill Use this skill when you need to: - Create periodic health check reports - Document network performance - Generate audit documentation for compliance - Plan infrastructure upgrades - Compare performance across sites - Create dashboards for monitoring - Generate executive reports for stakeholders - Document security posture ## Available Tools - All network tools combined for comprehensive reporting - `get_network_sites` - Site overview - `get_site_health` - Health metrics - `get_network_devices` - Device inventory - `get_network_device_stats` - Performance data - `get_network_clients` - Client information - `get_client_stats` - Client metrics - `get_wifi_networks` - WiFi configuration - `get_firewall_zones` - Security zones - `get_acl_rules` - Access controls - `get_network_info` - System information ## Typical Workflows ### Weekly Health Report 1. Gather data from all sites using `get_site_health` 2. Use `get_network_devices` to list devices 3. Use `get_network_device_stats` for performance 4. Summarize findings with recommendations 5. Create executive summary ### Monthly Performance Report 1. Use `get_network_device_stats` for device metrics 2. Use `get_client_stats` for client performance 3. Analyze trends and patterns 4. Create performance dashboards 5. Identify improvement opportunities ### Security & Compliance Audit 1. Use `get_firewall_zones` for network segmentation 2. Use `get_acl_rules` for access controls 3. Use `get_network_info` for system info 4. Document security posture 5. Create audit trail and recommendations ### Capacity Planning Report 1. Gather inventory with `get_network_devices` 2. Analyze usage with `get_network_device_stats` 3. Project future needs 4. Recommend upgrades 5. Estimate timelines and costs ## Example Questions - "Generate a weekly health report" - "Create a monthly performance report" - "Generate a security audit report" - "Perform capacity planning analysis" - "Compare health across all sites" - "Create an executive dashboard" - "Generate a device inventory report" - "Create a compliance audit report" ## Response Format When using this skill, I provide: - Executive summary with key findings - Detailed data analysis with metrics - Visual representations (tables, charts) - Trend analysis and forecasting - Specific recommendations with priority - Risk assessments - Action items with timelines - Comparison across sites (if applicable)
Related in Security
mac-ops
IncludedComprehensive macOS workstation operations — diagnose kernel panics, identify failing drives, audit launchd startup items, decode wake reasons, triage TCC permission denials, manage APFS snapshots, recover from no-boot. Use for: Mac is slow, slow bootup, won't boot, kernel panic, kernel_task hot, mds_stores CPU, photoanalysisd, cloudd, login loop, gray screen, sleep wake failure, drive failing, IO errors, APFS snapshots eating space, Time Machine local snapshots, Spotlight indexing, launchd, LaunchAgent, LaunchDaemon, login items, TCC permissions, Full Disk Access, Screen Recording denied, Gatekeeper, quarantine, com.apple.quarantine, app is damaged, helper tool, /Library/PrivilegedHelperTools, pmset, wake reasons, dark wake, sysdiagnose, panic.ips, DiagnosticReports, configuration profile, MDM profile, remote diagnostics over SSH.
a11y-audit
IncludedRun accessibility audits on web projects combining automated scanning (axe-core, Lighthouse) with WCAG 2.1 AA compliance mapping, manual check guidance, and structured reporting. Output is configurable: markdown report only, markdown plus machine-readable JSON, or markdown plus issue tracker integration. Use this skill whenever the user mentions "accessibility audit", "a11y audit", "WCAG audit", "accessibility check", "compliance scan", or asks to check a web project for accessibility issues. Also trigger when the user wants to verify WCAG conformance or map findings to a specific standard (CAN-ASC-6.2, EN 301 549, ADA/AODA).
erpclaw
IncludedAI-native ERP system with self-extending OS. Full accounting, invoicing, inventory, purchasing, tax, billing, HR, payroll, advanced accounting (ASC 606/842, intercompany, consolidation), and financial reporting. 413 actions across 14 domains, 43 expansion modules. Constitutional guardrails, adversarial audit, schema migration. Double-entry GL, immutable audit trail, US GAAP.
assess
IncludedAssesses and rates quality 0-10 across multiple dimensions (correctness, maintainability, security, performance, testability, simplicity) with pros/cons analysis. Compares against project conventions and prior decisions from memory. Produces structured evaluation reports with actionable improvement suggestions. Use when evaluating code, designs, architectures, or comparing alternative approaches.
spring-boot-security-jwt
IncludedProvides JWT authentication and authorization patterns for Spring Boot 3.5.x covering token generation with JJWT, Bearer/cookie authentication, database/OAuth2 integration, and RBAC/permission-based access control using Spring Security 6.x. Use when implementing authentication or authorization in Spring Boot applications.
code-hardcode-audit
IncludedDetect hardcoded values, magic numbers, and leaked secrets. TRIGGERS - hardcode audit, magic numbers, PLR2004, secret scanning.