agent-transcript

Generate sanitized transcripts from local agent logs for GitHub PR/issue bodies.

1.0k|83|Updated May 22, 2026
One-click install
npx skills add https://github.com/openclaw/agent-skills --skill agent-transcript-openclaw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-transcript
Source: https://github.com/openclaw/agent-skills/tree/main/skills/agent-transcript
Command: npx skills add https://github.com/openclaw/agent-skills --skill agent-transcript-openclaw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the generation and insertion of sanitized transcripts from local agent logs into GitHub PR/issue bodies, streamlining the process of providing context and provenance for code reviews and issue resolutions.

Core Features & Use Cases

  • Transcript Generation: Automatically generate redacted transcripts from local agent logs for GitHub PR/issue bodies.
  • Preview & Insert: Offer a local HTML preview before inserting the transcript, ensuring user confirmation before modification.
  • Use Case: When creating a PR, automatically generate a sanitized transcript of the agent's actions and decisions, providing context to reviewers and making the PR easier to understand.

Quick Start

Run the 'agent-transcript' skill to find and insert a transcript for the current PR into the body.

Frequently Asked Questions about agent-transcript

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

FAQPage Schema
How do I automate GitHub PR transcript generation from agent logs?

To automate GitHub PR transcript generation, use this skill to process local agent logs, apply sanitization, and insert the resulting transcript directly into PR or issue bodies for reviewer context.

Can I preview agent logs before inserting them into a GitHub issue?

Yes, you can preview agent logs before insertion. The skill generates a local HTML preview of the sanitized transcript, ensuring user confirmation before modifying the GitHub issue or PR body.

What is the best way to provide agent decision context in code reviews?

The best way to provide agent decision context is generating a sanitized transcript of agent actions and inserting it into GitHub PR bodies, making the code review process easier to understand.

Do I need shell access to insert transcripts into GitHub PRs?

Yes, you need shell access to insert transcripts. The skill requires the ability to execute shell commands to locate local agent logs, generate previews, and perform the insertion into GitHub.

Are agent transcripts sanitized before being added to GitHub issue bodies?

Yes, agent transcripts are sanitized before being added to GitHub issue bodies. The skill automatically redacts sensitive information from local agent logs prior to generating the transcript and inserting it.