원클릭으로
query
Query skill — natural language work history search via work-historian agent
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Query skill — natural language work history search via work-historian agent
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Capability discovery — the canonical answer to 'what can you do?' and 'what do I say to ...?'
Close skill — draft resolution comment, sync backends, redirect to next task
Start skill — begin task with optional backend sync
End-of-day wrap-up skill — daily summary and status update
Morning brief skill — prioritized daily summary
Reconcile skill — detect wiki/backend drift and let the User resolve it via four moves
| name | query |
| description | Query skill — natural language work history search via work-historian agent |
| risk_class | soft |
Search your work history with a natural language question.
$ARGUMENTS — The question to answer (e.g., "when did we first discuss auth?", "what did I work on last week?")
Route the user's question to the work-historian agent for a read-only, citation-backed answer.
$ARGUMENTS as the user's natural language queryUse the Agent tool to invoke the work-historian agent:
Agent({
subagent_type: "work-historian",
prompt: "$ARGUMENTS"
})
If $ARGUMENTS is empty, ask the user what they want to know about their work history.