rnw-integration Skill
Automate React Native Windows integration with upstream React Native nightly versions. Use when: upgrading RNW to a newer React Native nightly, finding target nightly versions, preparing integration PRs, updating package dependencies. Published by microsoft in react-native-windows.
Decision snapshot
Is this a fit?
Writing, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
2 months ago · NOASSERTION license
No specific cautions were detected. Review the source and requested permissions before installing.
What is rnw-integration Skill?
Automate React Native Windows integration with upstream React Native nightly versions. Use when: upgrading RNW to a newer React Native nightly, finding target nightly versions, preparing integration PRs, updating package dependencies. Published by microsoft in react-native-windows. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Writing
- Writing use cases
Declared skill metadata
- Source file: .github/skills/rnw-integration/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
When to use rnw-integration Skill
- Use it for writing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/react-native-windows
- Skill file: .github/skills/rnw-integration/SKILL.md
What it does
Automate React Native Windows integration with upstream React Native nightly versions. Use when: upgrading RNW to a newer React Native nightly, finding target nightly versions, preparing integration PRs, updating package dependencies.
Skill instructions
RNW Integration Automation Automates the process of integrating React Native Windows with upstream React Native nightly builds. When to Use - Finding the target React Native nightly version for integration - Upgrading RNW dependencies to a new React Native nightly - Preparing integration pull requests - Validating nightly version availability on npm Procedure Step 1: Get Current React Native Version Extract the current react-native version from vnext/package.json: powershell $packageJson = Get-Content -Path "vnext/package.json" | ConvertFrom-Json $currentVersion = $packageJson.devDependencies.'react-native' Write-Host "Current version: $currentVersion" Expected format: 0.XX.0-nightly-YYYYMMDD-<commit-hash After completing this step, confirm: Step 1 completed successfully. Step 2: Parse the Current Version Date Extract the date from the nightly version string: powershell Parse version like: 0.84.0-nightly-20260107-58bc6c3e3 $versionMatch = $currentVersion -match 'nightly-(\d{8})' $curre
Verified compatibility and discovery
Frequently asked questions
What is rnw-integration?
rnw-integration is a open-source AI agent skill with Copy skill directory. Automate React Native Windows integration with upstream React Native nightly versions.
Who is rnw-integration best for?
rnw-integration is best for reusing agent instructions, scripts, and references, writing workflows.
How do I install rnw-integration?
Install or run rnw-integration using Copy skill directory. Check rnw-integration for the latest setup command.
Is rnw-integration actively maintained?
rnw-integration may need a closer maintenance check before production use.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.