ワンクリックで
nuri-deploy
Deploy to Mac Mini production server. Use when asked to "deploy", "배포", "push to production", or "서버 반영".
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Deploy to Mac Mini production server. Use when asked to "deploy", "배포", "push to production", or "서버 반영".
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
STRATEGY §2.7 7-phase Flow (Think→Plan→Build→Review→Test→Ship→Reflect) orchestrator. **Recommend-only** — 자동 chain 없이 사용자 현재 phase 추정 후 다음 액션/스킬 권고. 사용자가 "다음 단계 뭐?", "지금 phase 가 뭐야?", "Reflect 해야 하나?", "Build 끝났는데 뭘 해야 해?" 같이 진행 단계 질문 시 발화. nuri-quant 프로젝트의 1 issue = 1 PR ≤ 3 commits 룰 준수 보조.
Code review checklist. Use when asked to "review", "리뷰", "코드 검토", or when reviewing a PR diff.
SIEGE predictivity measurement (E4-0b v2) audit 재실행 + 해석 절차. Use when re-running 60-month predictivity audit, interpreting gate-level Δ results, or adding new variant templates. audit route 는 2026-04-22 currently closed state — 재활성화 조건 확인용.
Pre-commit verification. Use when about to commit, asked to "verify", "검증", "커밋 전 확인", or before any git commit.
LLM 에이전트 실패 패턴 디버깅 — 코드/툴 레벨 (§5.1-5.6: hallucination, phantom fix, test illusion, scope creep, context bias, stale number drift) + 대화/추론 레벨 (§5.14.1-2: data→recommendation slide, cross-context inconsistency). Use when user reports "test passes but doesn't cover the code", "fix applied but bug persists", "why does this keep failing the same way", "Claude is hallucinating API", "갑자기 추천한 이유가 뭔가요", "왜 KR/US 다르게 적용했나요", or when a regression test needs a Gotcha-Test Pair citation. Case study narrative: git log of PR #272, #300-#307, session 2026-05-27.
| name | nuri-deploy |
| description | Deploy to Mac Mini production server. Use when asked to "deploy", "배포", "push to production", or "서버 반영". |
make pre-deploy # Safety checks (lint + test + gate)
make verify-all # Full verification with network
Both must pass before deploying. If either fails, fix the issue first.
make deploy-mini # MBP → Mac mini 6-step sync (git pull ff-only + config scp + scheduler reload)
cat data/.scheduler_heartbeatcurl http://<mini-ip>:8001/api/pipeline/statushttp://<mini-ip>:3000If something breaks after deploy:
# On Mac Mini
make backup # Ensure current DB is backed up first
git log --oneline -5 # Find the last good commit
git checkout <sha> # Revert to last good state