A command-line interface for ZenTao, the open source project management system popular in China. This wraps the entire ZenTao API into a CLI that handles authentication, pagination, and workspace context automatically. You can query and manipulate programs, products, projects, sprints, stories, bugs, tasks, test cases, releases, and feedback without touching the web UI. The skill covers typical PM workflows like creating bugs, resolving tickets, updating story status, and filtering task lists. Useful if your team runs ZenTao and you want to script repetitive operations or build automation around project data. The implementation auto-fills unchanged fields on updates to avoid accidentally clearing data, which is a nice touch given ZenTao's PUT behavior.
npx skills add https://github.com/easysoft/zentao-skills --skill zentao-cli