Takes a mysqldump of the dev database to a timestamped file before risky schema operations (migrate:fresh, destructive migrations, cleanup scripts). Returns the absolute path to the snapshot. Can be invoked directly by the caller, or as a safety prerequisite by other agents. Skips writing if the database is empty or…
Tails relevant Docker / application logs to diagnose a reported symptom and returns a 3-5 line summary (error + likely cause + suggested next step). Use this whenever the caller describes a runtime symptom (a 500, a hang, "the worker isn't picking up jobs", a failing SSE stream) instead of streaming hundreds of log…
Creates database migrations (and optionally the matching model + factory + seeder) following the project's conventions — date-based filename, project-standard class style, paired up()/down(), FK with cascade rules, named indexes on FKs and frequent WHERE columns. Use this whenever the caller asks to add, alter, or…
Applies the minimum set of docker / build / migration commands required to make the current uncommitted code changes visible in running containers. Inspects git diff, runs a helper script, and returns a single-line status summary. Use this whenever the user says they're ready to test, or after a code change session…
Runs only the tests affected by the current uncommitted changes — filtered by changed test files and tests matching changed source files. Returns a one-line pass/fail summary instead of streaming hundreds of test lines into the main context. Use this whenever the caller wants a fast pre-commit sanity check on what…
★not rated 1 3mo agoA68 tokens
originalMIT
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: