What problem does it solve? Field feedback logged in a local RETEX-skills.md file stays invisible to the central team. This Skill automatically synchronizes R-NNN feedback entries to a shared GitHub repository as issues, without manual copy-pasting, and without ever losing local data. ## Core Features & Use Cases - Automatic sync via hook: after each edit of RETEX-skills.md, new or modified R-NNN entries are parsed and pushed as GitHub issues using gh issue create. - Idempotent tracking: a local .retex-pushed.json cache stores issue numbers and content hashes, so unchanged entries are skipped and modified entries become comments on the existing issue instead of duplicates. - Label derivation and degraded mode: category and severity fields map to GitHub labels, and if gh is missing or unauthenticated the push logs the failure and exits without blocking the edit. - Use Case: A partner consultant writes a bug report entry R-028 in their RETEX journal; the skill creates issue [R-028] ... on divalto/divalto-ia-devkit with labels retex, bug-skill, and severite:haute. ## Quick Start Ask the AI to configure the target GitHub repository for this workspace's RETEX file and then push all new entries from RETEX-skills.md to GitHub.