with one click
workflow
요구사항부터 PR까지 기능 개발 전체 파이프라인을 실행합니다.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
요구사항부터 PR까지 기능 개발 전체 파이프라인을 실행합니다.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
새로운 어드민 기능을 코딩하기 전에 구조화된 구현 계획을 작성합니다. 기능을 처음부터 시작할 때 사용하세요.
FSD 아키텍처를 따르는 새 어드민 페이지의 기본 파일 구조를 생성합니다. 새 목록 또는 상세 페이지를 구현할 때 사용하세요.
이 어드민 코드베이스의 TanStack Query 패턴 및 코드 템플릿입니다. useQuery 또는 useMutation 훅을 작성할 때 적용하세요.
UI 컴포넌트에서 비즈니스 로직을 features/<entity>/hooks/의 커스텀 훅으로 추출합니다.
한국어 메시지로 원자적이고 잘 구조화된 git 커밋을 생성합니다.
한국어 제목과 설명으로 GitHub 풀 리퀘스트를 생성합니다.
| name | workflow |
| description | 요구사항부터 PR까지 기능 개발 전체 파이프라인을 실행합니다. |
| argument-hint | <기능명> <entity> |
| disable-model-invocation | true |
| allowed-tools | Bash(pnpm *) Bash(git *) Bash(gh *) |
다음 기능의 전체 개발 파이프라인을 실행하세요: $ARGUMENTS
<기능명> <entity> 형식으로 파싱하세요. entity가 생략된 경우 기능명에서 추론하세요.
단계 중 하나라도 실패하면 즉시 중단하세요. 오류를 보고하고 사용자 입력을 기다리세요.
.claude/skills/feature-plan/SKILL.md를 읽고 지시에 따르세요.
⏸️ 게이트: 계획을 제시하고 진행 전에 사용자의 명시적 승인을 기다리세요.
.claude/skills/page-template/SKILL.md를 읽고, $ARGUMENTS의 entity를 사용하여 지시에 따르세요.
.claude/skills/validation/SKILL.md를 읽고 지시에 따르세요.
유효성 검사를 통과하기 전까지 4단계로 진행하지 마세요.
.claude/skills/smart-commit/SKILL.md를 읽고 지시에 따르세요.
⏸️ 게이트: 제안하는 커밋 그룹과 메시지를 사용자에게 보여주세요. 커밋 전에 확인을 기다리세요.
.claude/skills/smart-pr/SKILL.md를 읽고 지시에 따르세요.
⏸️ 게이트: PR 제목과 본문 초안을 보여주세요. gh pr create를 실행하기 전에 확인을 기다리세요.