1k-code-quality

Installation
SKILL.md

Code Quality

Linting, documentation, and general code quality standards for OneKey.

Lint Commands

# Agent pre-commit gate (fast, only staged files)
yarn agent:check --profile commit

# Agent PR readiness gate (local staged checks + GitHub CI/review summary)
yarn agent:check --profile pr

# CI only (full project check)
yarn lint        # Comprehensive: TypeScript, oxlint, folder structure, i18n
yarn lint:only   # Oxlint and oxfmt
yarn tsc:only    # Full type check
yarn lint:agent-context # Skill metadata and startup-context budgets
Installs
77
GitHub Stars
2.4K
First Seen
Feb 1, 2026
1k-code-quality — onekeyhq/app-monorepo