review-and-test
Review & Test a FlashList PR or Branch
Prerequisites
which agent-device && which gh && yarn test --version
Ensure Metro is running from fixture/react-native/:
curl -s http://localhost:8081/status
Step 1 — Understand the Change
From a PR
More from shopify/flash-list
agent-device
Interact with iOS simulator or Android emulator/device using snapshot-based coordinates. Uses accessibility tree snapshots for precise element targeting, with screenshot verification as fallback. Use when navigating the app on a simulator/emulator.
11raise-pr
Create a GitHub PR for FlashList. Ensures no AI/Claude attribution in commits or PR body, follows repo conventions for title, description, and test plan.
7triage-issue
Triage a GitHub issue — classify priority (P0/P1/P2), search for duplicates, and apply labels.
7fix-github-issue
Full workflow for fixing a GitHub issue - understand the problem, reproduce, diagnose root cause, fix, test on iOS/Android simulators, review, and raise a PR
7analyze-feedback
Analyze agent feedback artifacts from GitHub Actions workflow runs, extract actionable learnings, and incorporate them into skill files and CLAUDE.md. Tracks scan progress to avoid re-processing.
7upgrade-react-native
Upgrade the React Native fixture app to a new version. Covers JS deps, Android (Gradle, Kotlin, SDK), iOS (Podfile, pbxproj), Metro config, and third-party libraries.
7