optimization-validation

Validate optimization improvements and generate a comprehensive optimization report with performance metrics.

1|1|Updated May 16, 2026
One-click install
npx skills add https://github.com/vanduc2514/hackathon-lablab-ibm-bob --skill optimization-validation-vanduc2514
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: optimization-validation
Source: https://github.com/vanduc2514/hackathon-lablab-ibm-bob/tree/main/.bob/skills/optimization-validation
Command: npx skills add https://github.com/vanduc2514/hackathon-lablab-ibm-bob --skill optimization-validation-vanduc2514

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? After applying performance and cost optimizations to a migrated system, teams need proof that changes actually improved performance without introducing regressions. This Skill systematically measures before/after metrics, runs regression and stability tests, and produces a stakeholder-ready optimization report. ## Core Features & Use Cases - Performance Benchmarking: Compares throughput, latency (P50/P95/P99), and resource utilization against the initial baseline. - Regression & Stability Testing: Confirms unit, integration, and E2E tests pass and runs extended load tests to detect memory leaks or instability. - Cost & ROI Analysis: Calculates actual infrastructure savings and payback period for the optimization effort. - Use Case: After tuning a migrated Spring Boot application (query fixes, virtual threads, connection pooling), use this Skill to validate a 45% P95 latency improvement, confirm zero regressions, and produce an optimization_report.md for stakeholder sign-off before Hypercare. ## Quick Start Validate the optimizations documented in optimization_code_improvements.md against the baseline and generate the final optimization report.

Frequently Asked Questions about optimization-validation

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

FAQPage Schema
How do I validate performance optimizations after a migration?▼

Run performance benchmarks comparing throughput, latency, and resource utilization against the initial baseline, then execute regression and extended load tests. Document before/after metrics, cost savings, and lessons learned in a structured optimization report.

What metrics should I measure in an optimization report?▼

Measure throughput in requests per second, latency at P50/P95/P99 percentiles, CPU and memory utilization, error rates, and infrastructure costs. Compare each metric against the pre-optimization baseline with percentage improvements.

How long should load testing run to confirm stability?▼

Run extended load tests of at least 30 minutes at target throughput, plus endurance tests of 2 hours or more. Check for memory leaks, connection pool exhaustion, and graceful degradation under stress.

What inputs does optimization validation require?▼

It requires the baseline performance analysis, code improvement documentation, resource tuning records, and configuration change logs, plus access to monitoring systems, testing tools, and production metrics for comparison.

What are the limitations of benchmark-based optimization validation?▼

Benchmarks only reflect tested load patterns and may miss production-specific behaviors like traffic spikes or rare edge cases. Results should be supplemented with post-deployment monitoring for at least two weeks to confirm sustained improvements.