What problem does it solve?
Manually verifying that a repository adheres to team development standards (including dev container configuration, uv dependency management, linting tooling, required folder structure, and git hygiene rules) is slow, inconsistent, and often misses critical gaps before code reviews or project onboarding.
Core Features & Use Cases
- Read-only compliance audit: Runs a structured check against the AI Services / BNE Data Engineering standards without modifying any repository files.
- Categorized gap reporting: Groups findings by Environment, Tooling, Structure, and Git hygiene, with severity ratings (FAIL/WARN/SKIP) and clear remediation hints for each gap.
- Pre-review validation: Use this skill before submitting a PR or onboarding a new repo to catch missing standards early, avoiding rework during team reviews.
Quick Start
Use the check-setup-against-standards skill to audit the current repository against the team's engineering standards and receive a prioritized list of compliance gaps with fix recommendations.