talk-stage2-research

Solid

Performs git archaeology, changelog analysis, and builds a verified factual timeline by cross-referencing git history with source material. REX mode only — skipped automatically in Concept mode. Use when building a REX talk and you need verified commit metrics, release timelines, and contributor data from a git repository.

AI & Automation 4,957 stars 661 forks Updated today CC-BY-SA-4.0

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Talk Stage 2: Research (REX mode only) Builds the git proof for a REX talk. Cross-references git history, CHANGELOG, and the Stage 1 summary to produce a verified timeline and velocity analysis. **Automatically skipped in `--concept` mode** — only runs when the source material is a REX with git repository access. ## When to Use This Skill - After Stage 1 (Extract) when building a REX talk - When you have access to the project's git repository - To verify metrics mentioned in the source material against actual git data ## What This Skill Does 1. **Reads the summary** — understands the period and themes from Stage 1 2. **Git archaeology** — extracts velocity metrics (read-only commands only) 3. **Changelog analysis** — scans releases, features, documented metrics 4. **Cross-references** — aligns git, CHANGELOG, and summary 5. **Builds the timeline** — verified dates, not estimated 6. **Writes 3 output files** ## Input - `talks/{YYYY}-{slug}-summary.md` (from Stage 1 — required) - `repo_path` — absolute path to the git repository - Optional: CHANGELOG path if different from `{repo_path}/CHANGELOG.md` ## Output Three files: - `talks/{YYYY}-{slug}-git-archaeology.md` - `talks/{YYYY}-{slug}-changelog-analysis.md` - `talks/{YYYY}-{slug}-timeline.md` ## Git Commands (read-only only) ```bash # Commits by month git -C {repo_path} log --pretty=format:"%Y-%m" | sort | uniq -c # Commits by contributor git -C {repo_path} shortlog -sn --no-merges # First and last date git -C...

Details

Author
FlorianBruniaux
Repository
FlorianBruniaux/claude-code-ultimate-guide
Created
5 months ago
Last Updated
today
Language
Python
License
CC-BY-SA-4.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category