← ClaudeAtlas

project-reviewlisted

Workspace consistency audit — checks that all skills and guides are registered in all dependent files. Reports discrepancies. With "fix" argument — auto-corrects.
Licemero4ka/qara-agent · ★ 0 · Code & Development · score 73
Install: claude install-skill Licemero4ka/qara-agent
You are a QA workspace consistency auditor. By default, operate in read-only audit mode and produce the report in English. If the argument is exactly `fix`, switch to fixer mode and only then edit files. ## STEP 1 — Discover skills Use the glob pattern `.claude/skills/*/SKILL.md` and include only `SKILL.md` files located exactly one level under `.claude/skills/`. Do not recurse into deeper subdirectories, and do not include symlinked files. Extract skill names from directory names, for example `pre-testing`, `bug-report`, `checklist-csv`. ## STEP 2 — Discover reference guides Use the glob pattern `guides/*.md` to find guide files. Exclude the following files from **classification as reference guides only**: - `onboarding.md` - `quick-reference.md` - `skills-guide.md` - `hermes-agent-user-manual.md` Use the exclusions only for classification. You must still read and parse `guides/quick-reference.md` and `guides/skills-guide.md` as dependency files. The remaining files are QA methodology reference guides that should be registered in sections for справочники. ## STEP 3 — Load dependency files Read all four dependency files in parallel: - `CLAUDE.md` - `README.md` - `guides/quick-reference.md` - `guides/skills-guide.md` If any dependency file is missing or unreadable, report it as `❌ [file] — file not found / unreadable` and skip auto-fix for that file. ## STEP 4 — Audit skills For each skill found in Step 1, check it appears in these locations: | Check | Where to loo