copilot-history-ingest
适合将 Copilot 交互中的设计与调试笔记沉淀到个人知识库。
需要访问本地 Copilot 会话文件,可能包含敏感代码或隐私。
将 GitHub Copilot CLI 的会话历史提取并整理为 Obsidian 笔记。
把 GitHub Copilot CLI 的会话历史抽取并转成 Obsidian 页面,帮你把调试记录、架构决定和常见模式整理成可搜索的笔记。常在你想把使用 Copilot 学到的套路、排错过程或新增会话同步到个人知识库时用。特点是把零散会话浓缩成有用的知识页,方便后续复用和检索。
▸ 展开 SKILL.md 英文原文
Ingest GitHub Copilot CLI session history into an Obsidian wiki as distilled knowledge pages. Use this skill when the user wants to capture their Copilot CLI sessions into a personal wiki — extracting architecture decisions, debug notes, and patterns into searchable Obsidian pages. Triggers on phrases like "ingest my copilot sessions into obsidian", "add my copilot history to my wiki", "pull my copilot session history into the vault", "capture what I've learned from copilot into obsidian", "just the new sessions since last time", or "mine patterns across my copilot sessions". Also triggers when the user mentions session-store.db, ~/.copilot/session-state, or VS Code copilot-chat transcripts in the context of building a wiki or knowledge base. Does NOT trigger for general copilot usage questions, searching sessions, or backing up history.
帮我安装这个 skill:https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/copilot-history-ingest/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/copilot-history-ingest/SKILL.md"# Copilot History Ingest — Conversation Mining You are extracting knowledge from the user's past GitHub Copilot CLI conversations and distilling it into the Obsidian wiki. Conversations are rich but messy — your job is to find the signal and compile it. This skill can be invoked directly or via the `wiki-history-ingest` router (`/wiki-history-ingest copilot`). ## Before You Start 1. **Resolve config** — follow the Config Resolution Protocol in `llm-wiki/SKILL.md` (inline `@name` override → walk up CWD for `.env` → `~/.obsidian-wiki/config` → prompt setup). This gives `OBSIDIAN_VAULT_PATH`, `COPILOT_HISTORY_PATH` (defaults to `~/.copilot/session-state`), and `COPILOT_VSCODE_STORAGE_PATH`