Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:1,115
forks:200
updated:2026년 3월 26일 15:03
SKILL.md
| 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.
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.