One-click install
npx skills add https://github.com/konglong87/superPM --skill pm-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pm-report
Source: https://github.com/konglong87/superPM/tree/main/skills/03-growth-iteration/pm-report
Command: npx skills add https://github.com/konglong87/superPM --skill pm-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When you need to汇总数据、整理用户反馈并输出面向决策的产品数据报告,这个 Skill 帮你把零散指标与反馈整理成结构化、可落地的汇报稿,避免“数据有了但不知道怎么写”的卡点。

Core Features & Use Cases

  • Report Type Selection:先选择日报/周报/月报/专项报告/用户反馈整理,确保输出符合汇报场景与节奏(例如团队周会、管理层月度复盘、问题定位专项分析)。
  • Metrics Collection & Validation Prompts:引导补齐关键指标(DAU/MAU/新增、GMV/营收、ARPU、转化率及分环节转化率),并支持“只有部分数据/暂无数据”的分支处理。
  • Data Analysis & Insight Drafting:生成环比/同比/目标达成率的分析框架,识别异常指标与初步原因,并给出是否需要深入分析的判断。
  • User Feedback Organization (Optional):按来源与类别对反馈进行归类,提取高频关键词,支持输出可用于运营与迭代决策的反馈汇总。
  • Structured Report Output to docs/:按所选报告类型把结论写入对应目录下的 Markdown 文件,并附带建议的下一步相关 Skill。

Quick Start

Tell the agent: 需要生成一份本周的增长周报,并同时汇总本周用户反馈(如果没有完整指标就说明哪些有数据、哪些缺失)。

Frequently Asked Questions about pm-report

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

FAQPage Schema
How do I generate a structured product growth report from raw metrics?

To generate a product growth report, provide core KPIs like DAU, MAU, and GMV. The system analyzes metrics including period-over-period changes and target achievement rates, then outputs a structured Markdown report into your designated docs directory.

Can I still create a weekly report if I only have partial user feedback and missing metrics?

Yes, you can create a weekly report with partial data. The metrics collection process supports branching for missing or incomplete data, allowing you to explicitly document which indicators are available and which are missing in the final Markdown output.

What is the best way to organize and summarize user feedback for product iteration?

The best way to organize user feedback is by categorizing it based on source and type, then extracting high-frequency keywords. This process produces a structured summary that highlights key user issues for operational and iteration decisions.

Does anomaly detection work automatically when analyzing conversion funnels?

Anomaly detection works automatically during data analysis. When evaluating conversion funnels and other metrics, the system identifies abnormal indicators, drafts preliminary cause analysis, and suggests whether deeper investigation is needed for the final report.

What types of product reports can I structure for management decision-making?

You can structure daily, weekly, monthly, and specialized reports for management decision-making. Each report type follows a specific cadence and scenario, such as team weekly meetings or monthly management reviews, ensuring decision-ready communication.

How do I output decision-ready Markdown reports to specific file paths?

You output decision-ready Markdown reports by selecting a report type and providing the relevant metrics. The system then writes the structured conclusions, including analysis and optional feedback summaries, directly into the expected Markdown file paths in your docs directory.