원클릭으로
match-repo-style
Align new edits with neighboring files—imports, Redux epics, Next.js patterns, and Tailwind rules in dial-mind-map-frontend.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Align new edits with neighboring files—imports, Redux epics, Next.js patterns, and Tailwind rules in dial-mind-map-frontend.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | match-repo-style |
| description | Align new edits with neighboring files—imports, Redux epics, Next.js patterns, and Tailwind rules in dial-mind-map-frontend. |
| origin | adapted-from-ecc |
You are editing an unfamiliar area of src/ or introducing a new file next to existing ones.
.ts / .tsx files (and any colocated __tests__ or *.test.tsx).@/ → relative), hook style, and component structure—not necessarily line-by-line, but the same conventions.*.epics.ts and *.reducers.ts pair and mirror error handling, action naming, and selector layout.npm run lint on the touched paths before concluding.The change reads as if the same author wrote the surrounding module: no new stray patterns, no conflicting state style, no import-sort violations.
Structured CRITICAL→NIT review for diffs or paths; review-only until the user requests code changes.
End-to-end feature work across Next.js UI, Redux store, tests, and verification commands for this repo.
Run the standard npm lint, test, format, and build checks expected before sharing dial-mind-map-frontend changes.