What problem does it solve?
Brikko Studio's slow test suites and long CI wall times waste developer time and slow down release cycles, and manual optimization efforts often accidentally drop test coverage or break existing test gates.
Core Features & Use Cases
- Automated Performance Benchmarking: Ranks all test groups by execution time and identifies high-impact hotspots like redundant vi.resetModules() calls, duplicated fixture construction, and expensive gateway/server/client setup.
- Coverage-Preserving Optimizations: Fixes import bloat, misplaced core test coverage, and inefficient test setup without adding shards, skipping assertions, or weakening test validation gates.
- End-to-End CI Workflow Support: Runs required validation checks, commits scoped changes using the standard committer script, and verifies the CI pipeline remains green after optimizations are pushed, with built-in troubleshooting for failed CI runs.
- Use Case: A Brikko Studio development team whose CI pipeline takes 45 minutes due to slow test suites can use this skill to cut wall time by 30% while maintaining 100% of existing test coverage and passing all validation gates.
Quick Start
Use the optimizetests skill to benchmark your current Brikko Studio test suite, identify the top slowest performance hotspots, implement targeted optimizations, and verify all test gates pass without reducing coverage.