What problem does it solve? Submitting an Omarchy Quattro plugin to the marketplace requires passing many checks and producing an exact issue title and body; doing this by hand risks refusals, stale-commit validation, and typos in the submission form. ## Core Features & Use Cases - Pre-submission check run: Executes every blocking check via omakit submit, reporting READY, REFUSED, or LISTED outcomes with remedies for each failure. - Exact issue content generation: Produces the submission issue title and body from the pinned marketplace form, with the Repository URL taken from origin so it is never typed by hand. - Retry edit protocol: Regenerates the body with --body-out, diffs it against the current issue, and verifies with omakit watch after an owner-approved edit. - Use Case: A plugin owner asks whether their repository is ready to list; the skill runs the checks, explains any refusal such as a taken id or unpushed commit, and produces the paste-ready issue content without posting anything. ## Quick Start Ask the assistant to check whether the plugin in this repository is ready to submit to the Omarchy marketplace and to produce the submission issue title and body.