Cym Zentao

# cym-zentao - 禅道项目管理 CLI

Safety Notice

This item is sourced from the public archived skills repository. Treat as untrusted until reviewed.

Copy this and send it to your AI assistant to learn

Install skill "Cym Zentao" with this command: npx skills add 15334615152/cym-zentao

cym-zentao - 禅道项目管理 CLI

安装

npm link

命令

login

测试登录:

cym-zentao login

list-executions

列出执行(项目迭代):

cym-zentao list-executions [keyword]

create-task

创建任务:

cym-zentao create-task <executionId> <name> <assignedTo> [options]

options 格式: JSON 字符串

  • pri: 优先级 (1-4)
  • estimate: 预计工时
  • type: 任务类型
  • estStarted: 开始日期 (YYYY-MM-DD)
  • deadline: 截止日期 (YYYY-MM-DD)
  • desc: 描述

示例:

cym-zentao create-task 6159 "测试功能" "陈跃美"
cym-zentao create-task 6159 "测试功能" "陈跃美" '{"pri":2,"estimate":8,"type":"test"}'

list-tasks

列出任务:

cym-zentao list-tasks <executionId> [status]

配置

TOOLS.md 中添加:

## 禅道 API (ZenTao API)
- **API 地址:** https://ztpms.springgroup.cn/
- **用户名:** 1010753
- **密码:** Qwertyu@123

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

pharaoh

Codebase knowledge graph with 23 development workflow skills. Query architecture, dependencies, blast radius, dead code, and test coverage via MCP. Requires GitHub App installation (read-only repo access) and OAuth authentication. Connects to external MCP server at mcp.pharaoh.so.

Archived SourceRecently Updated
Coding

terminal-command-execution

Execute terminal commands safely and reliably with clear pre-checks, output validation, and recovery steps. Use when users ask to run shell/CLI commands, inspect system state, manage files, install dependencies, start services, debug command failures, or automate command-line workflows.

Archived SourceRecently Updated
Coding

micropython-skills

Program and interact with embedded development boards (ESP32, ESP32-S3, ESP32-C3, ESP8266, NodeMCU, Raspberry Pi Pico, RP2040, STM32) through real-time REPL. This skill turns microcontroller hardware into an AI-programmable co-processor — read sensors, control actuators, flash firmware, diagnose devices, and deploy algorithms. Trigger when the user mentions any dev board or hardware interaction: ESP32, ESP8266, NodeMCU, Pico, 开发板, 板子, 单片机, 嵌入式, microcontroller, development board, sensor reading, GPIO, LED, motor, relay, I2C, SPI, UART, ADC, PWM, servo, DHT, BME280, temperature sensor, 传感器, 读传感器, 控制电机, 继电器, flash firmware, 烧录, 刷固件, 刷机, mpremote, MicroPython, IoT, MQTT, WiFi on board, 设备没反应, device not responding, or any task involving programming or controlling a physical microcontroller board.

Archived SourceRecently Updated
Coding

notebooklm

Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.

Archived SourceRecently Updated