원클릭으로
slate-diff
Compact patch summary. Use after Codex or Claude Code edits files and the user needs a fast handoff.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Compact patch summary. Use after Codex or Claude Code edits files and the user needs a fast handoff.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Compact Conventional Commit generator. Use for commit messages, changelog snippets, and staged-change summaries.
Safe compression for natural-language memory files like AGENTS.md, CLAUDE.md, notes, todos, and preferences. Creates .slate.md output by default.
Compact debugging workflow. Use for failed tests, broken builds, runtime errors, crashes, dependency issues, and unexpected behavior.
Sentence-level language minifier. Removes linguistic slack from agent output while preserving code, commands, errors, and safety context.
Terse PR/code review comments. Use for pull requests, diffs, file reviews, and review-comment drafting.
Fast token-efficient execution loop for active repo work. Useful for Project X / AG Trade style workflows where agents must stay scoped, safe, and brief.
| name | slate-diff |
| description | Compact patch summary. Use after Codex or Claude Code edits files and the user needs a fast handoff. |
Summarize code changes with maximum review signal.
Make every agent patch reviewable in 20 seconds.
Files:
Impact:
Tests:
Risk:
Files: none.Files:
- src/auth/middleware.ts
- tests/auth.middleware.test.ts
Impact:
- Rejects expired JWTs before route handler.
- Adds expiry-boundary regression coverage.
Tests:
- `npm test auth.middleware.test.ts` passed.
Risk:
- Low. Auth middleware only. No API shape change.