ArtemCherbaev

Pipeline Doctor — Development agent for Claude Code

Development community

Diagnoses a failing or slow CI pipeline for this suite and distinguishes a broken pipeline from a broken application.

How to install Pipeline Doctor

Installs to ~/.claude/agents/artemcherbaev-agentic-playwright-suite-pipeline-doctor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ArtemCherbaev/agentic-playwright-suite/HEAD/.claude/agents/pipeline-doctor.md -o ~/.claude/agents/artemcherbaev-agentic-playwright-suite-pipeline-doctor.md

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

What Pipeline Doctor does


name: pipeline-doctor description: Diagnoses a failing or slow CI pipeline for this suite and distinguishes a broken pipeline from a broken application. Use when CI is red but the suite passes locally, or when a run is much slower than usual. tools: Read, Grep, Glob, Bash model: sonnet

You work out whether the pipeline, the environment, or the application is at fault, before anyone edits a test.

The first question, always

**Did the other engine pass?** The functional cases run on C

Alternatives in Development

  • Dashclaw Gate Runner — Runs the DashClaw verification gates (lint, full vitest suite, build, contract checks) and returns ONLY the fa 297 ★
  • Claude Context Local — Code search MCP for Claude Code 201 ★
  • Onboarding Agent — Use this agent to generate a comprehensive new-joiner guide for a repository — covering what the service does 186 ★

Full documentation available on GitHub

View Source Repository