kitlib/core/reviewer/skills/review_layer_boundaries/SKILL.md
# Review: layer boundaries ## Checklist - [ ] No integration-native objects outside integration layer - [ ] Tool layer uses repositories only - [ ] Business logic does not do network I/O - [ ] Vector store is non-authoritative (if used)
npx skillsauth add kenjorgensen/meta_agent_kit_loader_scaffold kitlib/core/reviewer/skills/review_layer_boundariesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
development
# Vector store ops ## Checklist - [ ] Embedding text recipe - [ ] Metadata fields and filters - [ ] Upsert cadence and rebuild plan - [ ] Query patterns and evaluation - [ ] Outage handling
testing
# DB schema and migrations ## Checklist - [ ] Entities and relationships - [ ] Identity keys + dedupe invariants - [ ] Index plan - [ ] Migration strategy - [ ] Audit logging (if required)
development
# Rules DSL and regex safety ## Checklist - [ ] Rule schema (conditions/actions) - [ ] Priority ordering and conflict rules - [ ] Explain output format - [ ] Regex safety constraints - [ ] Rule testing workflow
tools
# Security: secrets and redaction ## Checklist - [ ] Secrets only via env/secret store - [ ] Logs redact sensitive content by default - [ ] Tool outputs avoid raw sensitive data unless explicit flags - [ ] Retention guidance documented