pipeline

Automate DL pipeline runs and Temporal workflows for SignalRoom data integration.

Updated Dec 19, 2025
One-click install
npx skills add https://github.com/mmbianco78/signalroom --skill pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline
Source: https://github.com/mmbianco78/signalroom/tree/main/.claude/skills/pipeline
Command: npx skills add https://github.com/mmbianco78/signalroom --skill pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the execution of data pipelines, eliminating manual data loading and ensuring your marketing data is always current.

Core Features & Use Cases

  • Pipeline Operations: Run dlt pipelines directly for testing or trigger them via Temporal for production.

Quick Start

Use the pipeline skill to trigger an immediate Everflow data sync and wait for completion.

Frequently Asked Questions about pipeline

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

FAQPage Schema
How do I automate data syncs across multiple sources like Everflow, PostHog, and Google Sheets?

Data syncs automate running dlt pipelines and Temporal workflows to keep marketing data current across sources. This Skill triggers immediate syncs for testing or schedules production runs via Temporal, eliminating manual data loading.

Can I test dlt pipelines locally before running them in production?

Yes, the Skill implements local testing via CLI tools and dry-run capability, letting you validate pipelines before triggering production Temporal workflows. Environment activation supports both testing and live execution.

How do I check pipeline status and debug data ingestion issues?

Pipeline status visibility and standard troubleshooting guidance are built in, allowing you to monitor workflow execution, verify data ingestion across sources, and diagnose failures in Temporal-based production triggers.

What data sources does this pipeline automation support?

The Skill syncs data from Everflow, Redtrack, S3 exports, PostHog, Mautic, and Google Sheets through dlt pipelines and Temporal workflows, applying the same triggering and status-checking logic across all sources.

Do I need to know Temporal to run data pipelines with this Skill?

No; the Skill abstracts Temporal complexity by handling workflow triggers and execution automatically. You interact via straightforward pipeline operations—run for testing or trigger for production—without managing Temporal directly.

What's the difference between running a pipeline immediately versus triggering it via Temporal?

Immediate runs via CLI are for local testing and validation; Temporal-based triggers execute in production on a reliable schedule. The Skill manages both modes, letting you test locally before deploying to scheduled production workflows.