perf-monitor

Diagnose and rank production performance issues from New Relic, Logtails, PGHero, and Airbrake telemetry.

1|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/przbadu/skills-factory --skill perf-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: perf-monitor
Source: https://github.com/przbadu/skills-factory/tree/main/skills/perf-monitor
Command: npx skills add https://github.com/przbadu/skills-factory --skill perf-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill turns a fragmented daily performance review into a single, prioritized workflow for finding, scoring, and fixing production issues before they spread across customers.

Core Features & Use Cases

  • End-to-End Monitoring: Reviews New Relic, Logtails, PGHero, and Airbrake together to build a complete picture of app health.
  • Impact-Based Prioritization: Scores slow transactions, timeouts, error pages, and slow queries so the most important problem is handled first.
  • Automated Follow-Through: Generates a markdown report, proposes the best fix, and prepares the issue for implementation and pull request creation.
  • Use Case: A support or platform engineer can run a morning production check, identify which company or endpoint is most affected, and quickly move from detection to remediation.

Quick Start

Ask the perf-monitor skill to run a daily production performance check and generate a scored report with the highest-impact fix recommendation.

Frequently Asked Questions about perf-monitor

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

FAQPage Schema
How do I monitor production performance issues across New Relic, Logtails, PGHero, and Airbrake?

Production performance monitoring across New Relic, Logtails, PGHero, and Airbrake is done by aggregating telemetry from all four tools to diagnose and rank slow transactions, timeouts, and database bottlenecks into a single prioritized report.

What's the best way to triage slow transactions and error pages in a live web application?

Triage slow transactions and error pages by scoring their impact using telemetry from New Relic and Airbrake, which ranks issues by severity so the most critical endpoint or affected company is addressed first.

Can I use Chrome browser automation to run a daily production health check?

Yes, daily production health checks require Chrome browser automation to access authenticated monitoring tools like New Relic, Logtails, PGHero, and Airbrake to retrieve and analyze live application telemetry.

How do I generate a prioritized report for database bottlenecks and timeout triage?

Generate a prioritized report for database bottlenecks and timeout triage by analyzing PGHero slow queries and New Relic transaction data, which produces a markdown report with impact scores and fix recommendations.

Does the perf-monitor skill support worktree-based fixes and pull request creation?

Yes, perf-monitor supports worktree-based fixes and pull request creation by proposing the best remediation for the highest-impact issue and preparing the implementation directly within the workflow.

Why should I use a single workflow instead of checking monitoring tools separately?

A single workflow prevents fragmented reviews by combining telemetry from New Relic, Logtails, PGHero, and Airbrake, identifying which company or endpoint is most affected before issues spread across customers.