Fähigkeiten zentao-api
📦

zentao-api

Sicher

ZenTaoプロジェクトをAIで管理

REST API v2.0を通じて、プロジェクト追跡、バグ管理、タスクワークフロー操作の自動化を実現するために、ClaudeとZenTaoプロジェクト管理システムを統合します。

Unterstützt: Claude Codex Code(CC)
📊 71 Angemessen
1

Die Skill-ZIP herunterladen

2

In Claude hochladen

Gehe zu Einstellungen → Fähigkeiten → Skills → Skill hochladen

3

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

Sicher
v1 • 4/27/2026

All 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.

3
Gescannte Dateien
776
Analysierte Zeilen
0
befunde
1
Gesamtzahl Audits
Keine Sicherheitsprobleme gefunden
Auditiert von: claude

Qualitätsbewertung

45
Architektur
100
Wartbarkeit
87
Inhalt
23
Community
100
Sicherheit
83
Spezifikationskonformität

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エラーが発生した後もトークンを無期限にキャッシュしない

Häufig gestellte Fragen

どの認証情報を設定する必要がありますか?
ZENTAO_URL(サーバーアドレス)と、ZENTAO_TOKENを直接使用するか、ZENTAO_ACCOUNTとZENTAO_PASSWORDでログインする必要があります。
トークンキャッシュはどのように動作しますか?
最初のログイン後、認証情報は~/.zentao-token.jsonに保存されます。以後の呼び出しではキャッシュされたトークンが使用され、再認証は不要です。
トークンの有効期限が切れた場合はどうすればいいですか?
401エラーが発生した場合は、~/.zentao-token.jsonを削除して認証を再実行し、新しいトークンを取得してください。
複数のビルドにリンクしたバグを作成できますか?
はい、openedBuildフィールドは["trunk", "v2.1.0"]のようなビルドIDの配列を受け入れます。
Epic、Story、Requirementの違いは何ですか?
すべて3つの要件タイプで、異なる階層を持ちます。Epic(BR)が最も上位で、Story(SR)が標準、Requirementはユーザーレベルのニーズ向けです。
理由付きで要件を閉じるにはどうすればいいですか?
PUT /stories/{id}/closeまたは/requirements/{id}/closeをclosedReasonパラメータと共に使用します。有効な値には、done、subdivided、duplicate、postponed、willnotdo、cancel、bydesignがあります。

Entwicklerdetails

Dateistruktur