Know Your Aggregate Command Scope

Use before trusting a named aggregate command — a `test`, `lint`, `type-check`, or `build` script that wraps a tool. Open it and confirm what it actually runs, how it forwards args, and whether it caches, because a green only means what the command covered. Triggers on "npm run test", "type-check passes", "lint is clean", "the build is green", "run the tests", "--testPathPattern", monorepo/workspace scripts, and citing a script's exit code as proof.

iamakbarsha1 c67b7f6 4.0 KB Updated

File contents

iamakbarsha1/whetstone/tree/main/skills/know-your-aggregate-command-scope commit c67b7f6815

Frequently asked questions

npx skillmds@latest add iamakbarsha1/know-your-aggregate-command-scope