一键导入
update-package-instructions
Update existing AI instruction documentation when an R/Bioconductor package changes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Update existing AI instruction documentation when an R/Bioconductor package changes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Analyze R/Bioconductor package structure to extract key information about its purpose, exports, and characteristics
Verify that waldronlab/ai-agent-skills are available and help users find the right skill
Validate that a skill conforms to the ai-agent-skills repository standards
Create complete AI instruction documentation for an R/Bioconductor package in .github/instructions/
Help create a new AI agent skill through collaborative Q&A
Automate documentation updates to SKILLS.md after creating or modifying a skill
| 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 | waldronlab |
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.