feat(op-program): add vm-compat-triage skill#19444
Merged
Conversation
ea686c6 to
4cf49e3
Compare
Add a skill that guides triage of analyze-op-program-client CI failures. The skill walks through each new vm-compat finding interactively, letting the engineer mark call stacks as unreachable or acceptable, then regenerates the baseline from scratch. Key features: - Prefers running vm-compat locally (CI logs truncate large JSON output) - Shows full call stacks with source file paths from the PR branch - Cascades unreachable decisions to auto-resolve related findings - Regenerates baseline from scratch (not merge) to remove stale entries - Includes MIPS64 syscall reference table Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4cf49e3 to
292f57d
Compare
CircleCI truncates large log output, silently dropping findings from the beginning of the JSON array. Triage based on incomplete data gives false confidence. Only CI artifacts and local execution are supported. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The triage report was an intermediate artifact that didn't add value. Decisions are captured in the triage state file and the baseline itself. Co-Authored-By: Claude Opus 4.6 <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
analyze-op-program-clientCI failuresvm-compatThe skill lives at
.claude/skills/vm-compat-triage/SKILL.mdand is invokable as/vm-compat-triage.Test plan
🤖 Generated with Claude Code