Skip to main content

feature-delivery

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

インストールへ移動

ソース情報

リポジトリ
epam/ai-dial-mind-map-frontend
ソースの最終更新活動
2026年5月6日 08:21
検出された SKILL.md の言語
英語
スター
4
フォーク
2

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
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.
GitHubで見る