code-patterns-practices
React Native coding patterns, best practices, and common solutions for mobile development. Use when
8803 个 Skills
React Native coding patterns, best practices, and common solutions for mobile development. Use when
代码搬运师技能:优先搬运优秀开源项目,禁止重复造轮子。Use when: 需要实现新功能、选择技术方案、评估是否自己实现。Triggers: "实现", "开发", "创建", "构建", "写一个"
Code quality validation with linters, SOLID principles, error detection, and architecture compliance
Clean code principles, SOLID, and code review practices
Run code quality checks (ruff, mypy) and optionally simplify code. This skill should be used when th
コードレビュー、コミットメッセージ生成、リファクタリング提案、テスト作成支援。静的解析、コーディング規約チェック、セキュリティスキャン。「レビュー」「コミット」「リファクタリング」「テスト」「コード品
React Native (Expo) 项目代码质量检测和修复,包括 TypeScript 检查、ESLint、Prettier 格式化、Jest 测试。当用户提到"代码检查"、"分析"、"格式化"、
Best practices for code structure, error handling, and reducing duplication.
执行代码质量门禁检查(测试通过→覆盖率→Lint→GOAL追溯→可提交),验证单元测试覆盖率≥80%、集成测试通过率≥95%、代码规范零错误。当完成代码实现、准备提交代码、需要质量验证、进行提交前自检
코드 품질 검사 자동화. 린트, 포맷, 타입 체크, 보안 스캔 통합.
Use when writing or modifying code. Enforces production-quality standards,prohibits common shortcuts
Implements and enforces code quality gates for TypeScript/React projects. Use when setting up Biome/