Автоматическое планирование тестирования кода
★ 7.1 · vibe-coding
automated-test-planning is a Claude Code skill that analyzes source code and produces a standalone test plan by identifying coverage gaps and edge cases — without writing any test code itself. It verifies behavior only through public API seams, deliberately avoiding private methods and internal state, and applies YAGNI as a first-class principle: a test is recommended only when it catches a realistic failure mode the codebase actually faces. Scope can be provided as file paths, directories, or a plain description; when git is available, the skill detects changed files on the current branch and dispatches analysis agents in parallel. It is the right choice when you need to decide what tests to write, not when you need to implement, refine, or manually execute them.