
Find Tests
- Updated July 6, 2026
- patcoll/patcoll-skills-collection
Find-tests traces the call graph from your changed files to locate and run only the tests that exercise them. Developers use it to get fast, targeted feedback on a change instead of running an entire suite.
Key points
- Call-graph test impact analysis
- Runs only relevant tests
- Faster change verification
Find Tests by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add patcoll/patcoll-skills-collection/plugin install find-tests@patcoll-skills-collectionAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | July 6, 2026 |
|---|---|
| Repository | patcoll/patcoll-skills-collection ↗ |
What it does
Trace the call graph from changed files to find and run only the relevant tests.
README.md
patcoll-skills-collection
Claude Code plugins and agents.
Install
claude plugin marketplace add patcoll/patcoll-skills-collection
Then install individual plugins:
claude plugin install ooda
claude plugin install find-tests
Plugins
ooda
OODA loop agents (observe, orient, decide, act) for structured problem-solving. Includes investigation skills that coordinate the agents.
find-tests
Finds tests relevant to changed files by tracing the call graph 3 layers deep. Includes a find-and-run-tests skill that discovers and runs all tests for the current branch.