monorepo | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / monorepo

monorepo

maintained by EpicenterHQ

star 4k account_tree 268 verified_user MIT License
bolt View GitHub

name: monorepo description: Monorepo script commands and conventions for this codebase. Use when running builds, tests, formatting, linting, or type checking.

Script Commands

The monorepo uses consistent script naming conventions:

Command Purpose When to use
bun format Fix formatting (biome + prettier) Development
bun format:check Check formatting CI
bun lint Fix lint issues (eslint + biome) Development
bun lint:check Check lint issues CI
bun typecheck Type checking (tsc, svelte-check, astro check) Both

Convention

  • No suffix = fix (modifies files)
  • :check suffix = check only (for CI, no modifications)
  • typecheck alone = type checking (separate concern, cannot auto-fix)

After Completing Code Changes

Run type checking to verify:

bun typecheck

This runs turbo run typecheck which executes the typecheck script in each package (e.g., tsc --noEmit, svelte-check).

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 4k
GitHub Forks 268
Created Jan 2026
Last Updated 4 months ago
tools tools git workflows

Related Skills

pr

pr

MoonshotAI
star 6.1k
chevron_right
feature-dev
chevron_right
drafting-pr
chevron_right
creating-pr
chevron_right
checking-docs
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.