clear-pipe

Orchestrate multi-phase verification and merging of Jules work into pre-production branches.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill clear-pipe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clear-pipe
Source: https://github.com/BedaBeda-Growth/bedabeda-growth-site/tree/main/skills/clear-pipe
Command: npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill clear-pipe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill eliminates manual handoffs by orchestrating the entire verification and merge pipeline from Jules work to a verified pre-production integration branch, ensuring no changes touch main prematurely.

Core Features & Use Cases

  • Phase-based orchestration: checks Jules status, batches PRs, runs test-coverage sweeps, performs cloud unit testing, local integration stamping, and Jules Playwright E2E.
  • Gatekeeping and handoff: guarantees explicit handoff to final-verify and requires human validation for edge cases.
  • Reusable across projects: delegates to existing atomic skills (check-jules-status, jules-merge-verify, ci-full-verify) for modularity.

Quick Start

Run the clear-pipe workflow to orchestrate the verification and merge process from a Jules session to a pre-production branch.

Frequently Asked Questions about clear-pipe

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

FAQPage Schema
How do I automate merging Jules work into a staging branch without touching main?

You can automate merging Jules work by orchestrating a multi-phase verification pipeline that batches PRs and validates them in a pre-production integration branch. This ensures no changes touch main prematurely before passing test coverage checks.

What is the best way to orchestrate E2E readiness checks before a production merge?

Orchestrating E2E readiness checks involves running sequential phases for test-coverage sweeps, local integration stamping, and Jules Playwright E2E. This pipeline guarantees explicit handoff to final-verify and requires human validation for edge cases before proceeding.

How does a phased CI-CD pipeline validate Jules PRs for pre-production integration?

A phased CI-CD pipeline validates Jules PRs by delegating to modular atomic skills like check-jules-status, jules-merge-verify, and ci-full-verify. This structure checks Jules status, batches PRs, and runs cloud unit testing in controlled stages.

Can I batch multiple Jules PRs into a single verified integration branch?

Yes, you can batch multiple Jules PRs into a verified pre-production integration branch like ci-testing-verify or staging. The orchestration workflow groups these PRs, runs full verification phases, and prevents unvalidated changes from reaching main.

When do I need explicit handoff to final-verify in my merge pipeline?

You need explicit handoff to final-verify when your project requires Jules work to be batched, validated, and merged in controlled stages. This gatekeeping mechanism ensures all E2E readiness and test coverage checks are fully satisfied before final validation.