chronicle
Installation
SKILL.md
Chronicle
Analyze the user's Copilot session history using the copilot_sessionStoreSql tool. This skill handles standup reports, usage analysis, and session store maintenance.
Sessions may be stored locally (SQLite) and optionally synced to the cloud for cross-device access. Cloud sync is controlled by the chat.sessionSync.enabled setting.
Prerequisite: Chronicle requires the github.copilot.chat.localIndex.enabled setting to be true. If the copilot_sessionStoreSql tool is not available, tell the user to enable this setting in VS Code Settings.
Available Tool Actions
The copilot_sessionStoreSql tool supports three actions:
| Action | Purpose | query param |
|---|---|---|
standup |
Pre-fetch last 24h sessions, turns, files, refs | Not needed |
query |
Execute a read-only SQL query | Required |
reindex |
Rebuild local session index + cloud sync | Not needed |