.agents/skills/update-skia/references/validation-prompt.md
Use this prompt when launching the Phase 3 validation agent. Substitute the milestone numbers and paste your breaking change analysis table.
I'm updating SkiaSharp's Skia submodule from m{CURRENT} to m{TARGET}. Here is the breaking change analysis I produced: [paste analysis table]
Please validate by (run from externals/skia):
static_assert(sizeof(...)) in src/c/sk_structs.cpp.
For each asserted C++ struct, compare the target milestone's definition against our
C API struct in include/c/sk_types.h. Flag any struct that gained or lost fields.