yunxiao-req-stats

Summarize 云效 project work item metrics into a human-readable report.

3|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/weiran-tech/agent-skills --skill yunxiao-req-stats
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yunxiao-req-stats
Source: https://github.com/weiran-tech/agent-skills/tree/main/skills/yunxiao-req-stats
Command: npx skills add https://github.com/weiran-tech/agent-skills --skill yunxiao-req-stats

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

云效项目中存在大量工作项,团队需要快速获取关键统计数据来评估进展与风险。此技能将分散在多个系统中的数据汇总成清晰的度量,帮助决策与资源分配。

Core Features & Use Cases

  • Unresolved items: 统计当前未解决的技术需求数量,帮助识别阻塞点。
  • Created this month: 统计本月创建的技术需求数量,便于跟踪新增工作量。
  • Closed this month: 统计本月完成/取消的技术需求数量,便于评估产出与节奏。
  • Workflow support: 将 MCP 数据转换为统计格式并生成易于阅读的报告,含可点击的工作项链接(若提供组织ID)。

Quick Start

准备 MCP JSON,使用脚本 scripts/convert_mcp.py 将其转换,然后运行 scripts/stats.py 生成月度统计报告。

Frequently Asked Questions about yunxiao-req-stats

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

FAQPage Schema
How do I get statistics for unresolved and closed work items in Yunxiao cloud projects?

To get work item statistics for Yunxiao cloud projects, you can use a script to parse MCP JSON data and generate a monthly report showing unresolved items, items created, and items closed in a specified year-month.

What is the best way to track monthly created and closed technical requirements in cloud projects?

Tracking monthly created and closed technical requirements is done by converting Yunxiao MCP data into a statistical format, which produces a human-readable report for evaluating team output and progress.

How do I convert MCP data for project management reporting?

You convert MCP data for project management reporting by running a conversion script that transforms the raw JSON into a structured format, followed by a statistics script to generate the final metrics report.

Can I generate a list of unresolved items with clickable links for my Yunxiao organization?

Yes, you can generate a report with clickable links for unresolved items if you provide your Yunxiao organization ID during the data parsing and report generation process.

Does this data analysis approach require any specific dependencies or environments?

No specific dependencies are required to run these scripts for cloud project data analysis, as the tool operates standalone to parse MCP data and output statistical reports.

Why use a scripted approach for Yunxiao work item data analysis instead of manual tracking?

Using a scripted approach for Yunxiao work item data analysis automates the collection and summarization of scattered project data, instantly producing clear metrics to help identify bottlenecks and allocate resources.