trace-report

Analyze trace.jsonl logs to generate pipeline retrospective markdown reports.

1|Updated Sep 8, 2023
One-click install
npx skills add https://github.com/cmb-sy/dotfiles --skill trace-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trace-report
Source: https://github.com/cmb-sy/dotfiles/tree/main/claude/skills/trace-report
Command: npx skills add https://github.com/cmb-sy/dotfiles --skill trace-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

trace.jsonl を分析し、パイプラインの振り返りレポートを生成する。 セッション単位またはブランチ/全体で集約分析が可能。

Core Features & Use Cases

  • Trace.jsonl を読み込み、パイプラインの実行状況・レビュー効果・エージェント性能を分析するレポートを生成する。
  • セッション単位またはブランチ/全体で集約分析が可能。

Quick Start

現在のセッションの trace.jsonl を分析して、パイプラインの振り返りレポートを生成してください。

Frequently Asked Questions about trace-report

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

FAQPage Schema
How do I generate a pipeline retrospective report from trace.jsonl logs?

To generate a pipeline retrospective report from trace.jsonl logs, the Skill analyzes your trace data using jq and outputs a comprehensive markdown report to stdout. It evaluates pipeline execution, review effectiveness, and agent performance across sessions.

Can I aggregate trace.jsonl data across multiple branches or sessions for log analysis?

Yes, you can perform log analysis on trace.jsonl data across multiple branches or aggregate all sessions under a project. The Skill detects trace files across sessions to produce a single consolidated retrospective report.

Does trace log analysis require jq to process jsonl files?

Yes, trace log analysis requires jq to process jsonl files. The Skill relies on jq internally to parse and extract structured JSON data from trace.jsonl logs before generating the retrospective markdown output.

What is the best way to review agent performance in pipeline trace data?

The best way to review agent performance in pipeline trace data is to analyze trace.jsonl logs retrospectively. The Skill processes execution traces and generates a markdown report detailing agent performance and review effectiveness.

How do I output a markdown report from jsonl trace logs to stdout?

You can output a markdown report from jsonl trace logs to stdout by running the Skill on your trace.jsonl files. It processes the JSON entries and prints the generated pipeline retrospective directly to standard output.