kitlib/routing/rules_engine/skills/rules_dsl_and_regex_safety/SKILL.md
# Rules DSL and regex safety ## Checklist - [ ] Rule schema (conditions/actions) - [ ] Priority ordering and conflict rules - [ ] Explain output format - [ ] Regex safety constraints - [ ] Rule testing workflow
npx skillsauth add kenjorgensen/meta_agent_kit_loader_scaffold kitlib/routing/rules_engine/skills/rules_dsl_and_regex_safetyInstall 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)
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
testing
# IMAP sync and parsing ## Checklist - [ ] Cursor strategy (UID/UIDVALIDITY) - [ ] Folder selection and backfill behavior - [ ] Dedupe keys and idempotency - [ ] Parsing into canonical DTOs - [ ] Retry/backoff rules