refactor(slack): 응답 계층 예시를 다양화한다#32
Merged
Merged
Conversation
lbox-limit
marked this pull request as ready for review
July 14, 2026 18:54
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of Change
.claude/skills/<name>/, no source changes)Description
Slack 응답 형식이 단일 상태 목록 예시의
✅ + 굵은 label표면 형태를 반복하던 문제를 개선합니다.해설형 통제를 최소 계약으로 압축하고, 단문·공통 판정·혼합 상태뿐 아니라 코드 검토, 설계 선택, 장애 복구, 배포 준비도처럼 복잡한 정보를
상위 판정 → 역할별 묶음 → 한 단계 낮은 근거로 정리하는 예시를 추가했습니다. 상시 지침과 계약 테스트도 같은 계층 원칙을 유지하도록 갱신했습니다.사용자는 간단한 답은 짧게 받고, 복잡한 결과는 결론과 판단 기준을 먼저 본 뒤 필요한 근거만 하위 계층이나 링크·파일에서 확인할 수 있습니다.
검증:
pnpm exec vitest run setup/provider-contract.test.ts— 22 tests passedpnpm exec prettier --check container/skills/slack-formatting/SKILL.md container/skills/slack-formatting/instructions.md setup/provider-contract.test.tsgit diff --checkFor Skills