lint-build-test

Installation
SKILL.md

When asked to check, lint, build, or test code, follow these steps:

1. Analyze changed files

First, check which files have changed using git status or git diff --name-only.

Categorize the changes:

  • Source files: .ts, .js, .mts, .mjs, .cjs, .cts, .tsx, .jsx
  • Meta files: .md, .yml, .yaml, .json, .html

2. Determine what to run

Based on the changed files:

  • No files changed: Nothing to do.
  • Only meta files changed: Run only yarn lint:misc --write (or yarn workspace <package-name> lint:misc --write for a specific package).
  • Source files changed: Run the full check (see below).
Installs
3
GitHub Stars
9
First Seen
2 days ago
lint-build-test — metamask/ocap-kernel