zentaoスキル
コミュニティ

zentaoスキル

禅道公式スキルライブラリ https://github.com/easysoft/zentao-skills

2 スキル 0 インストール
3 日前に更新

インストール

このパック内のすべてのスキルをインストールするには、このコマンドを実行してください:

npx skillstore add @zentao-skills

CLI は Codex と Claude Code のフォルダを自動検出し、利用できる場合は両方にインストールします。

概要

使用ガイド

AI が改善しました

クイックスタート

  1. 1
    Install and Configure Plugin

    Add the zentao-skills plugin to your AI assistant and provide your ZenTao server URL and API token.

    Plugin loaded. Set environment: ZENTAO_URL=https://your-zentao.com/api.php?m=api&f=admin ZENTAO_TOKEN=your_token
  2. 2
    Query Your First Data with zentao-cli

    Use the CLI to list all active projects.

    zentao-cli list projects --status active
  3. 3
    Create a Simple Task

    Create a new task in an existing project.

    zentao-cli create task --title "Setup demo environment" --project 5 --assignee "John"
  4. 4
    Start an Interactive Tour

    Ask for a role-based tour to explore ZenTao features using zentao-tour.

    "Start a ZenTao tour as a Developer"
  5. 5
    Update a Bug Status

    Transition a bug to 'Resolved'.

    zentao-cli transition bug 123 to resolved

詳細ガイド

# Usage Guide for zentao-skills

## Overview
The **zentao-skills** plugin by ZenTao provides two powerful skills for interacting with the ZenTao project management system:
- **zentao-cli**: A command-line interface to query and manipulate ZenTao data (e.g., projects, stories, bugs, tasks).
- **zentao-tour**: An interactive chat-based tour that guides users through ZenTao and the CLI based on their role.

This plugin is ideal for project managers, developers, QA, and executives who want to streamline their workflow or learn the system.

## Installation
1. Ensure you have access to a ZenTao instance.
2. Install the plugin in your AI assistant (e.g., ChatGPT) or development environment.
3. Configure authentication (API token or credentials) if required.

## zentao-cli Usage

### Basic Queries
- `zentao-cli list projects` – Show all projects.
- `zentao-cli get bug 123` – Get details of bug #123.
- `zentao-cli create task --title "Fix login issue" --priority high` – Create a new task.

### Status Transitions
- `zentao-cli transition story 456 to resolved` – Change story status.
- `zentao-cli assign task 789 to user "john"` – Assign a task.

### Example Workflows
**Query project progress:**
```
zentao-cli list projects --status active
zentao-cli get project 10 --show-tasks
```

**Update a bug:**
```
zentao-cli update bug 42 --severity critical --comment "Fixed in latest build"
```

## zentao-tour Usage

### Start a Tour
Simply say: "Start a ZenTao tour as a Project Manager" or "Show me how to use zentao-cli for QA."

The tour will:
1. Identify your role.
2. Walk through relevant entities (stories, tasks, bugs).
3. Execute sample CLI commands in a sandboxed ZenTao environment.

### Key Commands During Tour
- `next` – Proceed to next step.
- `pause` – Pause the tour.
- `repeat` – Repeat the current instruction.
- `exit` – End the tour.

## Tips
- Use `--help` after a command to see available options.
- For bulk operations, consider scripting multiple commands.
- The tour is self-guided and resets after completion.

## Troubleshooting
- **Authentication errors**: Verify your API token.
- **Command not found**: Ensure the plugin is loaded.
- **Data not found**: Check project ID or permissions.

For more details, visit [the GitHub repository](https://github.com/easysoft/zentao-skills).

スキル

2