---
name: incident-timeline-builder
description: Reconstruct incidents from log data into a clear chronological timeline so Claude can explain what happened, when it happened, and which actors or indicators matter most.
Incident Timeline Builder
Use this skill when the user needs to reconstruct an incident sequence from logs, focus on a time window, or build a timeline for investigation or reporting.
Goal
Help Claude turn raw event data into an understandable timeline that highlights important actions, indicators, and actor activity.
Workflow
Confirm the log source, relevant time range, and whether the user wants actor-specific filtering.
Review the events and normalize them into a consistent chronological view.
Highlight notable indicators, suspicious actions, or clusters of activity that matter to the investigation.
Group or summarize events in a way that preserves sequence without overwhelming the user with noise.
Present a timeline that is useful for incident review, audit documentation, or stakeholder reporting.
Inputs
Expected inputs from the bundled tool metadata:
logs: Path to a JSON-lines or CSV log file.
start: Optional ISO timestamp filter start.
end: Optional ISO timestamp filter end.
actor: Optional actor or source filter.
output: Optional output format.
Bundled Files
main.py contains the executable timeline-building logic.
README.md provides usage guidance and examples.
skill.yaml captures the repo-native metadata for this skill.
sample_input may contain representative incident logs.
Guidance
Preserve chronology and be careful not to imply causation where the data only shows sequence. Call out notable IOC-related events and any gaps in visibility.
1---2name: incident-timeline-builder3description: ---4---5---6name: incident-timeline-builder7description: Reconstruct incidents from log data into a clear chronological timeline so Claude can explain what happened, when it happened, and which actors or indicators matter most.8---910# Incident Timeline Builder1112Use this skill when the user needs to reconstruct an incident sequence from logs, focus on a time window, or build a timeline for investigation or reporting.1314## Goal1516Help Claude turn raw event data into an understandable timeline that highlights important actions, indicators, and actor activity.1718## Workflow19201. Confirm the log source, relevant time range, and whether the user wants actor-specific filtering.212. Review the events and normalize them into a consistent chronological view.223. Highlight notable indicators, suspicious actions, or clusters of activity that matter to the investigation.234. Group or summarize events in a way that preserves sequence without overwhelming the user with noise.245. Present a timeline that is useful for incident review, audit documentation, or stakeholder reporting.2526## Inputs2728Expected inputs from the bundled tool metadata:29- logs: Path to a JSON-lines or CSV log file.30- start: Optional ISO timestamp filter start.31- end: Optional ISO timestamp filter end.32- actor: Optional actor or source filter.33- output: Optional output format.3435## Bundled Files3637- main.py contains the executable timeline-building logic.38- README.md provides usage guidance and examples.39- skill.yaml captures the repo-native metadata for this skill.40- sample_input may contain representative incident logs.4142## Guidance4344Preserve chronology and be careful not to imply causation where the data only shows sequence. Call out notable IOC-related events and any gaps in visibility.
Run npx skillmds@latest add maxwellokumu/incident-timeline-builder in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
maxwellokumu (@maxwellokumu) published this skill. Their other Agent Skills are listed on their SkillMD profile.