Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →MANDATORY: Activate this skill ANY TIME you need to build the project, run tests, or verify code health in DevTools. You MUST use this skill before executing commands like npm test, npm run build, autoninja, or linters, as it contains critical, repository-specific instructions on how to correctly format these commands, filter test runs, and interpret failures.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -50% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -58% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -56% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -63% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -31% | 0% |
npm run test -- <FILEPATH> where FILEPATH is a path to a *.test.ts file, relative to the working directory.front_end/panels/timeline/TimelinePanel.ts, you would expect the test file to be defined in front_end/panels/timeline/TimelinePanel.test.ts.npm run test -- front_end/models/trace will run all tests in that directory.autoninja -C out/Default.npm run lint will execute ESLint and StyleLint. It will report any violations and automatically fix them where possible.npm run lint -- <PATH> where PATH is a path to a file or directory. This will also automatically fix violations where possible.git cl presubmit -u at the end of your code changes.Other measured skills in the registry, with their headline benchmark lift.