From zentao-plugin
Query ZenTao products and bugs through the local zentao CLI. Use when the user asks about ZenTao, ChanDao, products, bugs, or local zentao workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/zentao-plugin:zentaoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the task is clearly about ZenTao or ChanDao.
Use this skill when the task is clearly about ZenTao or ChanDao.
Do not call plugin-local node scripts/... files from the user's project. In Cursor, commands run from the user's current workspace, so relative plugin paths are unreliable.
Always use the real zentao CLI directly:
zentao exists with command -v zentao.zentao is missing and the user wants setup, install @leeguoo/zentao-mcp with npm install -g @leeguoo/zentao-mcp.zentao ... commands for product and bug workflows.zentao login when whoami or another command shows a login/config problem.node and npm are installed locally@leeguoo/zentao-mcp globally if zentao is missing~/.config/zentao/config.toml/zentaocommand -v zentaonpm install -g @leeguoo/zentao-mcpzentao whoamizentao login~/.config/zentao/config.tomlzentao whoamizentao products listzentao bugs list --product <product_id>zentao bug get --id <bug_id>zentao bugs mine --status active --include-detailszentao self-testnpx claudepluginhub port-wind/marketplace --plugin zentao-pluginCLI for the Redmine REST API to create, update, close, search issues, log time, manage projects, versions, memberships, users, groups, and wiki pages.
References Atlassian CLI (acli) commands for Jira: authenticate, create/view/edit issues, JQL searches, bulk operations, project/board/sprint management.
Integrates with TAPD agile R&D platform via Python CLI to query, create, update stories, bugs, tasks, iterations, test cases, wiki, comments, timesheets, and relations. Useful for agile project entity management and API automation.