flash-list
Automate FlashList bug fixes, testing, and pull requests
All Skills in This Repository (7)
Pure Emerald Level Indicatorsupgrade-react-native
Upgrade React Native fixture apps across JavaScript, Android, and iOS configurations.
agent-device
Control iOS simulators and Android devices via a unified command-line interface.
review-and-test
Run automated checks and guide manual iOS simulator testing for FlashList pull requests.
fix-github-issue
Reproduce, diagnose, fix, test on iOS and Android simulators, and prepare a pull request for GitHub issues.
raise-pr
Create GitHub pull requests for the FlashList repository with contribution checks.
triage-issue
Classify GitHub issue priority, detect duplicates, and apply labels via gh CLI.
analyze-feedback
Analyze GitHub Actions agent feedback artifacts and incorporate learnings into skill files.
Frequently Asked Questions
FAQPage SchemaHow to install flash-list skills?โผ
Run `npx skills add Shopify/flash-list --all -g -y` in your terminal to install all the agent skills in this suite globally.
What is Shopify FlashList used for?โผ
FlashList is a high-performance replacement for React Native's FlatList that recycles views to eliminate blank cells and keep scrolling smooth with large datasets.
Can AI fix FlashList GitHub issues automatically?โผ
Yes. The fix-github-issue skill reproduces the bug on a simulator, diagnoses the root cause, applies the fix, verifies it on device, and raises a pull request.
How does the agent test on iOS and Android simulators?โผ
The agent-device skill controls simulators through accessibility snapshots and precise tap coordinates, with screenshots and video recording for visual verification.
Do these skills work with Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and run directly in Claude Code and other compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core