Fixing Bugs

Fix a Langflow bug using strict TDD — UNDERSTAND → REPRODUCE (RED) → VERIFY RED → FIX → VERIFY GREEN → VALIDATE → REFACTOR — with Langflow hotspot awareness (lfx vs langflow-base split, dynamic component discovery, expand-contract Alembic migrations, pre-commit must invoke uv run git commit). Use when the user reports a bug in Langflow, mentions Sentry/error/regression, pastes a stack trace, or asks to fix something. Bugs require a failing test that proves the bug existed before any code change. For building new features use developing-features-tdd; for non-TDD code work use developing-features.

Cristhianzl Updated

File contents

Cristhianzl/claude-skills-czl/tree/main/configs/langflow/skills/fixing-bugs commit 31a1663255

Frequently asked questions

npx skillmds@latest add cristhianzl/fixing-bugs-2