brikko-studio-testing

Select and run relevant tests and CI checks for Brikko Studio code changes.

1|Updated May 3, 2026
One-click install
npx skills add https://github.com/brikkoAI/brikko-studio --skill brikko-studio-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brikko-studio-testing
Source: https://github.com/brikkoAI/brikko-studio/tree/main/packages/core/.agents/skills/openclaw-testing
Command: npx skills add https://github.com/brikkoAI/brikko-studio --skill brikko-studio-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about brikko-studio-testing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run targeted tests instead of the full suite after a small code change?

Targeted test selection analyzes your code diff to automatically identify and run only the smallest relevant test subset. This prevents running the entire 454-test suite for minor codebase modifications.

How do I debug failed GitHub Actions CI jobs without rerunning the entire pipeline?

Debugging CI failures involves inspecting failed GitHub Actions jobs and Docker lanes to pinpoint root causes. This provides guidance for targeted reruns of specific validation steps instead of full pipeline re-runs.

Can I validate release candidates using Docker E2E lanes in GitHub Actions?

Yes, release candidate validation manages GitHub Actions workflows and Docker E2E lanes. It executes full release validation and package acceptance checks without redundant work.

What is the best way to optimize CI CD workflows for desktop AI agent development?

Optimizing CI CD workflows involves selecting only relevant validation paths based on code changes. This orchestrates GitHub Actions workflows and Docker lane management to eliminate redundant checks.

Why does modifying a single gateway source file trigger the entire project validation pipeline?

Triggering full validation happens when granular test targeting is not applied. By selecting only relevant gateway tests and type checks, you can bypass running the entire project validation pipeline for isolated file modifications.

Are there limitations to running targeted Docker E2E test reruns for Brikko Studio?

Targeted Docker E2E test reruns are limited to the Brikko Studio desktop AI agent codebase. The feature requires granular test targeting and Docker lane management to function correctly within the project's specific workflows.