ce-product-pulse

Generates time-windowed product health pulse reports from usage, performance, error data.

1|Updated Jun 7, 2026
One-click install
npx skills add https://github.com/lumenhelixsolutions/HOOTai --skill ce-product-pulse-lumenhelixsolutions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-product-pulse
Source: https://github.com/lumenhelixsolutions/HOOTai/tree/main/skills/compound-engineering/cache/ce-product-pulse
Command: npx skills add https://github.com/lumenhelixsolutions/HOOTai --skill ce-product-pulse-lumenhelixsolutions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Product teams often waste time manually pulling scattered usage, performance, and error data from multiple disconnected tools to get a quick read on product health, leading to fragmented insights and slow response to critical issues.

Core Features & Use Cases

  • Time-Windowed Reporting: Generate pulse reports for custom lookback windows (e.g., 24h for launch checks, 7d for weekly recaps) tailored to your team's cadence.
  • Multi-Source Data Aggregation: Pulls data from product analytics, application tracing, payments tools, and optional read-only databases into a single concise, easy-to-scan report.
  • Safe, Read-Only Operation: All data queries are read-only, no sensitive user PII is persisted in saved reports, and read-write database access is explicitly refused to protect your systems. Use case: After a product launch, run a 24h pulse to quickly spot usage drops, error spikes, and key followup items without digging through multiple separate dashboards.

Quick Start

Use the ce-product-pulse skill with a 7d lookback window to generate a weekly product health report saved to your docs/pulse-reports folder.

Frequently Asked Questions about ce-product-pulse

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

FAQPage Schema
How do I generate a product health report combining usage, performance, and error data?

Product health pulse reports aggregate usage, performance, and error data from multiple integrated sources into a single concise report, eliminating manual data pulling for quick insights.

Can I configure custom lookback windows for weekly product recaps and launch checks?

Yes, product health reports support configurable lookback windows. You can generate 24h reports for launch-day checks or 7d windows tailored to your team's monitoring cadence.

Does the product pulse reporting process require read-write database access?

No, the product pulse reporting process explicitly refuses read-write database access and uses read-only queries. This protects your systems while gathering necessary analytics data.

Is sensitive user PII persisted in saved product health reports?

No, sensitive user PII is not persisted in saved product health reports. The reporting mechanism ensures safe operation by stripping PII from stored outputs.

What is the best way to monitor system reliability after a product launch?

The best way to monitor system reliability is generating a 24h time-windowed product pulse report. This quickly spots usage drops, error spikes, and followup items without digging through separate dashboards.