一键导入
rn-harness-status
Display current pipeline progress, build rounds, scores, and state.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Display current pipeline progress, build rounds, scores, and state.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Phase 7 — Smart AdMob ad placement analysis and integration. Guides user through manual ad unit creation.
Phase 5 — Build the React Native + Expo app in 3 sub-phases (scaffold, API, UI). Self-evaluates before handoff.
Phase 7.5 — Human acceptance gate before store build. Runs an automated Maestro E2E smoke test on a real simulator/emulator, then PAUSES for the user to run the app themselves and explicitly approve before any EAS/local build or store submission.
React Native app launch harness — from market research to App Store & Google Play submission. One command takes you from idea to store review.
Phase 8 (EAS-free alternative) — Build & deploy without EAS. For users whose EAS free-plan project slots are full. Local Gradle (Android AAB) + Xcode/fastlane (iOS IPA), self-hosted OTA, then submit via Google Play API + fastlane/Transporter.
Phase 8 — EAS Build for iOS and Android, plus EAS Update (OTA) configuration.
| name | rn-harness-status |
| description | Display current pipeline progress, build rounds, scores, and state. |
현재 파이프라인 진행 상황을 표시한다.
/rn-harness --status/rn-harness-status--verbose — 최신 피드백 요약 포함--log — 최근 20개 이벤트 표시docs/harness/state.md에서:
라운드별 결과 테이블.
[프로젝트명]
Status: [running/paused/completed]
Phase: [current_phase] | Round: [current_round]
Next: [next_role]
Pipeline Progress:
[x] Research — 완료
[x] Plan — 완료
[x] Design — 완료
[x] Contract — 완료
[ ] Generator — 진행 중 (Round 2)
[ ] Evaluator
[ ] AdMob
[ ] Build
[ ] Screenshot
[ ] Submit
Round | Phase | Score | Duration | Notes
------|-------|-------|----------|------
1 | Build | - | 45m |
1 | QA | 5/10 | 8m | 7 criteria failed
2 | Build | - | 20m | Fix round
--verbose 시:
Latest Feedback:
- [FAIL] 기준 3: SafeAreaView 누락 (profile.tsx)
- [FAIL] 기준 7: 에러 상태 미처리
- Score: 5/10
--log 시:
Recent Events:
| Time | Event | Phase | Details |
|------|-------|-------|---------|
| 14:30 | DISPATCH | generator | Round 2 시작 |
| 14:10 | JUDGMENT | evaluator | FAIL (5/10) |
| 13:25 | DISPATCH | evaluator | Round 1 QA |