Find Query Mutation

Detect read-named methods that mutate persisted state. Runs an AST scan for functions named `get_*` / `fetch_*` / `load_*` / `list_*` / `find_*` / `check_*` whose body calls `.save()` / `.delete()` / `.update()` / `.create()` / `.bulk_create()` / `.bulk_update()` / `.update_or_create()` / `.get_or_create()`; collapses hits per function, fans out scout sub-agents to bucket each candidate (rename / split / legitimate warming / stdlib false positive), and produces a report that hands off to `/fix-workflow cluster:<symbol>`. Detection-only — never edits production code.

KhurrumMahmood fb40fa8 6 files · 46.6 KB Updated

File contents

KhurrumMahmood/senior-vibe-engineer/tree/main/.claude/skills/find-query-mutation commit fb40fa86e5

Frequently asked questions

npx skillmds@latest add khurrummahmood/find-query-mutation