تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآن$pwd:
$ git log --oneline --stat
stars:١٬١١٥
forks:٢٠٠
updated:٢٦ مارس ٢٠٢٦ في ١٥:٠٣
SKILL.md
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.
| 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.