Mark awesome-copilot Live and correct Cursor dashboard semantics#33
Merged
Conversation
Aaron Powell merged github/awesome-copilot#1461 on 2026-04-28: the vardoger-analyze skill is now live on main and installable via gh skills install github/awesome-copilot vardoger-analyze. Flip the row to Live, drop it from the reviewer-poll list, and record that the maintainer stacked an APPROVED on top of the stale CHANGES_REQUESTED review rather than dismissing it (so gh pr view still reports reviewDecision=CHANGES_REQUESTED on a state=MERGED PR — future polls must check state first). Cursor: the publisher dashboard at cursor.com/marketplace/publish is submit-only — there is no my-submissions list, contradicting the prior doc framing. Replace the impossible "log into the dashboard and check" instruction with two verifiable public probes (HTTP status of cursor.com/marketplace/vardoger and presence in cursor/plugins/main) and a re-submission fallback dated 2026-05-04. Also document why opening a PR at github.com/cursor/plugins is not a viable parallel path: 15 community plugin PRs there sit at reviewDecision=- with no triage since 2026-02-23.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two unrelated marketplace-status corrections from today's poll, kept in one commit because both stem from the same session.
awesome-copilotis Live.aaronpowell(one of the maintainers we pinged in the 2026-04-27 stale-review comment) approved github/awesome-copilot#1461 at 03:45:35Z on 2026-04-28 and merged it 29 seconds later as2f4f41b8intostaged. The auto-publish pipeline has already run end-to-end —skills/vardoger-analyze/SKILL.mdreturnsHTTP/2 200onmainand thedocs/README.skills.mdindex carries the install snippetgh skills install github/awesome-copilot vardoger-analyze. Quirk worth recording: the maintainer never bothered dismissing the stalegithub-actionsCHANGES_REQUESTEDreview — they stacked anAPPROVEDon top of it. Sogh pr view --json state,reviewDecisionnow returnsstate: MERGEDbutreviewDecision: CHANGES_REQUESTED. Any future poll based onreviewDecisionalone would falsely read "still blocked"; checkstatefirst. Row flipped to Live, dropped from the reviewer-poll list, matching[ ]ticked in PRD Phase 4.Cursor publisher dashboard is submit-only. Verified directly: the form at
cursor.com/marketplace/publishaccepts new applications but does not expose a my-submissions list, contradicting the prior framing of "log into the dashboard and check submission state." Switched the verification path to public probes that are actually reachable:curl -sI https://cursor.com/marketplace/vardoger | head -1(expectHTTP/2 200once listed; was404on 2026-04-28) andgh api repos/cursor/plugins/contents/vardoger?ref=main(expect a directory listing once merged into the official catalog; was404on 2026-04-28). Re-submission fallback is scheduled for 2026-05-04 if both probes still return absent.Also evaluated opening a PR at
github.com/cursor/pluginsas a parallel path (Cursor's official plugin spec + curated catalog repo, layout mirrors ourplugins/cursor/one-for-one). Documented why it is not viable today: 15 open community plugin PRs there, every one withreviewDecision: -(no review at all), oldest from 2026-02-23 (>2 months untouched), no labels, no triage. Trailing 20 merged PRs are exclusively by Cursor staff. Strictly worse parallel path; not worth opening.Row stays at Submitted — we can neither confirm nor disprove the 2026-04-20 form submission, but the doc now records the only verifiable signals.
Test plan
awesome-copilotskill is live onmain:curl -sI https://raw.githubusercontent.com/github/awesome-copilot/main/skills/vardoger-analyze/SKILL.mdreturnsHTTP/2 200cursor.com/marketplace/vardogerreturnsHTTP/2 404(probe documented)cursor/plugins/contents/vardogerreturns404onmain(probe documented)MARKETPLACE_STATUS.md"Last refreshed" reflects todayPRD.mdPhase 4awesome-copilotcheckbox ticked