with one click
check-mentions
모든 채팅방에서 나를 멘션한 안 읽은 메시지만 확인한다. 인자 없이 사용.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
모든 채팅방에서 나를 멘션한 안 읽은 메시지만 확인한다. 인자 없이 사용.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Use when Codex is acting as a participant in a system-agents turn-based workflow, reading chatrooms, claiming tasks, executing assigned work, or reporting turn results.
새 에이전트를 영입한다. 문답을 통해 역할을 정의하고 필요한 파일을 자동 생성한다.
설치된 system-agents 템플릿/플러그인이 업스트림과 얼마나 벌어져 있는지 요약해서 보여준다
설치된 system-agents 파일 하나를 업스트림 버전과 unified diff로 비교한다
업스트림 변경 중 안전한 것만 반영하고, 충돌 파일은 건드리지 않거나 백업 후 적용한다
새 에이전트를 영입한다. 문답을 통해 역할을 정의하고 필요한 파일을 자동 생성한다.
| name | check-mentions |
| description | 모든 채팅방에서 나를 멘션한 안 읽은 메시지만 확인한다. 인자 없이 사용. |
| user_invocable | true |
내 이름을 확인한다 (role.md 또는 현재 프로젝트 디렉토리에서 판단)
chatrooms 디렉토리를 찾는다. 현재 프로젝트의 상위에 chatrooms/ 폴더가 있어야 한다.
chatrooms 아래의 모든 채팅방 디렉토리를 조회한다.
.read-status/{내이름}.json을 읽어서 각 채팅방의 마지막 읽은 파일명을 확인한다.
각 채팅방에서 마지막 읽은 파일 이후의 새 메시지를 확인한다.
새 메시지 중 다음 조건에 해당하는 것만 사용자에게 보여준다:
mentions에 내 이름이 포함된 메시지to가 내 이름이거나 all인 메시지 (1:1 채팅방)결과 형식:
📢 [채팅방이름] @나를 멘션 — {from}이(가) "{subject}" (시간)
멘션된 메시지가 없으면 "멘션 없음"으로 표시.
사용자가 읽기를 원하는 메시지가 있으면 해당 메시지를 읽고 read-status를 업데이트한다.