rn-fix

Apply documented audit or code-review fixes to React Native projects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Recurrent audits and code reviews generate fixes that are often hard to reproduce manually across a project. rn-fix automates applying those documented fixes directly to the codebase, reducing drift and ensuring consistency with the planned improvements.

Core Features & Use Cases

  • Read the latest audit or code-review ROADMAP.md and apply each documented solution in the prescribed order.
  • Modify source files in place and update the ROADMAP items as resolved to keep a live record of progress.
  • Provide a structured workflow for teams to reproduce fixes during code maintenance, audits, and onboarding.

Quick Start

Run the rn-fix executor against the latest plan to apply all documented fixes to your RN project.

Frequently Asked Questions about rn-fix

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

FAQPage Schema
How do I automate applying code review fixes to a React Native codebase?

Automate applying code review fixes to a React Native codebase by reading the latest ROADMAP.md and executing each documented solution in the prescribed order. This modifies source files in place and updates the ROADMAP items as resolved.

What do I need to set up before automating RN audit fixes?

Before automating RN audit fixes, you need a repository with plan/audit or plan/codereview structures and an up-to-date ROADMAP.md. You must also grant permission to modify source files as described in the documented solutions.

Can I use this process to track progress after a React Native code audit?

Yes, you can track progress after a React Native code audit because the process modifies source files in place and updates ROADMAP items as resolved. This keeps a live record of planned improvements and ensures consistency across the project.

Why does manual patching cause drift in React Native projects?

Manual patching causes drift in React Native projects because recurrent audits and code reviews generate fixes that are hard to reproduce manually. Automating the application of documented fixes reduces this drift and ensures consistency with planned improvements.

What is the best way to resolve documented solutions from an audit ROADMAP?

The best way to resolve documented solutions from an audit ROADMAP is running an automated executor against the latest plan. It reads the ROADMAP.md, applies each documented fix in the correct order, and updates the items as resolved.

When should I not use automated patching for React Native code reviews?

You should not use automated patching for React Native code reviews if your repository lacks plan/audit or plan/codereview structures or an up-to-date ROADMAP.md. The process requires these structures to read and apply documented solutions correctly.