在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用post-edit
星标1,996
分支346
更新时间2026年4月11日 20:05
코드 수정 후 lint, 빌드, 검증, 테스트 파이프라인 실행
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
코드 수정 후 lint, 빌드, 검증, 테스트 파이프라인 실행
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| 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) |