Skip to main content
Run any Skill in Manus
with one click

test-impact-analyzer

Stars7
Forks2
UpdatedJune 2, 2026 at 07:21

Test Impact Analysis(TIA)——從 git diff 算出這次改動影響到哪些測試,PR 時只跑受影響的子集,大幅砍 CI 時間。支援 coverage-based(pytest-testmon / xccov / JaCoCo / jest --findRelatedTests)、dependency-graph(nx affected / Gradle / Bazel)、path-heuristic 三種策略,並內建安全網(改共用/config/lockfile → fallback 全量;定期全量校準)。當使用者提到「test impact / TIA / 受影響測試 / 只跑改到的測試 / affected tests / 砍 CI 時間 / 加速 CI / 選擇性跑測試 / testmon / nx affected / 增量測試」時觸發。配套:smoke-test-analyzer(靜態分層,TIA 是動態 per-PR 補強)、flaky-test-hunter(受影響集排除 flaky)、tc-to-pytest(pytest coverage 來源)、qa-signoff(release 仍全量,TIA 只加速 PR)。

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

File Explorer
5 files
SKILL.md
readonly