Skip to main content

validate-learning-repo

Audits this repository's teaching content against the real file structure. Use when checking README examples, AGENTS.md, CLAUDE.md, .claude/, .github/, or shared skills for accuracy and consistency.

설치로 이동

소스 정보

저장소
IgniteUI/ai-repo-structure
최근 소스 활동
2026년 3월 24일 20:49
감지된 SKILL.md 언어
영어
스타
4
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
4 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
validate-learning-repo
description
Audits this repository's teaching content against the real file structure. Use when checking README examples, AGENTS.md, CLAUDE.md, .claude/, .github/, or shared skills for accuracy and consistency.
# Validate learning repo Use this skill when the task is to verify that the repository still teaches the right thing and that examples still match reality. ## Workflow 1. Read `references/checklist.md`. 2. Run `scripts/check-required-files.sh`. 3. Compare: - `README.md` - `AGENTS.md` - `CLAUDE.md` - `.claude/` - `.github/` - `skills/` 4. Look for: - missing referenced files - missing required `AGENTS.md` command entries - repo guidance that teaches a required section or workflow but does not include it in practice - example trees that no longer match the repository - invalid agent or skill naming - duplicated guidance in the wrong layer - unsupported or invented conventions 5. Format findings with `assets/report-template.md`. ## Output requirements - Group findings into: - broken or misleading - should improve - already good - Prefer exact file paths. - Be concrete. - Do not suggest abstract "best practices" unless they clearly apply to this repo.
GitHub에서 보기