network-testing

Comprehensive network testing, benchmarking, and performance validation skill

509 stars

Best use case

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

Comprehensive network testing, benchmarking, and performance validation skill

Teams using network-testing 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/network-testing/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/specializations/network-programming/skills/network-testing/SKILL.md"

Manual Installation

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

How network-testing Compares

Feature / Agentnetwork-testingStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Comprehensive network testing, benchmarking, and performance validation skill

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

# Network Testing Skill

Comprehensive skill for network testing, benchmarking, and performance validation across all network layers.

## Capabilities

- **Bandwidth Testing**: Run iperf3/netperf for throughput and bandwidth measurement
- **Load Testing**: Execute load tests with wrk, hey, k6, and Apache Bench
- **Latency Analysis**: Measure and analyze latency with ping, mtr, hping3, and traceroute
- **Protocol Conformance**: Conduct protocol conformance testing against specifications
- **Chaos Engineering**: Run chaos engineering network tests (packet loss, latency injection)
- **Test Reporting**: Generate comprehensive network test reports with metrics
- **Performance Benchmarking**: Benchmark network performance against baselines
- **Connection Testing**: Test connection establishment, teardown, and pooling

## Tools and Dependencies

- `iperf3` - Network bandwidth measurement
- `netperf` - Network performance testing
- `wrk` - HTTP benchmarking tool
- `k6` - Modern load testing tool
- `hey` - HTTP load generator
- `tc` - Traffic control for network shaping
- `mtr` - Network diagnostic tool
- `hping3` - TCP/IP packet assembler

## Target Processes

- network-testing-framework.js
- load-testing-tool.js
- protocol-fuzzer.js

## Usage Examples

### Bandwidth Testing
```bash
iperf3 -c server.example.com -t 30 -P 4
iperf3 -s -p 5201
```

### HTTP Load Testing
```bash
wrk -t12 -c400 -d30s http://localhost:8080/
k6 run --vus 100 --duration 30s script.js
hey -n 10000 -c 100 http://localhost:8080/
```

### Latency Analysis
```bash
mtr --report --report-cycles 100 example.com
hping3 -S -p 80 -c 100 example.com
```

### Network Chaos
```bash
tc qdisc add dev eth0 root netem delay 100ms 10ms
tc qdisc add dev eth0 root netem loss 5%
```

## Quality Gates

- Bandwidth meets requirements
- Latency within SLA thresholds
- Error rates below threshold
- Connection handling validated
- Protocol conformance verified

Related Skills

react-testing-library

509
from a5c-ai/babysitter

React Testing Library patterns, queries, user events, and accessibility testing.

Network Protocol Analysis Skill

509
from a5c-ai/babysitter

Network protocol capture, analysis, and fuzzing capabilities

cloud-security-testing

509
from a5c-ai/babysitter

Multi-cloud security assessment and penetration testing capabilities. Execute Prowler/ScoutSuite assessments, analyze IAM policies, identify cloud misconfigurations, test permissions, and enumerate cloud resources across AWS/GCP/Azure.

Stryker Mutation Testing

509
from a5c-ai/babysitter

Stryker mutation testing for assessing test suite quality and effectiveness

pytest Testing

509
from a5c-ai/babysitter

Expert pytest framework for Python unit, integration, and functional testing

Playwright E2E Testing

509
from a5c-ai/babysitter

Deep integration with Playwright for browser automation and end-to-end testing

Percy Visual Testing

509
from a5c-ai/babysitter

Percy visual testing platform integration for visual regression detection

pact-contract-testing

509
from a5c-ai/babysitter

Consumer-driven contract testing with Pact framework. Generate consumer contracts, configure Pact Broker publishing, execute provider verification, detect breaking changes, and integrate with CI/CD pipelines.

k6 Performance Testing

509
from a5c-ai/babysitter

k6 load testing expertise for performance validation and analysis

JMeter Performance Testing

509
from a5c-ai/babysitter

Apache JMeter expertise for enterprise-grade load and performance testing

Jest Testing

509
from a5c-ai/babysitter

Expert Jest testing framework for JavaScript/TypeScript unit and integration testing

Cypress E2E Testing

509
from a5c-ai/babysitter

Expert Cypress testing framework integration for browser-based end-to-end testing