wiki-briefinglisted
Install: claude install-skill tansuasici/claude-code-kit
# Wiki Briefing
## When to Use
Invoke with `/wiki-briefing` when:
- Starting a new session and want to know what changed
- Morning routine — quick overview of wiki state
- After a break — catch up on recent ingests and changes
- Want a summary of open items and recent activity
## Process
### Phase 1: Recent Activity
1. Read `wiki/log.md` — extract the last 5-10 entries
2. Summarize: what was ingested, queried, or linted recently
3. Note the date of last activity — flag if wiki has been idle
### Phase 2: New Sources
1. List files in `raw-sources/` with modification dates
2. Identify any files added since the last log entry
3. If unprocessed sources exist, flag them for ingest
### Phase 3: Wiki State
1. Read `wiki/index.md` — count total sources and wiki pages
2. Check if `wiki/lint-report.md` exists and has unresolved issues
3. Note any pages updated in the last 7 days
### Phase 4: Open Actions (if applicable)
1. Search wiki pages for action items, TODOs, or open questions
2. Check for pages marked with `status: draft` or `status: review` in frontmatter
3. Surface any items tagged with today's date or past-due dates
## Output Format
```markdown
### Wiki Briefing — YYYY-MM-DD
**Wiki size**: {N} sources ingested, {N} wiki pages
**Recent activity** (last 7 days):
- [date] Ingested: "Article Title" → wiki/summaries/article.md
- [date] Query: "Question asked" → wiki/analyses/answer.md
- [date] Lint: 3 issues found (2 resolved)
**Unprocessed sources** ({N}):
- raw-s