infrastructure-reporting

Generate comprehensive network infrastructure reports including health status, performance analysis, security audits, and capacity planning recommendations.

25 stars

Best use case

infrastructure-reporting is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Generate comprehensive network infrastructure reports including health status, performance analysis, security audits, and capacity planning recommendations.

Teams using infrastructure-reporting should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/infrastructure-reporting/SKILL.md --create-dirs "https://raw.githubusercontent.com/ComeOnOliver/skillshub/main/skills/aiskillstore/marketplace/dataknifeai/infrastructure-reporting/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/infrastructure-reporting/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How infrastructure-reporting Compares

Feature / Agentinfrastructure-reportingStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Generate comprehensive network infrastructure reports including health status, performance analysis, security audits, and capacity planning recommendations.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 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 Skills

collecting-infrastructure-metrics

25
from ComeOnOliver/skillshub

This skill enables Claude to collect comprehensive infrastructure performance metrics across compute, storage, network, containers, load balancers, and databases. It is triggered when the user requests "collect infrastructure metrics", "monitor server performance", "set up performance dashboards", or needs to analyze system resource utilization. The skill configures metrics collection, sets up aggregation, and helps create infrastructure dashboards for health monitoring and capacity tracking. It supports configuration for Prometheus, Datadog, and CloudWatch.

detecting-infrastructure-drift

25
from ComeOnOliver/skillshub

This skill enables Claude to detect infrastructure drift from a desired state. It uses the `drift-detect` command to identify discrepancies between the current infrastructure configuration and the intended configuration, as defined in infrastructure-as-code tools like Terraform. Use this skill when the user asks to check for infrastructure drift, identify configuration changes, or ensure that the current infrastructure matches the desired state. It is particularly useful in DevOps workflows for maintaining infrastructure consistency and preventing configuration errors. Trigger this skill when the user mentions "drift detection," "infrastructure changes," "configuration drift," or requests a "drift report."

generating-infrastructure-as-code

25
from ComeOnOliver/skillshub

This skill enables Claude to generate Infrastructure as Code (IaC) configurations. It uses the infrastructure-as-code-generator plugin to create production-ready IaC for Terraform, CloudFormation, Pulumi, ARM Templates, and CDK. Use this skill when the user requests IaC configurations for cloud infrastructure, specifying the platform (e.g., Terraform, CloudFormation) and cloud provider (e.g., AWS, Azure, GCP), or when the user needs help automating infrastructure deployment. Trigger terms include: "generate IaC", "create Terraform", "CloudFormation template", "Pulumi program", "infrastructure code".

checking-infrastructure-compliance

25
from ComeOnOliver/skillshub

Execute use when you need to work with compliance checking. This skill provides compliance monitoring and validation with comprehensive guidance and automation. Trigger with phrases like "check compliance", "validate policies", or "audit compliance".

import-infrastructure-as-code

25
from ComeOnOliver/skillshub

Import existing Azure resources into Terraform using Azure CLI discovery and Azure Verified Modules (AVM). Use when asked to reverse-engineer live Azure infrastructure, generate Infrastructure as Code from existing subscriptions/resource groups/resource IDs, map dependencies, derive exact import addresses from downloaded module source, prevent configuration drift, and produce AVM-based Terraform files ready for validation and planning across any Azure resource type.

terraform-infrastructure

25
from ComeOnOliver/skillshub

Terraform infrastructure as code workflow for provisioning cloud resources, creating reusable modules, and managing infrastructure at scale.

reporting-sprints

25
from ComeOnOliver/skillshub

Use this skill when you need to report on a sprint

reporting-issues

25
from ComeOnOliver/skillshub

Use this skill when you need to report on a troubleshooting session

infrastructure-management

25
from ComeOnOliver/skillshub

Manage network hosts and devices across all UniFi sites. Monitor host status, device configuration, and infrastructure health for comprehensive inventory management.

test-infrastructure

25
from ComeOnOliver/skillshub

When invoked:

infrastructure

25
from ComeOnOliver/skillshub

Infrastructure as Code patterns for deploying Guts nodes using Terraform, Docker, and Kubernetes

cloud-infrastructure

25
from ComeOnOliver/skillshub

Cloud infrastructure design and deployment patterns for AWS, Azure, and GCP. Use when designing cloud architectures, implementing IaC with Terraform, optimizing costs, or setting up multi-region deployments.