搜索结果
all
找到 6 个相关结果 / Automation
Testing / Automation
接收代码审查
receiving-code-review
在收到代码审查反馈时使用,尤其是在实施建议之前,当反馈看似不明确或在技术上存在疑问时——需要技术……
Testing / Automation
expo-dev-client
expo-dev-client
在本地或通过 TestFlight 构建并分发 Expo 开发客户端
Testing / Automation
SQL优化
sql-optimization
通用 SQL 性能优化助手,提供全面的查询调优、索引策略和跨所有 SQL 的数据库性能分析…
Testing / Automation
持续学习
continuous-learning
自动从 Claude Code 会话中提取可复用模式,并将其保存为已掌握的技能,以便日后使用。
Testing / Automation
内部测试
dogfood
使用智能体设备系统性地探索和测试 iOS/Android 移动应用,以发现 Bug、用户体验(UX)问题及其他异常。在要求进行内部体验(dogfood)、QA(质量保证)等场景时使用。
Testing / Automation
react-native-testing
react-native-testing
使用 React Native Testing Library (RNTL) v13 和 v14 (`@testing-library/react-native`) 编写测试。在编写、审查或修复 React Native 组件测试时使用。涵盖:render、screen、查询 (getBy/getAllBy/queryBy/findBy)、Jest 匹配器、userEvent、fireEvent、waitFor 以及异步模式。支持 v13(React 18,同步渲染)和 v14(React 19+,异步渲染)。触发条件:React Native 组件的测试文件、RNTL 导入,或提及 "testing library"、"write tests"、"component tests" 或 "RNTL"。