用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Bioconductor/ai-agent-skills --skill update-package-instructions命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Guide an R package or a set of analysis scripts through Bioconductor submission: the pre-submission gate, the Contributions tracker, and post-acceptance maintenance
Run and interpret R CMD build, R CMD check, and both BiocCheck entry points against a Bioconductor package, separating real defects from environment gaps and known false positives
Search, retrieve, evaluate trust, and execute citable workflows from federated protocol repositories
基于 SOC 职业分类
正在显示 SKILL.md
| name | update-package-instructions |
| description | Update existing AI instruction documentation when an R/Bioconductor package changes |
| version | 1.0.0 |
| category | r-packages |
| tags | ["r-packages","documentation","bioconductor"] |
| author | bioconductor |
Update existing .github/instructions/ files when an R/Bioconductor package changes, preserving manual customizations.
Invoke this skill when your package has changed and you want to refresh the AI instructions:
.github/instructions/.analyze-r-package skill to produce a current package analysis..github/instructions/ .md files. Compare the current package analysis to the documented state to identify changes in metadata (version, dependencies), structure (functions, vignettes, classes), and content (data sources).templates/package-instructions/README.md. If a variable differs, its corresponding file needs an update.[Description needed]), remove deleted ones, and preserve custom descriptions.create-package-instructions.analyze-r-packagecreate-package-instructionsRelated: See create-package-instructions, analyze-r-package.