Skip to content

refactor(slack): 응답 형식 지침을 단일 책임으로 정리#31

Merged
lbox-limit merged 5 commits into
mainfrom
codex/slack-response-formatting
Jul 14, 2026
Merged

refactor(slack): 응답 형식 지침을 단일 책임으로 정리#31
lbox-limit merged 5 commits into
mainfrom
codex/slack-response-formatting

Conversation

@lbox-limit

Copy link
Copy Markdown
Collaborator

Type of Change

  • Feature skill - adds a channel or integration (source code changes + SKILL.md)
  • Utility skill - adds a standalone tool (code files in .claude/skills/<name>/, no source changes)
  • Operational/container skill - adds a workflow or agent skill (SKILL.md only, no source changes)
  • Fix - bug fix or security fix to source code
  • Simplification - reduces or simplifies source code
  • Documentation - docs, README, or CONTRIBUTING changes only

Description

Slack 응답 규칙이 공통 계약, 자동 주입 지침, 전체 포맷 스킬과 제품 검색 스킬에 중복되면서 컨텍스트가 누적되고 보고서식 답변을 과도하게 유도하던 구조를 정리합니다.

  • 공통 말투와 후속 검토 원칙은 공통 계약에 둡니다.
  • 자동 주입되는 Slack 지침은 스킬 호출, thread 맥락과 진행 상태만 남깁니다.
  • 시각 계층과 emoji 사용은 Slack 포맷 스킬이 소유합니다.
  • commit 기반 코드 근거는 제품 검색 스킬이 소유합니다.
  • 범용 검토 예시와 계층별 소유권 회귀 검사를 추가합니다.

간단한 응답은 평문으로 유지하면서, 구조화된 결과는 공통 판정을 한 번만 보여주고 차이와 예외를 우선하도록 합니다.

Validation

  • pnpm exec vitest run setup/provider-contract.test.ts — 22 tests passed
  • git diff --check

For Skills

  • SKILL.md contains instructions, not inline code (code goes in separate files)
  • SKILL.md is under 500 lines
  • I tested this skill on a fresh clone

@lbox-limit
lbox-limit marked this pull request as ready for review July 14, 2026 18:28
@lbox-limit
lbox-limit merged commit cac4ff1 into main Jul 14, 2026
1 check passed
@lbox-limit
lbox-limit deleted the codex/slack-response-formatting branch July 14, 2026 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants