Merged
Conversation
New agent skill for the repeatable workflow of adding Blu-ray disc test fixtures. Covers disc survey, analysis, ICS extraction, fixture creation, test scaffolding, and conftest/matrix updates. Includes a debugging reference for systematically investigating episode/special count mismatches (IG hints, chapter-selection filtering, register-indirect JumpTitle, title-hint supplement). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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
Add an agent skill that codifies the repeatable workflow for adding new Blu-ray disc test fixtures, plus a debugging reference for analysis mismatches.
Background
Over the course of adding disc8-13 fixtures, a clear 10-step pattern emerged (survey, analyze, debug, extract ICS, copy metadata, create tests, update conftest/matrix, validate). Several non-obvious pitfalls were discovered (fixture directory structure, matrix update completeness, register-indirect JumpTitle limitations). This skill captures those learnings.
Changes
.github/skills/add-disc-fixture/SKILL.md— Main skill with 10-step workflow, common disc patterns table, fixture structure requirements.github/skills/add-disc-fixture/references/debug-analysis.md— Systematic debugging guide for episode/special count mismatches, covering IG hints, chapter-selection filtering, register-indirect JumpTitle, title-hint supplement, and key code locationsTesting
No code changes — skill documentation only.
Additional Notes
Also stored 5 key memories for cross-session recall: fixture directory structure, matrix update requirements, PowerShell escaping, register-indirect JumpTitle limitation, ICS extraction method.