Debug Pipeline banner
colossus-lab colossus-lab

Debug Pipeline

Data community

Description

# Debug backend pipeline: $ARGUMENTS Diagnose the described problem in the scraper → embedding → collector → analyst pipeline. Follow this checklist: ## Base infrastructure - [ ] PostgreSQL running: `make db.up` or check docker (`docker ps | grep postgres`) - [ ] Redis running: verify connectivity on port 6381 - [ ] Migrations applied: `make db.migrate` - [ ] Environment variables: `OPENAI_API_KEY`, `DATABASE_URL`, `CELERY_BROKER_URL` - [ ] Workers active: check in Flower (`make flower` → htt

Installation

Installs to ~/.claude/commands/colossus-lab-openarg_backend-debug-pipeline.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/colossus-lab/openarg_backend/HEAD/.claude/commands/debug-pipeline.md -o ~/.claude/commands/colossus-lab-openarg_backend-debug-pipeline.md

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

Full documentation available on GitHub

View Source Repository