local-ci

Run biome check, tests, and build locally in parallel.

Updated Dec 31, 2025
One-click install
npx skills add https://github.com/shiroinock/ts-template --skill local-ci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-ci
Source: https://github.com/shiroinock/ts-template/tree/main/.claude/skills/local-ci
Command: npx skills add https://github.com/shiroinock/ts-template --skill local-ci

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Remote CI (GitHub Actions) checks can take time. This skill runs biome check, test, and build locally in parallel to verify that all checks pass before opening a PR.

Core Features & Use Cases

  • Parallel local checks: biome-check, test-check, and build-check run concurrently on your machine.
  • Result aggregation: Collects outputs and provides a clear PASS/WARN/FAIL summary.
  • PR readiness: Helps ensure code is ready for review before pushing.

Quick Start

Run the local-ci command to execute all checks locally in parallel before a pull request.