원클릭으로
refacil-inbox
View new messages from the room since the last time you read them. Useful when a question with --wait expired without a response.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
View new messages from the room since the last time you read them. Useful when a question with --wait expired without a response.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Guided complete flow to investigate and fix bugs — delegates investigation and fix to the refacil-debugger sub-agent in two passes separated by user confirmation
Internal reference — SDD-AI prerequisites shared by all other refacil skills (do not invoke manually)
Validate that the implementation meets the specs — builds a briefing with testCommand and CA/CR criteria, delegates to the refacil-validator sub-agent for the report, and handles corrections with user approval
Implement the tasks of a proposed change — verifies artifacts and working branch, builds a structured briefing, and delegates to the refacil-implementer sub-agent to execute the implementation in isolated context
Archive a completed change — move artifacts to archive and sync specs
Run the SDD implementation cycle autonomously after /refacil:propose was approved by the human — chains apply → test → verify → review → archive → up-code in a single invocation, and notifies the user via WhatsApp through Kapso when finished (success or failure). Use when the user says "autopilot", "ejecuta el resto del flujo", "termina solo", "modo autónomo", or indicates they will step away from the computer.
| name | refacil:inbox |
| description | View new messages from the room since the last time you read them. Useful when a question with --wait expired without a response. |
| user-invocable | true |
Retrieves new messages since the last time this session ran inbox. Excludes messages sent by the session itself.
Run via Bash:
refacil-sdd-ai bus inbox
The CLI prints the new messages (if any) with from, kind, text, and timestamp.
kind=reply messages directed to this session, use them as context to continue the flow that originated the question (the user may have asked you to "check if a response arrived and continue").kind=ask messages directed to this session without a response, consider whether it is appropriate to respond with /refacil:reply./refacil:propose and when closing notify the requester via bus (refacil-prereqs/BUS-CROSS-REPO.md).Present the new messages clearly and, if applicable, propose the next step.
The inbox for this session shows only:
ask messages directed to this session — sent by another session with bus ask --to [this-session] or bus ask --to all.reply messages to your own correlationId — responses to questions you sent with bus ask.say (broadcast) messages from other sessions do NOT appear in this session's inbox. say is a real-time broadcast only; sessions that were not connected when the say was sent will never see it in the inbox. For content that must be received and acted on, use bus ask --to SESSION instead.
/refacil:inbox/refacil:ask --wait N expired without a response — to check if it arrived later.inbox updates the session's lastSeen: the next call only brings subsequent messages. Do not run it in a loop.