feat(agents): add dc-import-postmortem-doc skill for import failure analysis - #2138
Open
rohitkumarbhagat wants to merge 4 commits into
Open
feat(agents): add dc-import-postmortem-doc skill for import failure analysis#2138rohitkumarbhagat wants to merge 4 commits into
rohitkumarbhagat wants to merge 4 commits into
Conversation
…artifacts from git
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces a new agent skill, dc-import-postmortem-doc, designed to generate standardized troubleshooting post-mortem documents for Data Commons import failures, and updates .gitignore to ignore the generated reports. The review feedback suggests two key improvements: removing double quotes around nullable placeholders in the YAML frontmatter template to ensure they are parsed as true null values rather than literal strings, and adding a dedicated category for permission and authentication errors to the failure taxonomy.
… and add permission error category
…amp and add created_at field to template
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 the
dc-import-postmortem-docskill to enable agents and engineers to systematically generate standardized troubleshooting post-mortem documentation following import failure investigations.Key Changes
agents/skills/dc-import-postmortem-doc/SKILL.md):dependency_drift,oom_memory_pressure,upstream_source_error, etc.) to facilitate pattern extraction.resolution_status, infrastructure IDs, timestamps, and image versions)..agents/skills.json): Registered the new skill in the workspace skills registry..gitignore): Addedagents/troubleshooting/to.gitignoreso generated offline post-mortem reports are not accidentally committed to the repository.Verification
./run_tests.sh -lto verify Python and YAML/markdown formatting passes with zero errors.