rn-discover

Run automated investigations on React Native codebases to generate a BRIEFING plan.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/lfggarcia/dnd-app --skill rn-discover
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rn-discover
Source: https://github.com/lfggarcia/dnd-app/tree/main/.github/skills/rn-discover
Command: npx skills add https://github.com/lfggarcia/dnd-app --skill rn-discover

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It automatically scans a React Native codebase to reveal hidden issues that traditional static analysis misses, such as untranslated strings, local asset references that exceed stores' limits, stale imports, missing migrations, and partially implemented features, enabling faster, cleaner releases.

Core Features & Use Cases

  • Auto-detects issues by running domain investigations described in references/investigations.md.
  • Generates a BRIEFING plan automatically to guide audits and remediation.
  • Produces an actionable remediation roadmap and organizes findings for developer review.

Quick Start

Run rn-discover against your codebase to automatically detect hidden issues and generate a BRIEFING with actionable findings.

Frequently Asked Questions about rn-discover

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find untranslated hardcoded strings in a React Native codebase?

To find untranslated hardcoded strings in a React Native codebase, run an automated investigation that parses the project structure and detects i18n gaps. It generates a BRIEFING plan with actionable findings and structured metadata for developer review.

What is the best way to detect broken asset references and stale imports in React Native?

Detecting broken asset references and stale imports in React Native is best handled by running automated code discovery investigations. This process reveals orphaned references and outdated dependencies, outputting a remediation roadmap for cleaner releases.

Does automated static analysis work for finding missing migrations in mobile app projects?

Automated static analysis works for finding missing migrations in mobile app projects by executing domain-specific investigations from references. It targets React Native environments to reveal partially implemented features and generates a structured BRIEFING plan.

How do I generate a remediation roadmap for hidden React Native issues?

To generate a remediation roadmap for hidden React Native issues, execute a code discovery scan against your project. It automatically organizes findings like outdated dependencies and local asset limit violations into an actionable BRIEFING plan.

Can I use code discovery to audit partial feature implementations before a React Native release?

You can use code discovery to audit partial feature implementations before a React Native release by scanning the codebase for hidden issues. It identifies incomplete migrations and untranslated strings, exporting structured metadata for rapid developer review.

Why does traditional static analysis miss local asset references that exceed store limits?

Traditional static analysis misses local asset references exceeding store limits because it lacks domain-specific React Native investigations. Automated code discovery overcomes this by parsing the project structure to detect orphaned references and generate a targeted BRIEFING.