When a ClickHouse query blows up in production and you need to understand why at the database level, this skill walks you through a structured diagnosis. It extracts the numeric error code, loads reference material for that specific code, and gives you a three part answer: what caused it, how to fix it, and an example of the corrected query. The workflow explicitly steers you away if you're actually trying to trace application code that generated the query, pushing you toward source code inspection instead. It's narrow by design. DataStoria built this to short circuit the cycle of pasting error codes into documentation searches when you just want the database level fix, not a debugging session.
npx -y skills add frankchen021/datastoria --skill diagnose-clickhouse-errors --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
prisma/skills
firebase/agent-skills
wordpress/agent-skills
Dexploarer/hyper-forge
prisma/skills