Fix Pipeline banner
alexanderop alexanderop

Fix Pipeline

Data community

Description

--- description: Check CI pipeline status for current branch and fix failures using systematic debugging allowed-tools: Bash(gh *), Bash(git *), Bash(pnpm typecheck*), Bash(pnpm lint*), Bash(pnpm test*), Bash(pnpm build*), Read, Glob, Grep, Edit, Write --- # Fix Pipeline ## Pipeline Context <current_branch> !`git branch --show-current` </current_branch> <push_status> !`git status -sb | head -1` </push_status> <pipeline_runs> !`gh run list --branch "$(git branch --show-current)" --limit 3 2>

Installation

Installs to ~/.claude/commands/alexanderop-markvim-fix-pipeline.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/alexanderop/MarkVim/HEAD/.claude/commands/fix-pipeline.md -o ~/.claude/commands/alexanderop-markvim-fix-pipeline.md

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

Full documentation available on GitHub

View Source Repository