Tag: pnpm
Robust Git Pre-Commit Hook for Code Quality
This skill implements a robust pre-commit hook using lefthook, ensuring code quality before committing. It runs parallel checks for dependency lockfile synchronization, linting/formatting, and comprehensive unit testing across all packages.
Update workspace dependencies respecting pinned versions
This skill manages dependency updates across a workspace, ensuring that critical packages listed in the .ncurc.cjs file remain pinned and are not upgraded. It executes standard package update workflows, including manifest checking, installa…
Project Structure and Organisation Guidelines
Defines the architectural standards and directory structure for a Turborepo monorepo using Next.js and pnpm. It covers file naming conventions, component colocation, and utility function organisation.
OpenClaw Testing and CI Validation
This skill enables targeted testing and CI validation by identifying the smallest necessary verification path for code changes. It provides procedures for running Vitest suites and managing remote proofs via Crabbox, minimising unnecessary …
OpenClaw Test Heap Leak Investigation
A workflow for investigating Vitest memory growth, RSS spikes, and heap snapshot deltas within the OpenClaw test environment. It enables developers to differentiate between module graph retention and runtime object leaks using heap snapshot…
Interactive pnpm dependency upgrade skill
This skill facilitates interactive dependency updates within a pnpm workspace, managing version bumps and checking against minimum release age constraints. It handles transitive dependency resolution and ensures lockfile integrity without m…