Prompt file imported from khalildhmine/M-Adrar (
.codex/prompts/dashboard-template-checklist.md). Copyright stays with the author.
AI Work Checklist
Run the unified checklist against current git changes.
Steps
-
Get the current diff:
git diff --name-only HEADIf no staged changes, also check:
git diff --name-only -
Read the project rule sources directly:
AGENTS.mddocs/architecture/development-rules.mddocs/architecture/nextjs-best-case-rules.md.claude/plugins/local/dashboard-template/skills/fullstack-review/references/checklist.md
-
For each changed file, apply the relevant checklist items:
.ts/.tsxfiles insrc/app/api/— Apply API checklist (API-001~004).ts/.tsxfiles insrc/app/,src/components/,src/features/— Apply frontend checklist (PERF, COMP, UI).sqlfiles insupabase/— Apply Supabase checklist (SB, DATA)
-
Report findings in this format:
## Checklist Results ### Passed - [x] API-001: All APIs under /api/v1/** ✓ ### Failed - [ ] PERF-001: Sequential I/O detected in src/app/api/v1/academy/enrollments/route.ts:15 Fix: Wrap independent fetches in Promise.all() ### Not Applicable - [-] SB-002: No SQL files changed -
Summarize:
X passed, Y failed, Z not applicable -
If violations exist, list failures before the summary. If there are no failures, say that explicitly.