Pipeline Monitor banner
sethdford sethdford

Pipeline Monitor

Data community

Description

--- name: pipeline-monitor description: Check pipeline progress, surface blockers user_invocable: true --- # Pipeline Monitor Check the current Shipwright pipeline status and surface any blockers. ## Instructions 1. Read `.claude/pipeline-state.md` if it exists to get current pipeline state 2. Check for recent pipeline artifacts in `.claude/pipeline-artifacts/` 3. Look at the last 5 git commits to understand recent progress 4. Check if there are any failing tests by running: `npm test 2>&1 |

Installation

Installs to ~/.claude/skills/sethdford-shipwright-pipeline-monitor/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sethdford-shipwright-pipeline-monitor && curl -fsSL https://raw.githubusercontent.com/sethdford/shipwright/HEAD/.claude/skills/pipeline-monitor.md -o ~/.claude/skills/sethdford-shipwright-pipeline-monitor/SKILL.md

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

Full documentation available on GitHub

View Source Repository