with one click
recall-changelog
Show recent changes across all knowledge files.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Show recent changes across all knowledge files.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Re-organize recall knowledge/workflow topics into their best shape — unify topic filenames, frontmatter, and titles, merge overlapping topics, compact stale content, extract shared general principles into their own topics, and rewrite the index coherently. Use whenever the user says "re-org the recall topics", "clean up recall", "make the recall coherent", "extract a general topic", "tidy the knowledge index", or when recall files have drifted (mismatched names, duplicated content, oversized files, a stale index). Keeps recall well-managed as a whole rather than fixing one file at a time.
Overview of all tracked branches (active, stale, merged, archived).
Promote branch knowledge to project level after merge.
One-time project setup — creates directories, config, and initial files.
Show recall state — branch, task, loaded topics, stale/unpromoted info.
Add knowledge entry with scope control (--project/--branch flags).
| name | recall-changelog |
| description | Show recent changes across all knowledge files. |
Show recent knowledge changes.
[days]: number of days to look back (default: 7)find <project>/ -name "*.md" -mtime -<days> -not -path "*/archive/*" | sort -t/ -k3