Skip to content

Add code-review-react-native agent skill#150

Merged
tompsota merged 1 commit into
masterfrom
add-code-review-skill
May 13, 2026
Merged

Add code-review-react-native agent skill#150
tompsota merged 1 commit into
masterfrom
add-code-review-skill

Conversation

@tompsota
Copy link
Copy Markdown
Member

Summary

  • Adds .agents/skills/code-review-react-native/SKILL.md — a strict code review skill for this React Native plugin
  • Covers TypeScript (src/), Kotlin + Swift native bridges, and the Expo config plugin (plugin/src/)
  • Enforces built-output hygiene (lib/, plugin/build/), NativeModules name alignment, NativeEventEmitter channel data shape (3-string threat / 2-string execution state), EventIdentifiers obfuscation rules, and keepCallback-style listener cleanup
  • Mirrors the existing code-review-flutter skill pattern, adjusted for React Native bridge mechanics and Yarn as the package manager

Test plan

  • Trigger the skill on a real or mock PR in this repo and verify the checklist items fire correctly
  • Confirm package manager references say yarn, not npm

Made with Cursor

Adds a strict code review skill covering TypeScript, Kotlin, and Swift
bridge layers, NativeModules/NativeEventEmitter identifier alignment,
EventIdentifiers obfuscation rules, and Expo config plugin handling.

Co-authored-by: Cursor <cursoragent@cursor.com>
@tompsota tompsota merged commit afaf39e into master May 13, 2026
4 checks passed
@tompsota tompsota deleted the add-code-review-skill branch May 13, 2026 04:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant