원클릭으로
validate-skill
Validate that a skill conforms to the ai-agent-skills repository standards
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Validate that a skill conforms to the ai-agent-skills repository standards
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
Update existing AI instruction documentation when an R/Bioconductor package changes
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 | validate-skill |
| description | Validate that a skill conforms to the ai-agent-skills repository standards |
| version | 1.1.0 |
| category | meta |
| tags | ["meta","infrastructure","validation","quality-control"] |
| author | waldronlab |
Validate that a skill conforms to waldronlab standards. Uses generic validators (markdownlint, yamllint) for basic checks, then adds waldronlab-specific validation for platform-agnostic compliance and repository conventions.
Invoke this skill to validate a skill file:
skills/{skill-name}/SKILL.mdmarkdownlint and yamllint installedmarkdownlint 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
## Waldronlab-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