一键导入
htmx-follow-through-audit
Audit htmxRazor asset imports and cache behavior after a migration slice without breaking shell-owned runtime contracts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Audit htmxRazor asset imports and cache behavior after a migration slice without breaking shell-owned runtime contracts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Triage MCP test drift by separating stale assertions from real surface regressions after a partial metadata/tool refactor.
Render salary values with a stable dollar sign in Razor views without depending on host culture.
Generate PostgreSQL CREATE TABLE scripts directly from live SQLite metadata without hand-transcribing Lahman-style schemas.
Migrate leaderboard pages to htmxRazor by replacing badges only, preserving all backend and frontend contracts.
Preserve the global search dropdown + all-results modal contracts while migrating Razor/htmx page markup around a shell-owned search surface.
Build Razor Page detail screens from projected records and dedicated view models instead of passing entities or PageModels into partials.
| name | htmx-follow-through-audit |
| description | Audit htmxRazor asset imports and cache behavior after a migration slice without breaking shell-owned runtime contracts. |
| domain | migration-polish |
| confidence | high |
| source | earned |
Use this after a Razor Pages + htmxRazor migration lands and the team needs to clean up runtime/docs safely.
rhx-* usage before touching /_rhx/css/components/* imports.Pages/Shared/_Layout.cshtml so styles survive hx-boost body swaps._Layout.cshtml during cleanup.IMemoryCache lookups (24h in this repo)PlayerCacheService)[ResponseCache(..., VaryByHeader = "HX-Request")] for full-page vs partial separation_Layout.cshtml import for ~/js/site.js because the file was empty and all shell runtime behavior already lived inline in layout./_rhx/css/components/rhx-button.css for Pages/About.cshtml/_rhx/css/components/rhx-badge.css for team and leaderboard migrationsdotnet build baseball-history.slndotnet test baseball-history-tests