What problem does it solve?
Running full test suites and redundant CI checks for Brikko Studio wastes hours of development time, especially when only a small part of the codebase has changed. This Skill eliminates that inefficiency by helping you select and run only the validation steps that are relevant to your recent work.
Core Features & Use Cases
- Targeted Test Selection: Automatically identifies the smallest relevant test subset based on your code diff, so you don't run the entire 454-test suite for a small change.
- CI & Release Validation: Manages GitHub Actions workflows, Docker E2E lanes, and release candidate checks without redundant work, including full release validation and package acceptance.
- Failure Debugging: Helps you inspect failed CI jobs, Docker lanes, and test runs to pinpoint root causes quickly, with guidance for targeted reruns instead of full re-runs.
Use Case: If you modified a single gateway source file, this Skill runs only the relevant gateway tests and type checks instead of the entire project validation pipeline.
Quick Start
Use the brikko-studio-testing skill to run only the tests relevant to your recent code changes and debug any CI failures without running the full test suite.