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

browser-cdp

Real Chrome browser automation via CDP Proxy — access pages with full user login state, bypass anti-bot detection, perform interactive operations (click/fill/scroll), extract dynamic JavaScript-rendered content, take screenshots. Triggers (satisfy ANY one): - Target URL is a search results page (Bing/Google/YouTube search) - Static fetch (agent-reach/WebFetch) is blocked by anti-bot (captcha/intercept/empty) - Need to read logged-in user's private content - YouTube, Twitter/X, Xiaohongshu, WeChat public accounts, etc. - Task involves "click", "fill form", "scroll", "drag" - Need screenshot or dynamic-rendered page capture

Archived SourceRecently Updated
Coding

hr-policy-generator

Comprehensive HR policy development covering attendance, time-off, overtime, remote work, and compliance. Generates structured policy documents, legal checklists, exception handling frameworks, and employee communication plans tailored to company size, work arrangement, and jurisdiction.

Archived SourceRecently Updated
Coding

SX-security-audit

全方位安全审计技能。检查文件权限、环境变量、依赖漏洞、配置文件、网络端口、Git 安全、Shell 安全、macOS 安全、密钥检测等。支持 CLI 参数、JSON 输出、配置文件。当用户要求"安全检查"、"漏洞扫描"、"权限检查"、"安全审计"时使用此技能。

Archived SourceRecently Updated