kitlib/core/qa/skills/testing_fixtures_and_mocks/SKILL.md
# Testing fixtures and mocks ## Checklist - [ ] Fixture corpus covers edge cases - [ ] Prefer offline/replayable tests - [ ] Success + failure tests for tools - [ ] Smoke integration test per milestone
npx skillsauth add kenjorgensen/meta_agent_kit_loader_scaffold kitlib/core/qa/skills/testing_fixtures_and_mocksInstall 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