원클릭으로
feature-delivery
End-to-end feature work across Next.js UI, Redux store, tests, and verification commands for this repo.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
End-to-end feature work across Next.js UI, Redux store, tests, and verification commands for this repo.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Structured CRITICAL→NIT review for diffs or paths; review-only until the user requests code changes.
Align new edits with neighboring files—imports, Redux epics, Next.js patterns, and Tailwind rules in dial-mind-map-frontend.
Run the standard npm lint, test, format, and build checks expected before sharing dial-mind-map-frontend changes.
| 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 |
The user asked for a user-visible feature or non-trivial behavior change spanning UI and/or state.
src/components, src/app, and src/store; reuse components and epics patterns.__tests__ or *.test.ts(x)).npm run lintnpm run test (or focused Jest paths if the user runs that way)npm run build when routing, middleware, or server code changesLarge refactors, dependency upgrades, or unrelated formatting.
Feature works locally per acceptance, tests and lint pass, and the diff stays focused on the requested outcome.