rn-harness-status

rn-harness-status is a skill for Claude Code from tjdrhs90/rn-launch-harness. It costs 0 tokens per session (719 once invoked), scanned A, original, MIT.

A status command for the React Native launch workflow that shows its current phase, testing round, scores, and saved state.

In plain words
What is it for?
Use it to check whether a pipeline is running, paused, or complete, review phase progress, read recent feedback, and inspect recent events.
Why use it?
It lets you see where a run stopped or is progressing without searching through its files and logs.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the rn-launch-harness plugin — 17 skills shipped together

Good fit Use it to check whether a pipeline is running, paused, or complete, review phase progress, read recent feedback, and inspect recent events.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tjdrhs90/rn-launch-harness/rn-harness-status
Install

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.

Any agent
npx skills add tjdrhs90/rn-launch-harness --skill rn-harness-status
Clone the repo
git clone --depth 1 https://github.com/tjdrhs90/rn-launch-harness

Made for: Claude Code.

Or install rn-launch-harness, the plugin that ships this one along with the rest of its 17 skills.

Wrote 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.

agentmods badge for rn-harness-status

README.md
[![agentmods](https://agentmods.dev/badge/skills/tjdrhs90/rn-launch-harness/rn-harness-status/github.svg)](https://agentmods.dev/skills/tjdrhs90/rn-launch-harness/rn-harness-status)
Your own site
<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.

agentmods 80×15 button for rn-harness-status

Your own site · 80×15
<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>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 719 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 11d ago against content hash d6c59ab4c465, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

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.

skills/rn-harness-status/SKILL.md · 95 lines

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 |
Changes

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.

  1. 11d ago First seen · 95 lines · 0 tokens per session scan A d6c59ab4c465

Subscribe to this mod's changes

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.

Related

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.

jeonghwanko/mimi-seed-sdk · 52 tokens

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.

jeonghwanko/mimi-seed-sdk · 62 tokens

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.

RevylAI/greenlight · 65 tokens

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…

ParthJadhav/ios-marketing-capture · 78 tokens

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.

rshankras/claude-code-apple-skills · 40 tokens

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.

rshankras/claude-code-apple-skills · 39 tokens