Read-only review skill for Ultiorganizer database schema versioning. Use after adding or changing a schema upgrade, bumping DB_VERSION, or editing sql/ultiorganizer.sql. Verify that DB_VERSION, the upgradeNN() migration steps, and the uo_database seed in the…
Read-only review skill for Ultiorganizer privacy tooling coverage. Use after adding a table or column that stores player, registered-user, or other personal data, and after changing the privacy export, anonymization, or deletion flows. Verify every schema…
Read-only review skill for Ultiorganizer release packaging and new top-level path registration. Use after adding, removing, or renaming a top-level file or directory, after editing .gitattributes export-ignore rules, or after adding a new standalone app…
Run read-only, ad-hoc SQL queries against the local Ultiorganizer dev database to investigate data-driven behavior, such as why a specific page shows or hides a group, pool, or game for a given season, or what flags a row actually has. Use when the question…
Analyze, lint, and safely fix Ultiorganizer CSS changes. Use when Codex edits or reviews CSS files under cust/, mobile app styling, skin overrides, or shared stylesheet rules; when checking style/color consistency; or when deciding whether duplicated…
Verify Ultiorganizer UI and CSS changes by taking screenshots and measuring element layout using Chromium inside the dev Docker container. Use whenever a visual or layout change needs confirmation — responsive CSS, header alignment, table widths, mobile vs…
Fix Ultiorganizer user-facing language for project spelling, grammar, gettext-backed wording, and terminology correctness. Use for either a single page sweep or a single-term sweep across user-facing surfaces. Default to one page or module when the caller is…
Read-only review skill for Ultiorganizer user-facing language. Use after adding or changing a page, page module, or other code with user-facing text. Review changed content for project spelling, grammar, gettext-backed wording, database-backed U_()…