Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
$ git log --oneline --stat
stars:1,115
forks:200
updated:2026年3月26日 15:03
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.