Jeden Skill in Manus ausführen
mit einem Klick
mit einem Klick
Jeden Skill in Manus mit einem Klick ausführen
Loslegen$pwd:
$ git log --oneline --stat
stars:1.115
forks:200
updated:26. März 2026 um 15:03
SKILL.md
| name | test |
| description | Run tests for the core package. Use when the user asks to run tests. |
| disable-model-invocation | true |
| argument-hint | [test file path or --coverage] |
Launch a sub-agent (Agent tool) to run tests. This keeps verbose test output out of the main context.
Use the Agent tool with a timeout of 180000ms:
Command logic:
npm test -w packages/core--coverage → npm test -w packages/core -- --coveragenpm test -w packages/core -- $ARGUMENTSts-support → npm test -w packages/ts-supportcheck → npm run test-check -w packages/coreRun the command from the project root.
Wait for completion. Report ONLY:
- SUCCESS or FAILURE
- Number of test suites and tests passed/failed
- If failed: the FIRST failing test (max 20 lines)
- Test duration
Do NOT paste the full log.
Build the core package (ESM + CJS). Use when the user asks to build, compile, or rebuild.
Run the full CI validation sequence locally. Use when the user asks to validate before PR, run CI checks, or verify the build. Triggers on: ci, run ci, validate, check ci.
Run ESLint on the project. Use when the user asks to lint or check code style.