تشغيل أي مهارة في 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 tests for the core package. Use when the user asks to run tests.
| name | lint |
| description | Run ESLint on the project. Use when the user asks to lint or check code style. |
| disable-model-invocation | true |
| argument-hint | [--fix] |
Launch a sub-agent (Agent tool) to run linting. This keeps verbose lint output out of the main context.
Use the Agent tool with a timeout of 180000ms:
Command logic:
npm run lint--fix or fix → npm run lint:fixRun the command from the project root.
Wait for completion. Report ONLY:
- SUCCESS or FAILURE
- Number of errors and warnings
- If failed: the FIRST 3 errors with file:line
- Lint duration
Do NOT paste the full log.