스킬 test-orchestrator
🧪

test-orchestrator

안전 🌐 네트워크 접근📁 파일 시스템 액세스⚙️ 외부 명령어

協調測試策略與執行

各團隊的測試品質和覆蓋率參差不齊。測試編排器提供系統化的測試規劃、執行和品質閘門,確保發布的一致性和可靠性。透過明確的品質標準和自動化執行來協調所有測試活動。

지원: Claude Codex Code(CC)
📊 69 적절함
1

스킬 ZIP 다운로드

2

Claude에서 업로드

설정 → 기능 → 스킬 → 스킬 업로드로 이동

3

토글을 켜고 사용 시작

테스트해 보기

"test-orchestrator" 사용 중입니다. Create a test plan for the user authentication component

예상 결과:

  • Test Plan: User Authentication Component
  • Unit Tests (>85% coverage): login validation, session token generation, password hashing verification
  • Integration Tests: database user lookup, token storage, rate limiting (5 failures)
  • E2E Tests: complete login flow, logout cleanup, password reset email flow

"test-orchestrator" 사용 중입니다. Improve test coverage for the payment service

예상 결과:

  • Coverage Analysis: Current 65%, Gap: 35%
  • Priority 1: Add unit tests for payment calculation logic
  • Priority 2: Integration tests for payment gateway API
  • Priority 3: E2E tests for checkout workflow
  • Target: 80% coverage with 0 flaky tests

보안 감사

안전
v5 • 1/16/2026

This is a pure prompt-based skill defined entirely in SKILL.md. No executable code, scripts, network calls, or filesystem access beyond its own documentation. The skill defines testing coordination patterns and quality standards only. All 12 high-risk 'weak cryptographic algorithm' findings and 20 medium-risk 'external commands' findings are false positives - the scanner misidentified documentation strings and markdown formatting as security issues.

2
스캔된 파일
466
분석된 줄 수
3
발견 사항
5
총 감사 수
감사자: claude 감사 이력 보기 →

품질 점수

38
아키텍처
100
유지보수성
87
콘텐츠
20
커뮤니티
100
보안
91
사양 준수

만들 수 있는 것

建立全面的測試計劃

為任何功能定義測試場景、覆蓋率目標,並將測試分配給適當的技能類型。

強制執行品質閘門

當覆蓋率低於閾值時阻擋合併,並接收可操作的失敗回饋。

自動化測試工作流程

將測試執行整合到 CI/CD 管道中,支援平行執行和自動化報告。

이 프롬프트를 사용해 보세요

規劃新功能測試
為 [component name] 功能建立測試計劃。包括所有公開方法的單元測試(>80% 覆蓋率)、資料庫操作和 API 呼叫的整合測試,以及主要使用者工作流程的端到端測試。
提高覆蓋率
分析 [component]目前的測試覆蓋率。找出單元測試、整合測試和端到端測試中的缺口。建立達到 85% 覆蓋率的路線圖,並為遺漏的邊緣案例提供具體的測試場景。
偵錯測試失敗
檢閱 [component] 的測試結果。找出失敗的模式,判斷測試是否不穩定或表示實際問題,並建議修復方案。
設定 CI 測試
設計 CI/CD 整合的測試工作流程。定義每次提交時執行哪些測試、每晚執行哪些測試,以及哪些需要手動觸發。指定阻擋部署的品質閘門。

모범 사례

  • 遵循 AAA 模式(安排、執行、斷言)以獲得清晰、可讀的測試
  • 保持測試隔離,不依賴執行順序
  • 使用有意義的測試名稱來描述正在驗證的內容

피하기

  • 避免依賴執行順序或共享狀態的測試
  • 不要測試可能經常變動的實作細節
  • 永遠不要忽略不穩定的測試 — 它們會破壞對測試套件的信任

자주 묻는 질문

支援哪些測試框架?
測試編排器與框架無關。支援 Jest、PyTest、Mocha、JUnit、Playwright 和 Cypress。
強制執行哪些覆蓋率閾值?
預設閾值為單元測試 80%、API 整合測試 100%,以及端到端測試的所有關鍵路徑。
如何與 CI/CD 管道整合?
測試編排器會發出測試完成、覆蓋率和品質狀態的結構化事件,供 CI 系統取用。
測試資料是否安全處理?
測試編排器建議對敏感資料使用修復程式和模擬。永遠不要在測試中使用生產環境憑證。
測試失敗但程式碼正常運作。該怎麼辦?
檢查不穩定的測試、競爭條件或外部服務依賴。使用重試和正確的模擬。
這與其他測試工具有何不同?
測試編排器協調多個測試技能來制定策略和規劃,而非直接執行測試。

개발자 세부 정보

파일 구조

📄 SKILL.md