Skip to main content

backend-api-change

Safe PetSwipe backend workflow for Express route changes, TypeORM entity updates, service changes, migrations, auth adjustments, and API docs updates. Use when work changes backend behavior or data flow and needs route/controller/service/entity coherence.

Ir para a instalação

Informações da origem

Repositório
hoangsonww/PetSwipe-Match-App
Última atividade na origem
28 de fevereiro de 2026 às 01:57
Idioma detectado do SKILL.md
inglês
Estrelas
25
Forks
12

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
3 arquivos

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
backend-api-change
description
Safe PetSwipe backend workflow for Express route changes, TypeORM entity updates, service changes, migrations, auth adjustments, and API docs updates. Use when work changes backend behavior or data flow and needs route/controller/service/entity coherence.
Use this skill for backend/API changes in PetSwipe. ## Workflow 1. Identify the route, controller, service, entity, and migration impact. 2. Keep request and response behavior explicit. 3. Check whether Swagger/OpenAPI exposure needs to change. 4. Check whether health, readiness, or startup behavior is affected. 5. Validate with build/tests appropriate to the touched area. ## Repo-Specific Guidance - `backend/src/app.ts` is the central runtime and docs surface. - Health endpoints at `/health` and `/ready` matter for deployment. - Swagger is exposed at `/api-docs.json` and `/docs`. - Route/controller/service/entity drift is a common source of regressions. Read `references/api-checklist.md` before finishing.
Ver no GitHub