debug

Solid

Debug systematically across software, data pipelines, infrastructure, and analytics. Find root cause before fixing - for bugs, test failures, CI/CD breakage, K8s/Cloud incidents, dbt/Airflow pipeline failures, schema drift, freshness violations, dashboard wrong-numbers, and performance issues. Validates at every layer; verifies with fresh evidence before claiming done.

Code & Development 2 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
16
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Debug Comprehensive debugging across the four disciplines you work in: software, data engineering, devops, analytics. Systematic investigation, root-cause-first, defense-in-depth, and verified-before-claimed-done. ## Iron law ``` NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST ``` Random fixes waste time and create new bugs. Find root cause → fix at source → validate at every layer → verify with fresh evidence before claiming done. ## When to use | Surface | Triggers | |---|---| | **Software** | test failures, bugs, exceptions, build failures, integration regressions | | **System** | server 5xx, CI/CD pipeline failures, deploy failures, performance degradation, OOM, timeouts | | **Data pipeline** | DAG failures, dbt test failures, source-freshness alerts, schema drift, late/missing data, row-count anomalies, lineage breaks | | **Infrastructure** | K8s pod CrashLoopBackOff, secret rotation issues, env-var mismatch across environments, IaC drift, image pull errors, networking/policy denial | | **Analytics / BI** | dashboards showing wrong numbers, metric drift, exposure-aware refresh failures, BI cache staleness, broken charts after model changes | | **Always** | before claiming work complete | ## Techniques (load on demand) ### Code-level | # | Reference | Load when | |---|---|---| | 1 | `references/systematic-debugging.md` | Any bug/issue requiring investigate→fix loop | | 2 | `references/root-cause-tracing.md` | Error deep in call stack, unclear where bad data ori...

Details

Author
vanducng
Repository
vanducng/skills
Created
2 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category