Back to authors
onekeyhq

onekeyhq

36 Skills published on GitHub.

1k-app-upgrade-test

Create test versions to verify app auto-update functionality and version migration.

UncategorizedView skill →

1k-architecture

OneKey monorepo architecture, project structure, package relationships, and import hierarchy rules.

UncategorizedView skill →

1k-auditing-pre-release-security

Audits security and supply-chain risk between two git refs with Codex cross-validation. 预发布安全审计(含 Codex 交叉验证)。Use when performing pre-release security audits, supply-chain reviews, or comparing two git refs for security regressions. Triggers on “预发布审计”, “security audit”, “release audit”, “安全预审”.

UncategorizedView skill →

1k-browser-module

OneKey Browser/Discovery development for WebView tabs, bookmarks, history, search, URL risk checks, DApp connections, and JSBridge behavior.

UncategorizedView skill →

1k-bundle-release

Bundle release workflow — checkout, prepare, pr, diff-check, audit, publish, sync.

UncategorizedView skill →

1k-code-quality

Code quality standards — lint (oxlint), format (oxfmt), type check (tsc), pre-commit hooks, and comment conventions. All comments must be in English.

UncategorizedView skill →

1k-code-review-pr

Review OneKey PRs and diffs for security, correctness, concurrency, React/RN pitfalls, and repository-specific regressions. Use for code review or 审查 PR.

UncategorizedView skill →

1k-coding-patterns

OneKey coding patterns for TypeScript, React, promises, date formatting, and error handling.

UncategorizedView skill →

1k-create-pr

Creates a Pull Request from current changes for OneKey app-monorepo. Use when user wants to create PR, submit changes, or merge feature branch. Handles branch creation, commit, push, and PR creation with conversation context extraction for code review AI.

UncategorizedView skill →

1k-cross-platform

OneKey cross-platform patterns, platform files, platformEnv, and supported OS/SDK requirements.

UncategorizedView skill →

1k-debug-logging

Add or clean temporary OneKey debug console logs with consistent prefixes and safe stringify. Excludes analytics and permanent server logs.

UncategorizedView skill →

1k-defi-module-integration

Navigate and implement OneKey App Earn, Borrow, Staking, and DeFi Portfolio flows. Use for protocol data, portfolio actions, transactions, pending/history, refresh, and Earn routes.

UncategorizedView skill →

1k-dev-commands

OneKey development commands plus branch, commit, validation, and PR conventions.

UncategorizedView skill →

1k-feature-guides

Feature development guides for OneKey. Use when adding new chains, socket events, notifications, pages, or routes. Covers blockchain integration, WebSocket subscriptions, push notifications, and navigation patterns.

UncategorizedView skill →

1k-group-think

Spawns a team of 3 AI agents with different analytical perspectives to collaboratively analyze a problem, propose solutions, and debate trade-offs. Use when facing bugs, design decisions, architecture choices, or any task that benefits from multiple viewpoints. Agents discuss with each other, then present a comparison table for the user to decide. Triggers on "group think", "multi-agent", "team analysis", "3 agents", "collaborative analysis", "debate solutions".

UncategorizedView skill →

1k-i18n

OneKey i18n and Lokalise workflow for module copy, full-language translation create/update, bilingual previews, confirmed upload, pull, and verification. Never edit generated translations.

UncategorizedView skill →

1k-implementing-figma-designs

Implements Figma designs 1:1 using OneKey component library (还原设计稿).

UncategorizedView skill →

1k-jira-qa-handoff

Generate Chinese product behavior and QA cases from commits, then sync them to a Jira issue while preserving existing context and Slack links.

UncategorizedView skill →

1k-monitor-pr-ci

Monitor OneKey PR checks and review threads, fix failures, address comments, and continue until the PR is ready.

UncategorizedView skill →

1k-patch-package-workflow

Create or regenerate patch-package patches, including resolutions failures and build-artifact verification.

UncategorizedView skill →

1k-perf-optimizer

Diagnose and optimize OneKey iOS startup and Wallet Home performance using timing metrics, call counts, profiling, and regression baselines.

UncategorizedView skill →

1k-performance

Performance optimization for React/React Native — re-renders, memoization, FlashList, memory leaks, and bundle size.

UncategorizedView skill →

1k-perps-module

Use for OneKey Perps/Hyperliquid development/review: views/Perp, ServiceHyperLiquid, 永续合约, 订单簿, orderbook, TWAP, scale, Chase, Relay/Unifold deposits, signing, charts or layouts. Excludes generic Swap/Market.

UncategorizedView skill →

1k-pkg-upgrade-review

Reviews package version upgrades — diffs source between versions, traces call sites, and generates compatibility reports.

UncategorizedView skill →

1k-pr-daily-report

Generate a 24-hour PR activity report grouped by module with Chinese summaries. Use when the user asks for PR statistics, daily report, PR summary, or mentions "PR 统计", "每日报告", "PR 汇总", "日报".

UncategorizedView skill →

1k-retrospective

>

UncategorizedView skill →

1k-sentry

Configure OneKey Sentry and filter events across desktop, mobile, web, and extension.

UncategorizedView skill →

1k-startup-profile

Deep startup profiling for OneKey mobile — per-module JS factory timings, HBC I/O/parse breakdown, per-segment timings. Gated behind the single env var `ONEKEY_STARTUP_PROFILE=1`. Zero overhead when disabled (default). Use when diagnosing cold-start regressions, sizing main.bundle parse cost, finding slow modules, measuring segment load, or auditing what a 1.7s `require('./App')` actually contains. Triggers on: startup profile, 启动性能分析, module timing, HBC parse time, segment timing, require cost, StartupProfile, ONEKEY_STARTUP_PROFILE, __d patcher, inline-requires.

UncategorizedView skill →

1k-state-management

Jotai state management patterns — atoms, globalAtom, contextAtom, and persistence.

UncategorizedView skill →

1k-trade-swap-market

Navigate OneKey App Swap, Bridge, Limit, and Stock/Market flows. Use for token selection, quotes, review/build/send, providers, cold start, and history/status; use the Perps skill for Hyperliquid.

UncategorizedView skill →

1k-tradingview-communication

OneKey TradingView bridge communication for WebView/iframe messages, K-line data, marks, Perps symbols/lines, order events, and websocket recovery.

UncategorizedView skill →

1k-ui-recipes

Reference-only catalog of UI workaround recipes. Do NOT auto-load — invoke ONLY when the user explicitly asks for "1k-ui-recipes" or a specific recipe by name (iOS tab bar scroll offset, collapsible tab horizontal scroll, Android bottom tab touch intercept, keyboard avoidance, iOS overlay navigation freeze, web keyboardDismissMode, iOS modal Fabric frame animation, Android background thread timers/microtasks).

UncategorizedView skill →

1k-ui-snapshot-cache

UI snapshot cache (display-only, main-thread) + unified startup timing schema — cold-start reads from snapshot namespaces (MMKV on native, IndexedDB on web) and the cross-platform `[StartupTiming]` log taxonomy. Use when adding or debugging a UI snapshot / SWR cache, debugging startup performance regressions, analyzing cold start timeline, or comparing iOS vs Android startup phases. Triggers on: ui snapshot cache, SnapshotCache, swr cache, usePromiseResult cache, cold start, startup optimization, 启动时间, SSR hydration, Balance displayed regression, contextAtomBase, flushColdStartCache, __ONEKEY_CTX_ATOM_SNAPSHOT__, StartupTiming, main_host.did_start, bg_runner.start.

UncategorizedView skill →

1k-ui-verify

Drive OneKey desktop or mobile apps to verify real visual and interactive behavior using CDP/Playwright or agent-device. Use for UI 验证 or screenshot confirmation.

UncategorizedView skill →

1k-worktree-clean

Use when the user wants to audit local git worktrees against origin/x, choose by number or A, and decide whether stale worktree directories, already-merged worktrees, or no-delta worktrees can be cleaned up. Triggers on "worktree clean", "worktree 合并到 x", "检测哪些 worktree 已进 x".

UncategorizedView skill →

1k-analytics

OneKey analytics and server event tracking with LogToServer, logger scopes/scenes, and business metrics. Use for 埋点, analytics, or tracking events.

UncategorizedView skill →