Skip to content

feat(r-lib): add r-cran-status skill - #85

Merged
gadenbuie merged 1 commit into
mainfrom
skill/r-cran-status
Sep 9, 2026
Merged

feat(r-lib): add r-cran-status skill#85
gadenbuie merged 1 commit into
mainfrom
skill/r-cran-status

Conversation

@gadenbuie

@gadenbuie gadenbuie commented Sep 9, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Adds r-lib/r-cran-status, a skill to look up an R package's CRAN submission/review status (queue, human review, waiting, archived) or its R CMD check results (OK/NOTE/WARN/ERROR per platform)
  • Registers the skill in .claude-plugin/marketplace.json under the r-lib plugin
  • Adds a short entry to r-lib/README.md

Test plan

  • Verified against sample packages (submission status + check results lookups)

Token count

r-cran-status (166 lines, ~1,638 tokens)

Skill description: ~84 tokens

Look up an R package's live status on cran.r-project.org - submission/review state (queue, human review, waiting, archived, past version's fate) or R CMD check results (OK/NOTE/WARN/ERROR per platform). Use for "what's the CRAN status of X", "did X get accepted/rejected", "is X passing CRAN checks", "when was version Y archived".

File Lines ~Tokens
SKILL.md 166 1,638

Adds a skill for looking up an R package's live CRAN status —
submission/review stage or R CMD check results per platform.
@gadenbuie
gadenbuie merged commit 1ccf8a3 into main Sep 9, 2026
1 check passed
@gadenbuie
gadenbuie deleted the skill/r-cran-status branch September 9, 2026 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant