skillby jihong88

post-edit

코드 수정 후 lint, 빌드, 검증, 테스트 파이프라인 실행

Installs: 0
Used in: 1 repos
Updated: 6h ago
$npx ai-builder add skill jihong88/post-edit

Installs to .claude/skills/post-edit/

Run the post-edit pipeline after code modifications.

Steps (run sequentially, stop on failure):
1. `npm run lint:fix-js` — ESLint auto-fix
2. `npm run ts-build` — type generation (includes check:inject)
3. `npm run check:arch` — dependency architecture check
4. `npm run check:exports` — export sync check
5. `npm run test` — unit tests

Note: `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) |

Quick Install

$npx ai-builder add skill jihong88/post-edit

Details

Type
skill
Author
jihong88
Slug
jihong88/post-edit
Created
6h ago

More by jihong88