ait-build
typecheck→lint→ait build 순서로 빌드하고 .ait 번들 용량 검증 및 콘솔 업로드 절차 안내
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
typecheck→lint→ait build 순서로 빌드하고 .ait 번들 용량 검증 및 콘솔 업로드 절차 안내
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
앱인토스 콘솔 등록에 필요한 초기 이미지(로고/가로형 썸네일)/텍스트 리소스를 점검하고, 이미지 자동 생성 옵션 제공. 세로형 스크린샷은 implement 이후 /ait-screenshots 가 담당
앱인토스 미니앱 전체 출시 플로우를 8단계(기획→리소스→스캐폴딩→TDS→구현→스크린샷→검수→빌드)로 순차 실행
앱의 .meta-dashboard.json을 PRD와 소스코드 분석으로 자동 생성합니다.
미니앱 기본 틀(React + Vite + granite)을 세팅하고, PRD 에 맞춰 라우팅/서버 데이터/TDS 를 자동 판단해 설치합니다.
Claude 스킬·에이전트가 정상 동작할 수 있는 환경인지 점검. 시스템·MCP·에셋 도구·환경변수를 한 번에 확인하고 실패 항목에 대한 해결 가이드를 제공.
앱인토스 검수 체크리스트 기반 코드 리뷰. light(핵심만)/full(전수검사) 모드 지원
| name | ait-build |
| description | typecheck→lint→ait build 순서로 빌드하고 .ait 번들 용량 검증 및 콘솔 업로드 절차 안내 |
| argument-hint | |
| mode | automated |
| step | 8 |
| label | 빌드 |
| produces | .ait 번들 |
| requires | ["ait-review"] |
| inputs | [] |
| outputs | [{"key":"bundle","type":"file","path":"apps/<appName>/dist/*.ait"}] |
| idempotencyKey | ait-build |
앱을 빌드하고 번들을 검증하여 콘솔 업로드가 가능한 상태로 만듭니다.
(앱 이름은 cwd 가 이미 apps/<app-name> 에 고정돼 있으므로 별도 인자로 받지 않는다.)
docs/launch-flow/08-build-deploy-guide.md를 읽어서 빌드/배포 가이드를 확인합니다.
사전 검증 + 빌드:
pnpm --filter @barreleye/<app-name> typecheck
pnpm --filter @barreleye/<app-name> lint
pnpm --filter @barreleye/<app-name> build
빌드 결과 검증 및 배포 절차 안내는 문서를 따른다 (번들 용량, CORS Origin, 콘솔 업로드, 테스트 절차).
.ait 파일 생성typecheck·lint·build 가 끝나면 짧은 완료 보고 한 번만 출력하고 세션을 마무리한다.
형식:
✅ 빌드 완료
산출물: apps/<app-name>/dist/*.ait (용량: <size>)
typecheck / lint / build OK
규칙: 완료 보고 1회 후 종료. 콘솔 업로드는 "문서 참고"로만 안내.