review-timeline

Analyze case study events and git history to identify missing documentation and weak coverage.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/julieclarkson/case-study-maker --skill review-timeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-timeline
Source: https://github.com/julieclarkson/case-study-maker/tree/main/skills/review-timeline
Command: npx skills add https://github.com/julieclarkson/case-study-maker --skill review-timeline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly assess the completeness of a captured case study by analyzing local event logs, git history, reflections, and media to identify missing documentation and weak coverage.

Core Features & Use Cases

  • Event analysis: Parse the .case-study/events.json to count and categorize events such as git commits, reflections by promptId, screenshots, and manual imports.
  • Coverage checks: Compare captured content against a portfolio rubric (constraints, tradeoffs, risks, security, architecture, iteration) and a marketing rubric (audience, positioning, messaging, visuals, distribution, narrative).
  • Actionable recommendations: Produce a clear status report with counts, checklist items, and prioritized suggestions (for example, add a security reflection tied to commit abc1234 or include an architecture diagram), and offer to help capture missing pieces.
  • Use Case: Run this when you ask "what's missing" or "case study status" to get a prioritized list of what to capture next.

Quick Start

Ask the plugin to "review case study" to receive a status summary of events, coverage against rubrics, and prioritized suggestions for what to add next.

Frequently Asked Questions about review-timeline

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

FAQPage Schema
How do I find gaps in my project case study documentation?

To find gaps in your case study documentation, analyze local event logs and git history to identify missing reflections, screenshots, and commit metadata. This process compares captured content against portfolio rubrics to highlight weak coverage.

What is a case study events.json file used for?

A case study events.json file records local project events like git commits, reflections, and screenshots. Parsing this file allows you to count and categorize events to assess documentation completeness against portfolio and marketing rubrics.

How do I check if my git history has enough coverage for a portfolio?

Check git history coverage for a portfolio by comparing commit metadata and captured reflections against a portfolio rubric. This validates that constraints, tradeoffs, risks, security, architecture, and iteration are documented.

Can I generate a checklist of missing screenshots and reflections from my local project?

Yes, you can generate a checklist of missing screenshots and reflections from your local project folder. Analyzing git log metadata and event logs produces a prioritized status report of required media assets and documentation.

Do I need a local git repository to review my case study status?

Yes, you need a local git repository and a .case-study/events.json file to review case study status. The analysis requires access to recent git history to count commits and categorize reflections accurately.

What is the best way to identify missing security or architecture reflections in a case study?

The best way to identify missing security or architecture reflections is to compare captured events against a portfolio rubric. This generates actionable recommendations, such as adding a security reflection tied to a specific commit.