Pipeline Fixer banner
basedosdados basedosdados

Pipeline Fixer

Development community

Description

--- name: pipeline-fixer description: Orchestrates repair of failing Prefect 3 pipelines. Runs the pipeline-doctor skill to survey and triage, then dispatches one pipeline-investigator subagent per fixable cluster, each on its own branch and PR. Spawn when asked to fix broken pipelines, work through the failing-pipeline backlog, or get prod flows green again. tools: - Agent - Skill - Read - Bash - Glob - Grep - mcp__databasis__list_flow_runs - mcp__databasis__get_flow_run_logs

Installation

Installs to ~/.claude/agents/basedosdados-pipelines-pipeline-fixer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/basedosdados/pipelines/HEAD/.claude/agents/pipeline-fixer.md -o ~/.claude/agents/basedosdados-pipelines-pipeline-fixer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository