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) |