se-product-pulse

Aggregate usage, performance, and error data into a single-page pulse report.

Updated May 7, 2026
One-click install
npx skills add https://github.com/simonwjackson/pi-software-engineering --skill se-product-pulse
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: se-product-pulse
Source: https://github.com/simonwjackson/pi-software-engineering/tree/main/skills/se-product-pulse
Command: npx skills add https://github.com/simonwjackson/pi-software-engineering --skill se-product-pulse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pulse generation consolidates product health signals from analytics, tracing, and payments into a single, readable view, enabling teams to spot issues and trends quickly without manual data aggregation.

Core Features & Use Cases

  • Single-page pulse: queries usage, performance, errors, and follow-ups for a defined lookback window.
  • Automated report storage: saves the generated pulse to docs/pulse-reports/ and surfaces headlines in chat.
  • Non-mutative operations: reads data sources in read-only mode and writes only the pulse report and local config updates.

Quick Start

Run se-product-pulse to generate the latest pulse and save the report under docs/pulse-reports.

Frequently Asked Questions about se-product-pulse

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

FAQPage Schema
How do I consolidate product health signals into a single report?▼

Product health consolidation aggregates usage, performance, and error data into a single-page pulse. It queries analytics and tracing sources within a specified lookback window to spot issues and trends quickly.

What is the best way to generate an automated product pulse from analytics and tracing data?▼

An automated product pulse queries analytics and tracing sources in read-only mode to assemble a single-page report. It surfaces key headlines in chat and saves the generated pulse to docs/pulse-reports.

Can I aggregate product health metrics without manually querying multiple data sources?▼

Yes, product health aggregation automatically queries usage, performance, errors, and optional payments data. It assembles these metrics into a readable single-page view, eliminating the need for manual data aggregation.

Does generating a product health pulse modify my underlying analytics or tracing data?▼

No, generating a product pulse reads data sources in read-only mode. It performs non-mutative operations and writes only non-PII reports and local config updates.

How do I store automated pulse reports for future reference?▼

Automated pulse reports are saved directly to docs/pulse-reports. The tool generates the report file and simultaneously surfaces the key headlines in chat for immediate visibility.

What lookback window is needed to capture product health trends accurately?▼

A lookback window for product health trends is specified during pulse generation. The tool queries usage, performance, and error data within that defined timeframe to assemble the single-page report.