원클릭으로
recall
Retrieve prior session context and decisions from Obsidian vault for the current project.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Retrieve prior session context and decisions from Obsidian vault for the current project.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build, install, run, and test the claude-dev-env installer. Use when asked to run claude-dev-env, install the Claude Code config into ~/.claude, drive the installer, smoke-test it against a sandbox, or run its test suite.
Max-recall code review at a selectable effort level (low, medium, xhigh), with optional auto-fix and an auto-execute loop for any level. Triggers: /e-code-review, /e-code-review low, /e-code-review medium, /e-code-review xhigh, /e-code-review <level> --fix, /e-code-review <level> loop.
Build a polished self-contained HTML product launch and release-notes page from work completed in the current session, using available repository state, source-of-truth files, tests, approvals, artifacts, commits, pull requests, previews, and release evidence. Use when the user asks to build release notes, create a launch page, document completed work, produce feature-release HTML, or turn the session into product-facing release notes.
File, update, and close GitHub work as one epic with native sub-issues. Dedup open and closed issues first. Edit status only inside marker sections. Refresh the epic checklist so it matches its children. Triggers: issue tracker, file an issue, track this issue, open an epic, update the epic, close the issue, refresh the epic checklist, attach a sub-issue.
Harvests session obstacles into GitHub issues backed by quoted evidence: validates each draft with the user, then delegates filing to the issue-tracker agent (skill fallback), which dedupes against open and closed issues and files each under an epic as a native sub-issue. Prints a cloud handoff prompt. Triggers: /closeout, close out this session, close out the session, file the session obstacles, session closeout, harvest session obstacles, end-of-session issue filing. Not session-log (vault journal) — closeout files issues and writes no journal.
Cleanup-only pass on the current diff — reuse, simplification, efficiency, altitude — that fixes what it finds directly; no correctness-bug hunting. Triggers: /e-simplify.
| name | recall |
| description | Retrieve prior session context and decisions from Obsidian vault for the current project. |
| argument-hint | [search query or project name] |
Search the Obsidian vault for prior session context, decisions, research, and gotchas relevant to the current task.
Determine search query. If $ARGUMENTS is provided, use it as the search query. Otherwise, infer the project name from the current conversation context (git remote, working directory, or topic being discussed).
Search by frontmatter first. Use mcp__obsidian__search_notes with searchFrontmatter: true and the project name. This finds session reports and decision notes tagged with the project.
Search by content keywords. If frontmatter search returns few results, search again by content using relevant keywords from the current task (component names, error messages, library names).
Read top matches. Use mcp__obsidian__read_note to read the top 3 most relevant results. Prefer recent notes over older ones. Prefer decision notes and session summaries over raw research.
Present findings with attribution. For each note, include:
status: SupersededHandle no results honestly. If no vault history exists for this project, say so explicitly. Do not fabricate or infer history that isn't in the vault.