OneKey development commands plus branch, commit, validation, and PR conventions.
63
75%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.skillshare/skills/1k-dev-commands/SKILL.mdFor branch naming, commit format, rebasing, and PR conventions, read git-workflow.md.
PLATFORM-SPECIFIC DEVELOPMENT:
yarn app:desktop - Start desktop Electron app development with Rspack
yarn clean && yarn reinstall if startup failsyarn app:web:rspack - Start web development server (port 3000)
yarn app:ext - Start browser extension development with Rspack
yarn app:ios - Start iOS mobile development
yarn app:android - Start Android mobile development
yarn app:web-embed - Start embeddable components development
PRODUCTION BUILDS (Use for final validation):
yarn app:desktop:build - Build desktop app for all platforms
apps/desktop/dist/yarn app:ext:build - Build browser extension
apps/ext/build/chrome_v3/yarn app:web:build - Build web application
apps/web/dist/yarn app:native-bundle - Bundle React Native app
Use this for fast agent pre-commit validation:
yarn agent:check --profile commit - Runs staged lint and type checks with compact outputPre-commit workflow:
yarn agent:check --profile commit && git commit -m "your message"These run in CI pipeline or for comprehensive validation:
yarn lint - Comprehensive linting (TypeScript, ESLint, folder structure, i18n)
yarn test - Jest test execution
yarn clean - Clean all build artifacts and node_modulesyarn reinstall - Full clean install (use when dependency issues occur)jest.config.jsjest-setup.js@tests/ directories within packagesjest-expo presetd71e6b7
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.