feat: add evidence-backed incident response skill - #135
Open
equinoxaifinance-rgb wants to merge 2 commits into
Open
feat: add evidence-backed incident response skill#135equinoxaifinance-rgb wants to merge 2 commits into
equinoxaifinance-rgb wants to merge 2 commits into
Conversation
Add an incident-response Skill that runs the full symptom -> root-cause -> contain loop over DataHub: anchor a reported symptom to an asset, walk lineage upstream gathering metadata evidence, reason to the most likely root cause, then contain it by quarantining the root cause and tagging the downstream blast radius (with read-back verification). Complements datahub-lineage (raw tracing) and datahub-quality (proactive checks). Includes a silent-failure patterns reference. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a dedicated
datahub-incident-responseskill for the symptom-to-containment loop:The contribution also adds routing, a Claude Code command, focused references, and three adversarial evaluation fixtures.
Why this is separate from lineage and quality
datahub-lineageanswers dependency questions.datahub-qualitymanages assertions and native DataHub incidents. This skill begins with a live consumer symptom and coordinates evidence-backed diagnosis plus temporary, reversible catalog warnings. It does not claim that tags repair a pipeline or that metadata alone proves a production root cause.Safety and correctness
Validation
mcp-server-datahub==0.6.0:get_entities,get_lineage,get_lineage_paths_between,add_tags, andremove_tags.Provenance and overlap
This workflow was publicly shipped in Lineage Detective on July 19, before PRs #56 and #61 opened. I am not alleging copying; the implementations independently converge on a real need. This version is intentionally differentiated by OSS-compatible tag containment, prompt-injection boundaries, bounded target enumeration, exact approval semantics, read-after-write verification, partial-failure accounting, and provenance-safe rollback.
Scope
This PR does not create tag vocabulary automatically and does not administer Cloud-only native incidents. It remains useful in read-only mode when mutation tools are unavailable.