What problem does it solve? Omarchy marketplace plugin submissions often go quiet after fixes are pushed, because pushing code or commenting on the issue never re-triggers validation. This Skill checks whether the commit the marketplace validated has fallen behind the repository and names the single action that re-runs validation. ## Core Features & Use Cases - Staleness Diagnosis: Runs omakit watch to compare the marketplace-validated commit with the plugin repository's current HEAD and returns a verdict such as stale, current, wrong-repository, refused, or unknown. - Batch Discovery: Uses --all --json or --list --json to check every open marketplace issue authored by the signed-in GitHub account without waiting on keyboard input. - Retry Edit Protocol: Guides a safe issue-body edit using the body rendered by omakit submit --body-out, with a diff check so only Maintainer notes may change, preventing typos in the Repository URL. - Use Case: A plugin author pushed fixes five days ago but the submission issue shows no progress; the Skill reveals the validated commit is stale and walks through editing the issue body to re-trigger validation. ## Quick Start Ask the AI to check why your Omarchy marketplace submission issue has gone quiet by running omakit watch against the issue URL and your plugin repository.