zentao-cli
CLI를 통해 ZenTao 프로젝트 관리 통합
자연어 명령을 통해 ZenTao 프로젝트 데이터에 접근하고 관리합니다. Claude는 zentao CLI 도구를 사용하여 인증, 데이터 조회 및 작업 운영을 처리합니다.
스킬 ZIP 다운로드
Claude에서 업로드
설정 → 기능 → 스킬 → 스킬 업로드로 이동
토글을 켜고 사용 시작
테스트해 보기
"zentao-cli" 사용 중입니다. List all active bugs in product #1
예상 결과:
Showing 12 active bugs in Product #1:
| ID | Title | Severity | Priority | Status | Assigned To |
|----|-------|----------|----------|--------|-------------|
| 42 | Login page timeout | 2 | 2 | active | admin |
| 45 | Data export fails | 3 | 2 | active | dev_user |
...
"zentao-cli" 사용 중입니다. Create a new task
예상 결과:
Task created successfully:
- ID: 156
- Name: Implement user profile feature
- Execution: Sprint #3
- Assigned to: developer@company.com
- Estimate: 8 hours
- Status: wait
"zentao-cli" 사용 중입니다. Resolve bug #42
예상 결과:
Bug #42 has been resolved:
- Resolution: fixed
- Resolved By: admin
- Resolved Date: 2024-04-27
- Build: trunk
보안 감사
안전This is a legitimate project management CLI documentation file. The static analyzer flagged 96 instances of 'external_commands' but all are FALSE POSITIVES - they are example commands shown in markdown documentation blocks, not actual code execution. No malicious intent, prompt injection, or security threats found after human evaluation.
품질 점수
만들 수 있는 것
프로젝트 및 버그 상태 조회
프로젝트 관리자가 프로젝트 진행 상황, 활성 버그 또는 작업 요약을 요청합니다. Claude가 ZenTao를 조회하고 데이터를 읽기 쉬운 형식으로 제시합니다.
채팅을 통한 작업 생성 및 업데이트
개발자가 대화를 통해 작업을 생성하고, 작업 시간을 기록하며, 이슈 상태를 업데이트합니다. Claude가 요청을 zentao CLI 명령으로 변환합니다.
대량 작업 및 데이터 검색
QA 팀이 테스트 케이스 목록을 검색하고, 테스트 작업을 생성하며, 테스트 진행 상황을 추적합니다. Claude가 페이지네이션과 필드 선택을 자동으로 처리합니다.
이 프롬프트를 사용해 보세요
Show me all active projects in ZenTao with their current status and progress
Create a new task in execution #5 with title 'Fix login bug', assigned to admin, estimated 4 hours
I want to resolve bug #42. Please confirm the command and then execute it with --yes flag
Find all high-priority bugs in product #3 that are still open, sorted by severity, showing only id, title, and assignedTo fields
모범 사례
- 업데이트를 하기 전에 먼저 목록 명령으로 ID를 확인하세요
- --pick 파라미터를 사용하여 출력에서 관련 필드만 표시하세요
- 파괴적인 작업에는 확인 프롬프트를 건너뛰기 위해 --yes 플래그를 사용하세요
피하기
- 사용자 확인 없이 쓰기 작업(생성/업데이트/삭제)을 실행하지 마세요
- 알 수 없는 ID로 명령을 실행하지 마세요 - 항상 먼저 존재 여부를 확인하세요
- 오류 처리를 건너뛰지 마세요 - E1001(로그인되지 않음) 및 E2002(객체를 찾을 수 없음) 코드 확인하세요