talk-stage2-research

Cross-reference Stage 1 summaries with git history and CHANGELOG to generate three output files.

5.7k|744|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/FlorianBruniaux/claude-code-ultimate-guide --skill talk-stage2-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: talk-stage2-research
Source: https://github.com/FlorianBruniaux/claude-code-ultimate-guide/tree/main/examples/skills/talk-pipeline/stage-2-research
Command: npx skills add https://github.com/FlorianBruniaux/claude-code-ultimate-guide --skill talk-stage2-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cross-reference Stage 1 summaries with git history and CHANGELOG to produce a verified narrative timeline for a REX talk.

Core Features & Use Cases

  • Reads Stage 1 summary to understand the period and themes.
  • Git archaeology — extracts velocity metrics from a read-only git history.
  • Changelog analysis — scans releases and documented metrics.
  • Cross-references across sources — aligns summary, git history, and changelog.
  • Builds a timeline — verified dates and sequence.
  • Writes three output files for Stage 3 or review.

Quick Start

Run this skill on a REX repository with git access to generate the three outputs: git-archaeology.md, changelog-analysis.md, and timeline.md.

Frequently Asked Questions about talk-stage2-research

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a verified timeline from git history and a changelog?

To generate a verified timeline, cross-reference git archaeology metrics with changelog analysis and existing summaries. This aligns development velocity data across sources to produce a chronologically accurate narrative sequence.

What is git archaeology for extracting development velocity metrics?

Git archaeology extracts development velocity metrics by performing read-only analysis on repository commit history. It analyzes past development cycles to quantify output speed and patterns without modifying the original repository state.

How do I cross-reference git commits with a changelog for release analysis?

Cross-referencing git commits with a changelog involves scanning documented release notes and aligning them with raw commit dates. This validates documented changes against actual repository history to ensure narrative accuracy.

Does this timeline analysis require write access to the repository?

This timeline analysis does not require write access because all git operations are strictly read-only. It extracts velocity metrics and generates external output files without modifying the underlying repository.

What files do I need to start cross-referencing summaries with git history?

You need a Stage 1 summary path, a repository path for git access, and an optional changelog path. These inputs allow the analysis to align themes and historical data to build the verified timeline.

What output files are produced by combining git history and changelog analysis?

Combining git history and changelog analysis produces three distinct output files: git-archaeology.md, changelog-analysis.md, and timeline.md. These files provide verified metrics and sequences for downstream review.