What problem does it solve?
This Skill turns a reported DSL issue into a reproducible PTOAS case, helping engineers identify the failure stage, determine the root cause, and coordinate a validated fix.
Core Features & Use Cases
- Issue Reproduction: Extracts DSL and PTO IR examples from issue reports and preserves them as repository-local minimal reproductions.
- Failure Analysis: Runs PTOAS with the required flags, captures logs, identifies the first meaningful error, and distinguishes frontend, expansion, lowering, and code-generation failures.
- Guided Resolution: Proposes a minimal fix, waits for user confirmation before modifying code or submitting changes, runs regression validation, and prepares an issue-linked pull request.
- Use Case: Use it when a GitHub issue reports that a DSL program fails during PTO IR generation or PTOAS compilation and you need a traceable path from reproduction to reviewed fix.
Quick Start
Provide the GitHub issue link and ask the skill to reproduce the DSL failure, analyze the PTOAS logs, and propose the smallest validated fix.