What problem does it solve? Files mirrored across multiple repositories and artifacts produced by generators drift silently: copies diverge with no build or test to flag it, and generated files keep looking current even after their generator's input path stops resolving. This Skill detects both failure modes before they cause wrong language decoding, mislabelled editor tabs, or stale release artifacts. ## Core Features & Use Cases - Mirror drift detection: Runs check_mirrors.sh to compare eleven file pairs across the qmk_firmware, PolyKybdHost, and polykybd-ctnd repos, printing ok/DRIFTED/MISSING per pair and exiting non-zero on any drift. - Generated artifact validation: Re-runs each generator (generate_fonts.py --check, preview_doctor.py, cog) and confirms the output still matches the committed artifact and that input paths still resolve. - Guided re-sync: When drift is found, directs you to pick the canonical side deliberately, copy with cp, re-run the check, and record the copy direction in the commit. - Use Case: Before a PolyKybd release, run the mirror check to confirm the frozen ISO language table, font manifests, and the nine mirrored skills are byte-identical across all three repos, then re-run the font generator to prove the committed artifacts are not stale. ## Quick Start Ask the assistant to run the check-mirrored-artifacts skill to verify all mirrored files and generated artifacts are in sync across the PolyKybd repos.