用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Bioconductor/ai-agent-skills --skill validate-skill命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | validate-skill |
| description | Validate that a skill conforms to the ai-agent-skills repository standards |
| version | 1.2.0 |
| category | meta |
| tags | ["meta","infrastructure","validation","quality-control"] |
| author | bioconductor |
Validate that a skill conforms to bioconductor standards. Uses generic validators (markdownlint, yamllint) for basic checks, then adds bioconductor-specific validation for platform-agnostic compliance and repository conventions.
Invoke this skill to validate a skill file:
skills/{skill-name}/SKILL.mdmarkdownlint and yamllint installedNote — CI/CD integration: The deterministic subset of these checks (frontmatter completeness, directory-name matching, name uniqueness, SKILLS.md sync, broken links, version bump) runs automatically via GitHub Actions on every PR that modifies a
SKILL.mdfile. Use this skill for interactive local validation before opening a PR and for the full subjective review (agent neutrality, verbosity, SSOT compliance) that the static script cannot evaluate.
markdownlint on the file, and validate the YAML frontmatter syntax (e.g., by extracting the frontmatter and running yamllint -d relaxed on it).platforms, triggers).Generate a validation report in markdown format:
# Skill Validation Report: [skill-name]
**Status**: ✅ PASS | ❌ FAIL ([N] issues)
## Generic Validation
**markdownlint**: ✅ PASS | ⚠️ [N] warnings
**YAML frontmatter**: ✅ PASS | ❌ FAIL
## Bioconductor-Specific Validation
### CRITICAL Issues (Must Fix)
❌ **[Issue title]** ([location])
- Issue: [What violates standards]
- Fix: [How to fix it]
- Reference: [AGENTS.md or SKILL_STANDARD.md section]
### WARNING Issues (Should Fix)
⚠️ **[Issue title]** ([location])
### INFO Issues (Optional Improvements)
ℹ️ **[Issue title]** ([location])
User: "Check if the analyze-r-package skill meets standards" Agent:
skills/analyze-r-package/SKILL.mdSee also: SKILL_STANDARD.md, AGENTS.md