Skip to main content

feature-delivery

End-to-end feature work across Next.js UI, Redux store, tests, and verification commands for this repo.

Ir para a instalação

Informações da origem

Repositório
epam/ai-dial-mind-map-frontend
Última atividade na origem
6 de maio de 2026 às 08:21
Idioma detectado do SKILL.md
inglês
Estrelas
4
Forks
2

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.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
feature-delivery
description
End-to-end feature work across Next.js UI, Redux store, tests, and verification commands for this repo.
origin
adapted-from-ecc
# Skill: feature-delivery ## When to use The user asked for a user-visible feature or non-trivial behavior change spanning UI and/or state. ## Steps 1. **Clarify scope** in one short paragraph: routes, components, store slices/epics affected, and acceptance checks. 2. **Discover**: map existing similar features under `src/components`, `src/app`, and `src/store`; reuse components and epics patterns. 3. **Implement** incrementally: prefer small commits mentally (even if the user squashes)—UI shell → state → edge cases. 4. **Tests**: add or extend Jest / Testing Library coverage next to the code (`__tests__` or `*.test.ts(x)`). 5. **Verify**: - `npm run lint` - `npm run test` (or focused Jest paths if the user runs that way) - `npm run build` when routing, middleware, or server code changes ## Out of scope without explicit ask Large refactors, dependency upgrades, or unrelated formatting. ## Done when Feature works locally per acceptance, tests and lint pass, and the diff stays focused on the requested outcome.
Ver no GitHub