一键导入
codex-release-tracker
@claudecodelog X 계정의 릴리스 노트를 수집하여 Obsidian 문서로 정리. 매일 morning-auto.sh에서 자동 호출되거나, 수동으로 /Codex-release-tracker 실행. --backfill 인자 시 3개월 소급 처리.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
@claudecodelog X 계정의 릴리스 노트를 수집하여 Obsidian 문서로 정리. 매일 morning-auto.sh에서 자동 호출되거나, 수동으로 /Codex-release-tracker 실행. --backfill 인자 시 3개월 소급 처리.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
현재 세션에서 한 작업(또는 주어진 텍스트·파일)을 비전문가·미래의 자신도 이해하도록 쉽게 풀어 설명하는 인터랙티브 HTML 페이지 생성. 목차·단계별 펼침접힘·핵심요약·용어풀이 포함. ~/Desktop 저장 후 자동 오픈. 트리거: "쉽게 설명", "정리해줘", "복기", "풀어서 설명", "이해하기 쉽게", "설명해줘", "요약해줘".
Turn any rough prompt, half-formed idea, or task description into a finished, ready-to-send prompt optimized for Opus 4.7 (with adaptive thinking) inside the chat app — Codex.ai, the Mac app, the iOS app — NOT the API. Use this skill whenever the user wants to write, rewrite, optimize, improve, sharpen, or polish a prompt for the chat app. Trigger phrases include "rewrite this prompt", "make this a better prompt", "optimize this prompt", "turn this into a prompt", "help me prompt this", "draft a prompt that...", "I want to ask...", or whenever the user pastes a draft prompt and asks for improvements. Also trigger when the user describes a task they plan to send into the chat app and clearly wants a reusable, well-structured prompt rather than a direct answer. The output is always a single, copy-pasteable prompt in a code block that the user sends as-is — never a template with placeholders. Always ends with the exact line "Think before answering (maximum reasoning)".
Use this when you need to EVALUATE OR IMPROVE or OPTIMIZE an existing LLM agent's output quality - including improving tool selection accuracy, answer quality, reducing costs, or fixing issues where the agent gives wrong/incomplete responses. Evaluates agents systematically using MLflow evaluation with datasets, scorers, and tracing. IMPORTANT - Always also load the instrumenting-with-mlflow-tracing skill before starting any work. Covers end-to-end evaluation workflow or individual components (tracing setup, dataset creation, scorer definition, evaluation execution).
Codex 세션 탐색 및 분석. agf 데이터 소스(history.jsonl)를 활용한 세션 리스트 조회, 검색 및 상세 분석. "세션 목록", "session list", "세션 검색", "session search", "agf" 등의 요청 시 자동 적용.
Analyzes an MLflow session — a sequence of traces from a multi-turn chat conversation or interaction. Use when the user asks to debug a chat conversation, review session or chat history, find where a multi-turn chat went wrong, or analyze patterns across turns. Triggers on "analyze this session", "what happened in this conversation", "debug session", "review chat history", "where did this chat go wrong", "session traces", "analyze chat", "debug this chat".
Analyzes a single MLflow trace to answer a user query about it. Use when the user provides a trace ID and asks to debug, investigate, find issues, root-cause errors, understand behavior, or analyze quality. Triggers on "analyze this trace", "what went wrong with this trace", "debug trace", "investigate trace", "why did this trace fail", "root cause this trace".
| name | Codex-release-tracker |
| description | @claudecodelog X 계정의 릴리스 노트를 수집하여 Obsidian 문서로 정리. 매일 morning-auto.sh에서 자동 호출되거나, 수동으로 /Codex-release-tracker 실행. --backfill 인자 시 3개월 소급 처리. |
~/.Codex/templates/delegation.md 변형 A 적용 — 단, subagent_type은 general-purpose 대신 Codex-release-fetcher 사용 (전용 sub-agent).
(model="sonnet", run_in_background=false, args=skill 호출 인자, 옵션=--backfill)
main context에서 직접 실행 금지.
X(@claudecodelog)에서 Codex 릴리스 노트를 수집하여 한글로 번역/구조화하고 Obsidian vault에 월별 파일로 저장한다.
| 인수 | 설명 | 기본값 |
|---|---|---|
| --backfill | 3개월치 소급 수집 | false (최근 미수집분만) |
이 skill은 Playwright MCP 도구를 사용한다. 도구명은 반드시 mcp__playwright__ 접두사를 붙여야 한다:
mcp__playwright__browser_navigate — URL로 이동mcp__playwright__browser_snapshot — 현재 페이지의 접근성 스냅샷 (텍스트 추출)mcp__playwright__browser_click — 요소 클릭mcp__playwright__browser_close — 브라우저 닫기주의: browser_navigate, browser_snapshot 등 접두사 없는 이름은 사용할 수 없다. 반드시 mcp__playwright__ 접두사를 사용해야 한다.
스크롤이 필요하면 mcp__playwright__browser_click으로 페이지 하단 요소를 클릭하거나, mcp__playwright__browser_navigate로 JavaScript를 실행한다:
mcp__playwright__browser_click에서 "Show more" 또는 타임라인 하단의 트윗을 클릭~/DocumentsLocal/msbaek_vault/scripts/Codex-release-tracker-state.json 읽기lastChecked 날짜 확인 (null이면 backfill 모드와 동일하게 처리)releases 배열에서 이미 수집된 트윗 URL 목록 추출 → collectedUrls 집합으로 보관mcp__playwright__browser_navigate 사용
https://x.com/claudecodelogmcp__playwright__browser_snapshot 으로 현재 보이는 트윗 목록 확인/status/ 포함된 URLcollectedUrls에 이미 있는 트윗 URL은 스킵mcp__playwright__browser_click으로 타임라인 하단 트윗 클릭 후 mcp__playwright__browser_snapshot 반복
groupBy 설정 확인 (기본: "monthly")~/DocumentsLocal/msbaek_vault/001-INBOX/Codex-releases-YYYY-MM.md문서 템플릿:
---
tags:
- Codex
- release-note
period: YYYY-MM
source: https://x.com/claudecodelog
---
# Codex 릴리스 노트 — YYYY년 M월
## vX.Y.Z (YYYY-MM-DD)
### 새로운 기능
- **기능명**: 한글 설명
### 개선사항
- **항목**: 한글 설명
### 버그 수정
- **항목**: 한글 설명
### 원문
- [트윗](https://x.com/claudecodelog/status/xxx)
---
releases 배열에 추가:
{
"version": "X.Y.Z",
"date": "YYYY-MM-DD",
"tweets": ["https://x.com/claudecodelog/status/xxx"],
"processed": true
}
lastChecked를 오늘 날짜(YYYY-MM-DD)로 업데이트수집 결과를 요약하여 출력: