web performance regression detective
by nowrich
Detects, classifies, and prioritizes web performance regressions by correlating metrics with deployment changes.
Secure checkout via Stripe
Works with the AI tools you already use
See it in action
You say
Compare baseline (LCP 2100ms, CLS 0.05) to current (LCP 3800ms, CLS 0.25) after deploying hero-v2.jpg and updating analytics.js. Prioritize the fixes.
Your agent does
Detected Regressions:
- CLS (0.05 -> 0.25): Significant. Suspected: hero-v2.jpg. Impact: High (SEO/Bounce risk).
- LCP (2.1s -> 3.8s): Significant. Suspected: hero-v2.jpg size. Impact: Medium.
Priority Fix: Optimize hero-v2.jpg to WebP and set explicit dimensions to resolve CLS.
What you get
About this skill
The problem
Manual performance audits often fail to distinguish between random network noise and actual code regressions. Developers waste hours chasing minor metric fluctuations while critical Core Web Vitals issues slip into production undetected.
What it does
- Analyzes metric snapshots to identify statistically significant performance regressions in LCP, FID, CLS, and TTI.
- Correlates performance drops with specific deployments, asset updates, or third-party script changes.
- Scores and ranks remediation tasks based on user impact, business risk, and implementation effort.
- Generates structured re-verification plans including target metrics and synthetic monitoring tasks.
Why this beats prompting it yourself
General-purpose prompts often treat every metric increase as a bug. This skill uses specific statistical thresholds and heuristic mapping to filter out noise, ensuring you only alert the team for regressions that actually impact SEO and conversion rates.
Use cases
- Post-deployment sanity checks to catch layout shifts or bundle size bloat.
- Third-party dependency monitoring to detect slow external scripts.
- Prioritizing technical debt by quantifying the conversion risk of specific performance bottlenecks.
Known limitations
Requires accurate input metrics, as missing data leads to false classifications. Root cause detection is heuristic-based and may require manual verification for complex infrastructure issues.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean today
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Frequently Asked Questions
Popular in AI Agents & LLM Ops
agentic-workflow
A risk-aware, evidence-based engineering lifecycle protocol for robust agentic task execution and safety.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.

prompt-engineer
Professional prompt engineering patterns for building robust, secure, and production-ready LLM applications.
codex-grade-coding
Turn your AI agent into a senior engineer with strict task classification and verification-driven coding protocols.