qa-pr

qa-pr is a skill for Codex from Lykhoyda/rn-dev-agent. It costs 48 tokens per session (257 once invoked), scanned A, a copy of build-and-test, MIT.

A workflow for testing a GitHub pull request, which is a proposed code change, on iOS simulators, Android emulators, or physical devices. It installs the change and reports whether it passes, with reproduction steps and screenshots.

In plain words
What is it for?
Use it to check React Native changes on mobile targets and document failures with steps to reproduce and screenshots.
Why use it?
It replaces manual device testing and scattered evidence with a defined process and a clear result for each target.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex; $skill-name invocation.

Good fit Use it to check React Native changes on mobile targets and document failures with steps to reproduce and screenshots.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lykhoyda/rn-dev-agent/qa-pr
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 Lykhoyda/rn-dev-agent --skill qa-pr
Clone the repo
git clone --depth 1 https://github.com/Lykhoyda/rn-dev-agent

Made for: Codex.

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 qa-pr

README.md
[![agentmods](https://agentmods.dev/badge/skills/lykhoyda/rn-dev-agent/qa-pr/github.svg)](https://agentmods.dev/skills/lykhoyda/rn-dev-agent/qa-pr)
Your own site
<a href="https://agentmods.dev/skills/lykhoyda/rn-dev-agent/qa-pr"><img src="https://agentmods.dev/badge/skills/lykhoyda/rn-dev-agent/qa-pr/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 qa-pr

Your own site · 80×15
<a href="https://agentmods.dev/skills/lykhoyda/rn-dev-agent/qa-pr"><img src="https://agentmods.dev/badge/skills/lykhoyda/rn-dev-agent/qa-pr.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 257 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.
Origin 75% copy Near-identical to another mod 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.00048 $0.00257
Opus 5 $0.00024 $0.00129
Sonnet 5 $0.00010 $0.00051
Haiku 4.5 $0.00005 $0.00026

Measured today against content hash 03144d6323a1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

qa-pr 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 today.

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.

Origin

This is a copy

75% identical to build-and-test — 10 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

packages/codex-plugin/skills/qa-pr/SKILL.md · 14 lines

What it actually says

qa-pr

Invoke this workflow explicitly as $rn-dev-agent:qa-pr [request text].

The exact text after the skill mention is the conceptual request. It is user-message data, not a shell variable or a Claude command-template substitution. Preserve it while applying the workflow's documented grammar; pass only separately parsed and validated values to MCP tools or package helpers. Never use eval or interpolate the raw request into a shell command.

Read the complete package-local workflow before acting. Resolve that file and every helper relative to this exact SKILL.md path; never scan Codex caches or rely on a plugin-root environment variable. If a required cdp MCP tool is absent from the active task, stop and use the read-only discovery diagnosis. Do not substitute raw Maestro for rn-dev-agent strict proof.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. today First seen · 14 lines · 48 tokens per session scan A 03144d6323a1

Subscribe to this mod's changes

qa-pr is a skill published in the GitHub repository Lykhoyda/rn-dev-agent (11 stars, last pushed today), licensed MIT. It adds 48 tokens to every session and 257 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 75% identical to build-and-test, differing in 10 lines, and is treated as a copy.

Related

Other skills, from other repositories

run-dashboard-e2e-local-changes

Run Playwright E2E (tests/e2e/) against the docker/ all-in-one harness so it reflects LOCAL code changes, not a stale cached image.

BlackBeltTechnology/pi-agent-dashboard · 42 tokens

test-e2e

End-to-end user workflow testing. Test complete user flows from action to result. Use when testing full stack, customer scenarios, or complete purchase/login/flow paths.

dhaupin/vant · 38 tokens

pod-e2e

ONLY for developing Kiro Crew itself -- if the project you are working on is anything else, ignore this skill: it drives Kiro Crew's own pod tooling, which does not exist in another repository. Boots a Kiro Crew feature worktree's full stack as an ISOLATED throwaway pod and proves it boots, authenticates and renders…

kirodotdev/KiroCrew · 174 tokens

android-emulator

Verify and debug native, React Native, Expo, or Flutter apps on an Android Emulator with agent-device. Use when an agent needs to launch an app, inspect its live UI, tap, type, scroll, validate a code change, collect failure evidence, or reproduce a workflow on an Android virtual device.

callstack/agent-device · 65 tokens

dogfood

Systematically explore and test a mobile app on iOS/Android with agent-device to find bugs, UX issues, and other problems. Use when asked to dogfood, QA, exploratory test, find issues, bug hunt, or test this app on mobile.

callstack/agent-device · 55 tokens

relay-80-100-workflow

Use when writing agent-relay workflows that must fully validate features end-to-end before merging. Covers the 80-to-100 pattern - going beyond "code compiles" to "feature works, tested E2E locally." Includes repair-before-failure validation gates, mandatory sequential Claude-then-Codex fresh-eyes review/fix loops…

AgentWorkforce/relay · 121 tokens