zentao-api
ZenTaoプロジェクトをAIで管理
REST API v2.0を通じて、プロジェクト追跡、バグ管理、タスクワークフロー操作の自動化を実現するために、ClaudeとZenTaoプロジェクト管理システムを統合します。
Die Skill-ZIP herunterladen
In Claude hochladen
Gehe zu Einstellungen → Fähigkeiten → Skills → Skill hochladen
Einschalten und loslegen
Teste es
Verwendung von "zentao-api". Show me the top 5 bugs by severity in product 123
Erwartetes Ergebnis:
Here are the top 5 high-severity bugs in Product 123:
1. [P1] Database connection pool exhausted - Opened: 2026-04-25 - Assigned: developer@example.com
2. [P1] Login page crashes on mobile - Opened: 2026-04-24 - Assigned: mobile-team@example.com
3. [P2] File upload timeout - Opened: 2026-04-23 - Assigned: backend@example.com
4. [P2] Dashboard widgets not loading - Opened: 2026-04-22 - Assigned: frontend@example.com
5. [P2] Export feature broken - Opened: 2026-04-21 - Assigned: data-team@example.com
Verwendung von "zentao-api". Create a task in sprint 5 named 'Implement search feature' assigned to Alice with 8 hours estimate
Erwartetes Ergebnis:
Task created successfully in Sprint 5:
Task ID: 12345
Name: Implement search feature
Assigned to: Alice
Estimate: 8 hours
Execution: Sprint 5
Status: Open
Sicherheitsaudit
SicherAll 628 static analysis findings are false positives. The skill is a legitimate ZenTao API integration tool for project management operations. Detected patterns (backtick syntax, weak crypto flags, high entropy) are misclassifications of markdown documentation and API parameter values. No malicious behavior confirmed after human review.
Qualitätsbewertung
Was du bauen kannst
プロジェクトマネージャーがスプリントの進捗を查询
プロジェクトマネージャーは、Webインターフェースに手動でアクセスせずに、アクティブなスプリント、保留中のバグ、ZenTaoプロジェクトのタスク完了率について質問できます。
開発者がバグを作成して解決
開発者は自然な言語リクエストだけで新しいバグを記録し、バグステータスを更新し解決策コードで問題を 해결し、特定のビルドにバグをリンクできます。
QAがテストケースを作成してテストスイートを管理
QAエンジニアは、会話形式のコマンドでテストケースを作成し、產品にリンクし、テストタスクを管理し、テスト実行結果を追跡できます。
Probiere diese Prompts
Show me all active projects in ZenTao and their current progress including open bugs and pending tasks.
Create a new bug in ZenTao for product {productID} with title "{bug title}" assigned to {developer}, severity {severity}, and mark it against the trunk build.Start task {taskID} that was assigned to me, and when finished, mark it as completed with 4 hours of work logged.Get all bugs with status 'active' in project {projectID}, then close the ones that were marked as resolved yesterday.Bewährte Verfahren
- ZenTao認証情報を環境変数(ZENTAO_URL、ZENTAO_TOKEN)として設定し、セキュリティを確保して再利用
- 既存のレコードを編集する場合は、まずGETで現在のデータを取得し、マージした変更内容でPUTを実行
- Epic/Story/Requirement作成時は、明示的なgradeパラメータを使用して表示の問題を避ける
Vermeiden
- browseTypeがすべてのモジュールで動作すると想定しない - ProgramとTaskは代わりに「status」を使用
- 明示的に要求されない限り、書き込み操作のユーザー確認をスキップしない
- 401エラーが発生した後もトークンを無期限にキャッシュしない