monque-workflow

Run tests, linting, and builds via bun and TurboRepo scripts.

3|1|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/ueberBrot/monque --skill monque-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monque-workflow
Source: https://github.com/ueberBrot/monque/tree/main/.github/skills/monque-workflow
Command: npx skills add https://github.com/ueberBrot/monque --skill monque-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes and streamlines the Monque development workflow, providing a consistent guide to run tests, lint code, build packages, and verify changes across the monorepo.

Core Features & Use Cases

  • Unified Commands: Use bun run <script> from the repo root to drive tests, linting, building, and type-checks via TurboRepo.
  • Fast Feedback: Run unit tests quickly with dedicated scripts to speed up development iterations.
  • Quality Assurance: Linting, type-checking, and integration checks to maintain code quality during feature development.
  • Use Case: When a contributor updates core tooling and wants to validate changes locally before submitting a PR.

Quick Start

From the repository root, install dependencies with bun install, then run bun run test:unit for quick feedback, bun run lint, bun run build, and bun run test to run the full suite.

Frequently Asked Questions about monque-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run tests and linting in a Bun monorepo using TurboRepo?

Run tests and linting in a Bun monorepo using TurboRepo by executing standardized scripts like `bun run test:unit` and `bun run lint` from the repository root to drive fast feedback across packages.

What is the best way to verify changes across monorepo packages before submitting a pull request?

Verifying changes across monorepo packages before a pull request involves running the full test suite, lint checks, and build processes from the root to ensure all package modifications are validated locally.

Do I need Bun installed to execute development workflows in the Monque monorepo?

Yes, you need Bun installed because the Monque monorepo development workflows require Bun as the package manager to install dependencies and execute TurboRepo scripts from the repository root.

How does TurboRepo accelerate build and test processes for monorepo contributors?

TurboRepo accelerates build and test processes for monorepo contributors by caching execution outputs and running tasks in parallel across packages, which provides fast feedback during development iterations.

Can I run type-checks and builds separately from the full test suite during feature development?

Yes, you can run type-checks and builds separately during feature development by executing dedicated bun scripts like `bun run build` from the repository root, allowing targeted quality assurance checks.