概要
Smart Test Selection is a performance-focused skill for Claude Code that reduces feedback loops and accelerates local development. By performing import dependency analysis and tracking test reliability, it categorizes tests into three logical tiers: Fast, Impacted, and Full Suite. It automatically maps Python source files to their corresponding tests, identifies flaky tests to prevent false negatives in quick feedback loops, and provides ready-to-use pytest commands tailored to your current git diff.