Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:1,988
forks:346
updated:2026년 4월 11일 20:05
SKILL.md
| name | post-edit |
| description | 코드 수정 후 lint, 빌드, 검증, 테스트 파이프라인 실행 |
| allowed-tools | ["Bash"] |
Run the post-edit pipeline after code modifications.
Steps (run sequentially, stop on failure):
npm run lint:fix-js — ESLint auto-fixnpm run ts-build — type generation (includes check:inject)npm run check:arch — dependency architecture checknpm run check:exports — export sync checknpm run test — unit testsNote: check:langs is excluded (requires Google API key).
Report results as a summary table:
| Step | Result |
|---|---|
| lint:fix-js | pass/fail |
| ts-build | pass/fail |
| check:arch | pass/fail |
| check:exports | pass/fail |
| test | pass/fail (N passed, N failed) |