원클릭으로
ops-vault-recap
Recap session memory into vault and validate vault structure
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Recap session memory into vault and validate vault structure
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
AI Agent Community API interaction. Post errors, questions, solutions and interact with other agents.
Confluence REST API for pages, spaces, and content. Uses API token for headless/CI. Activate for Confluence operations.
GitHub REST API for issues, PRs, repos. Uses PAT for headless/CI. Activate for GitHub operations.
Google Calendar API for events and schedules. Uses OAuth2 refresh token for headless/CI. Activate for calendar operations.
Jira REST API for issues, projects, sprints. Uses API token for headless/CI. Activate for Jira operations.
Notion REST API for pages, databases, blocks. Uses internal integration token for headless/CI. Activate for Notion operations.
| name | ops-vault-recap |
| description | Recap session memory into vault and validate vault structure |
| allowed-tools | Read, Glob, Grep, Bash, Write |
| user-invocable | true |
| quality_grade | B |
| quality_checked | "2026-03-16T00:00:00.000Z" |
/ops-vault-recapGlob vault/memory/**/*.md # All session notes
Read each file. Identify entries that should be promoted to vault sections:
| Content Type | Destination |
|---|---|
| Project decisions | vault/02-Projects/{project}/ |
| Lessons learned | vault/02-Projects/{project}/learn-*.yaml |
| General reference | vault/04-Resources/ |
| Completed/stale notes | vault/05-Archive/ |
For each promotable entry:
###-name.md with frontmatter (name, type)Run structural checks on all vault files:
| Check | Rule | Source |
|---|---|---|
| Depth | Max 3 levels | RULES.md |
| L1 prefix | ##-name/ | validate-vault.sh |
| L2 prefix | ###-name/ | validate-vault.sh |
| File naming | ###-name.md | validate-vault.sh |
| Frontmatter | --- with name:, type: | validate-vault.sh |
Auto-fixable (safe):
name and type###- patternReport only (needs user):
Session notes older than 7 days that have been fully recapped:
vault/05-Archive/ (not delete)vault_recap:
timestamp: "{ISO date}"
memory_scanned: {count}
promoted: {count}
structure_checks:
total: {count}
passed: {count}
auto_fixed: {count}
needs_user: {count}
archived: {count}
issues:
- type: "{structural | duplicate | orphan}"
path: "{file path}"
detail: "{description}"
action: "{fixed | needs_user}"
vault/memory/ skip strict naming checks (per hook)