Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub m16khb/claude-integration --plugin automation-toolsHow this skill is triggered — by the user, by Claude, or both
Slash command
/automation-tools:skills/factory-validatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
생성된 컴포넌트의 품질을 보증하고 스키마 준수 여부, 모범 사례 적용 여부를 검증합니다.
Audits Claude Code packages across 6 quality dimensions (frontmatter, structure, content, triggers, handlers, testing) with scored reports. Supports single-package quick audits and full-repository comparative rankings.
Applies a 100-point deterministic scoring rubric to NL artifacts with penalty tables per artifact type. Includes calibration examples for anchoring borderline quality judgments.
Validates SKILL.md files against agentskills specification and Anthropic best practices. Catches structural, semantic, naming, and quality issues before publishing or debugging triggers.
Share bugs, ideas, or general feedback.
생성된 컴포넌트의 품질을 보증하고 스키마 준수 여부, 모범 사례 적용 여부를 검증합니다.
Component: newly-created-agent.md
Validation type: full
## 🔍 컴포넌트 검증 보고서
| 항목 | 점수 | 상태 |
|------|------|------|
| 구조 | 28/30 | ✅ |
| 내용 | 35/40 | ⚠️ |
| 기술 | 25/30 | ✅ |
### 발견된 문제
#### ⚠️ 주요 (Major)
- ERROR HANDLING 섹션이 누락되었습니다
- 예제 코드가 너무 적습니다
#### 💡 개선 (Minor)
- 일부 설명이 모호합니다
- 더 많은 사용 예시가 필요합니다
### 자동 수정 제안
- ERROR HANDLING 섹션 템플릿 추가
- 기본 예제 코드 삽입