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.

Zur Installation springen

Quellinformationen

Repository
IgniteUI/ai-repo-structure
Letzte Quellaktivität
24. März 2026 um 20:49
Erkannte Sprache von SKILL.md
Englisch
Sterne
4
Forks
0

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

Datei-Explorer
4 Dateien

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
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.
Auf GitHub ansehen