Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add tjdrhs90/rn-launch-harness --skill rn-harness-statusgit clone --depth 1 https://github.com/tjdrhs90/rn-launch-harnessWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/tjdrhs90/rn-launch-harness/rn-harness-status)<a href="https://agentmods.dev/skills/tjdrhs90/rn-launch-harness/rn-harness-status"><img src="https://agentmods.dev/badge/skills/tjdrhs90/rn-launch-harness/rn-harness-status/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/tjdrhs90/rn-launch-harness/rn-harness-status"><img src="https://agentmods.dev/badge/skills/tjdrhs90/rn-launch-harness/rn-harness-status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00719 |
| Opus 5 | $0.00000 | $0.00360 |
| Sonnet 5 | $0.00000 | $0.00144 |
| Haiku 4.5 | $0.00000 | $0.00072 |
Grade A, and why
rn-harness-status scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
rn-harness-status — 파이프라인 상태 조회
현재 파이프라인 진행 상황을 표시한다.
Trigger
/rn-harness --status/rn-harness-status
Arguments
--verbose— 최신 피드백 요약 포함--log— 최근 20개 이벤트 표시
Process
Step 0: 런 워크스페이스 탐색
런은 격리된 폴더에 있으므로 state.md가 고정 경로에 없다:
find . -maxdepth 5 \
\( -path './.rn-harness/*/docs/harness/state.md' \
-o -path './*/docs/harness/state.md' \
-o -path './docs/harness/state.md' \) 2>/dev/null
- 1개 → 그 워크스페이스 사용.
- 여러 개 → 각
run_id·current_phase·status를 한 줄씩 나열(여러 런 동시 표시). 특정 런만 보려면 사용자가 지정. - 0개 → "진행 중인 파이프라인 없음".
이후 경로는 선택된 워크스페이스의 docs/harness/ 기준.
Step 1: state.md 읽기
docs/harness/state.md에서:
- status (running/paused/completed)
- current_phase
- current_round
- next_role
Step 2: build-log.md 읽기
라운드별 결과 테이블.
Step 3: 출력
[프로젝트명]
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 |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 95 lines · 0 tokens per session scan A d6c59ab4c465
rn-harness-status is a skill published in the GitHub repository tjdrhs90/rn-launch-harness (9 stars, last pushed 9d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 719 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
appstore-publish
A workflow guide for publishing an app to the App Store, including prerequisites, tool loading, submission, and resubmission steps.
playstore-publish
A guide for publishing to Google Play, including required conditions, tool loading, the run sequence, in-app products, and subscriptions. Google Play is Google’s store for Android apps and digital purchases.
app-store-preflight-compliance
Pre-submission compliance scanner workflow for Apple App Store apps. Use when reviewing iOS, macOS, tvOS, watchOS, or visionOS projects (Swift, Objective-C, React Native, Expo) for App Store rejection risks, submission readiness, privacy compliance, or guideline violations.
ios-marketing-capture
Use when the user wants to automate capture of marketing screenshots for a SwiftUI iOS app across multiple locales, devices, or appearances. Covers full-screen shots, isolated element renders (carousel cards, widgets), and reproducible output naming. Triggers on marketing screenshots, locale screenshots, widget…
implementation-guide
Generates detailed implementation guide with pseudo-code and step-by-step development instructions. Creates IMPLEMENTATIONGUIDE.md from PRD, Architecture, and UX specs. Use when creating development roadmap.
architecture-spec
Generates technical architecture specification from PRD. Covers architecture pattern, tech stack, data models, and app structure. Use when creating ARCHITECTURE.md or designing system architecture.