用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/HashWarlock/clawdi-plugins --skill metrics-review命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Draft an offer letter with compensation details and terms
Create structured interview plans with competency-based questions and scorecards. Triggers on "interview plan for [role]", "interview questions for [role]", "scorecard for [role]"
Headcount planning, org design, and team structure optimization. Triggers on "org planning", "headcount plan", "team structure", "reorg", "who should we hire next"
基于 SOC 职业分类
正在显示 SKILL.md
| name | metrics_review |
| description | Review product metrics, analyze trends, and generate an actionable analysis report |
| metadata | {"openclaw":{"tags":["product-management","metrics","analytics","data"]}} |
Pull product metrics from connected analytics platforms, analyze trends and anomalies, and generate a structured analysis report with actionable insights. This skill turns raw data into a narrative that helps product teams understand what is happening and why.
Activate this skill when the user wants to:
Clarify what the user wants to review:
If the user says "review my metrics" without specifics, default to key product health metrics (active users, retention, engagement) for the last 30 days compared to the prior 30 days.
Use capability_execute with the following parameters:
analytics.get_metricsproduct-managementmetrics: list of metric names requesteddateRange: the specified time periodgranularity: "daily" or "weekly" as appropriatecomparison: comparison period if requestedsegments: segment filters if specifiedThis capability is optional. If it returns needs_setup, inform the user
that no analytics platform is connected and suggest running /connect_apps.
If analytics is not available, check if the user can provide data manually
or if there are documents with metric snapshots.
Use capability_execute with the following parameters:
docs.search_filesproduct-managementquery: "metrics" or "analytics" and the specific metrics or features being reviewedmaxResults: 10Look for:
Use capability_execute with the following parameters:
project.list_tasksproduct-managementstatus: "completed"completedAfter: start of the metrics periodmaxResults: 20Correlate completed work with metric changes:
Use capability_execute with the following parameters:
chat.search_messagesproduct-managementquery: the metric names or related feature namesmaxResults: 10dateRange: the metrics periodLook for:
This capability is optional. Proceed without it if unavailable.
For each metric:
## Metrics Review: {product or feature name}
**Period:** {date range}
**Comparison:** {vs. previous period / vs. target / vs. same period last year}
**Date:** {current date}
---
### Summary Dashboard
| Metric | Current | Previous | Change | Trend | Status |
|--------|---------|----------|--------|-------|--------|
| {metric} | {value} | {value} | {+/-}{change} ({%}) | {arrow up/down/flat} | {on track / needs attention / critical} |
| {metric} | {value} | {value} | {change} | {trend} | {status} |
| {metric} | {value} | {value} | {change} | {trend} | {status} |
### Key Takeaways
1. **{takeaway 1}:** {1-2 sentences on the most important metric finding}
2. **{takeaway 2}:** {1-2 sentences}
3. **{takeaway 3}:** {1-2 sentences}
### Detailed Analysis
**{Metric 1 name}**
Current: {value} | Change: {change} | Trend: {direction}
{2-3 paragraphs analyzing this metric:
- What is happening?
- What likely caused the change?
- How does this compare to targets or expectations?
- What events or releases correlate with the trend?}
**Correlated events:**
- {date}: {event that may have influenced this metric}
- {date}: {event}
**{Metric 2 name}**
Current: {value} | Change: {change} | Trend: {direction}
{2-3 paragraphs of analysis}
[... additional metrics ...]
### Anomalies and Flags
- **{anomaly 1}:** {description of unexpected data point and possible explanation}
- **{anomaly 2}:** {description}
### Recommendations
1. **{recommendation}:** {1-2 sentences on what to do about the findings}
2. **{recommendation}:** {description}
3. **{recommendation}:** {description}
### Data Quality Notes
- {note about data completeness or reliability}
- {note about any sources that were unavailable}
---
*Sources: {analytics platform}, {documents reviewed}, {project data}.*
*Next suggested review: {date based on review frequency}.*
If analytics data is not available, adapt the output to work with whatever context was gathered from documents and project data. Clearly label findings as qualitative rather than data-backed.