在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:219
forks:31
updated:2026年4月3日 00:03
SKILL.md
| name | prep |
| description | Run full pre-PR validation (compile, lint, test) and report any issues |
Run the full pre-PR check: npm run prep
This runs compile:prod, lint, and test in sequence. If any step fails, analyze the output and fix the issues.