mcp-geo-long-horizon-summary

Generate a Long Horizon Codex metrics summary from local session logs.

3|1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/chris-page-gov/mcp-geo --skill mcp-geo-long-horizon-summary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-geo-long-horizon-summary
Source: https://github.com/chris-page-gov/mcp-geo/tree/main/skills/mcp-geo-long-horizon-summary
Command: npx skills add https://github.com/chris-page-gov/mcp-geo --skill mcp-geo-long-horizon-summary

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Generate a Long Horizon-style Codex metrics summary for MCP-Geo from local Codex session logs, enabling quick insight into model usage and task patterns on MCP-Geo projects.

Core Features & Use Cases

  • Generates a compact metrics summary card (SVG) and a Markdown report documenting runtime, token usage, tool calls, patch volume, and auto context compactions.
  • Supports downstream dashboards by emitting a JSON metrics payload for integration with analytics pipelines.
  • Applies to developers and data analysts tracking Codex activity across MCP-Geo workstreams and open-ended, long-horizon tasks.

Quick Start

Run the run_summary.sh script in this skill directory to generate the reports from Codex session logs.

Frequently Asked Questions about mcp-geo-long-horizon-summary

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

FAQPage Schema
How do I summarize Codex session logs for token usage and task patterns?

You can generate a Codex metrics summary by running the run_summary.sh script in the Skill directory. This script processes local Codex session logs and outputs a Markdown report, an SVG summary card, and a JSON metrics payload for your development workflows.

What is a long-horizon Codex metrics summary used for?

A long-horizon Codex metrics summary provides quick insight into model usage and task patterns on MCP-Geo projects. It tracks runtime, token usage, tool calls, patch volume, and auto context compactions across open-ended development tasks.

Can I export Codex token usage data to an analytics pipeline?

Yes, you can export Codex token usage data to analytics pipelines using the JSON metrics payload emitted by this Skill. The payload supports downstream dashboards for data analysts tracking MCP-Geo workstream activity.

How do I generate an SVG summary card for MCP-Geo development activity?

You generate an SVG summary card for MCP-Geo development activity by running the run_summary.sh script against your local Codex session logs. The script creates a compact visual card documenting runtime, tool calls, patch volume, and auto context compactions.

Does this Codex summary tool require any external dependencies to run?

No, this Codex summary tool requires no external dependencies to run. It operates independently using local scripts to process your Codex session logs and generate the Markdown, SVG, and JSON metrics outputs.