yunxiao-req-import

Import Excel-based requirements into Yunxiao cloud project management via REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openpyxl.

What problem does it solve?

This Skill automates batch importing of Excel-based requirements into Yunxiao cloud project management (云效). It guides users to select a target project before creating work items, reducing manual data migration and ensuring consistent mappings.

Core Features & Use Cases

  • Excel parsing & header discovery: reads the Excel file, detects headers, and extracts fields like 需求标题/描述, 跟进人, 提交人, 需求类型, 归属模块, 预期收益.
  • Project selection gate: prompts the user to choose the target project before any creation to prevent misrouted work items.
  • Mapping & HTML description: maps负责人, 需求类型 to internal IDs, and builds a rich HTML description for each item.
  • Batch creation with safeguards: creates work items in sequence with rate limiting and per-item error handling, continuing on failures.
  • Audit-ready output: provides a completion report with totals.

Quick Start

Upload the Excel file (docs/氪金兽.xlsx) and run the import tool to start batch creation after selecting a project.

Frequently Asked Questions about yunxiao-req-import

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

FAQPage Schema
How do I batch import Excel requirements into Yunxiao cloud project management?

You can batch import Excel requirements into Yunxiao by uploading your Excel file and selecting a target project. The tool parses headers, maps assignees and types to internal IDs, and creates work items via REST API.

What fields are required in the Excel file to import work items into Yunxiao?

Required Excel fields for Yunxiao work item import include requirement title, description, assignee, submitter, requirement type, belonging module, and expected benefit. The tool automatically detects these headers during parsing.

Can I choose which target project receives my Excel imported requirements in Yunxiao?

Yes, you must select a target project before any work item creation occurs. This project selection gate prevents misrouted items and ensures your Excel requirements map to the correct Yunxiao project.

How does the Excel to Yunxiao import handle API rate limiting and errors?

The import tool creates work items in sequence with rate limiting and per-item error handling. It continues processing remaining items even if individual creations fail, providing a completion report with totals.

Does importing Excel demands into Yunxiao generate rich descriptions for work items?

Yes, the import process builds a robust HTML description for each work item from your Excel data. This ensures formatted, readable details are present in every created Yunxiao requirement.