Skip to main content

frontend-pages-router

Change or review the Next.js frontend in this repository. Use when work touches frontend/pages, frontend/components, frontend/services, auth UX, article detail flows, sitewide chat UI, browser-only state, or Pages Router behavior.

Ir para a instalação

Informações da origem

Repositório
hoangsonww/AI-Gov-Content-Curator
Última atividade na origem
28 de fevereiro de 2026 às 03:49
Idioma detectado do SKILL.md
inglês
Estrelas
30
Forks
18

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Explorador de arquivos
4 arquivos

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
frontend-pages-router
description
Change or review the Next.js frontend in this repository. Use when work touches frontend/pages, frontend/components, frontend/services, auth UX, article detail flows, sitewide chat UI, browser-only state, or Pages Router behavior.
# Frontend Pages Router Preserve client-side behavior before refactoring structure. ## Follow This Workflow 1. Identify the route or component that owns the behavior. 2. Check for browser-only dependencies such as `localStorage`, cookies, `window`, and shallow routing. 3. Preserve query syncing and debounce behavior on `/home`. 4. Preserve article detail flows across favorites, comments, ratings, related content, bias analysis, and chat. 5. Validate with `cd frontend && npm run lint`; add Playwright when the change affects route behavior or interactions. ## Use The References - Read `references/frontend-map.md` for high-risk routes and components. - Read `references/chat-ui.md` when the task touches the sitewide chat page.
Ver no GitHub