بنقرة واحدة
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.