session:summary

Update pinned GitHub PR or issue comments with aggregated session statistics.

292|103|Updated Mar 27, 2025
One-click install
npx skills add https://github.com/kagenti/kagenti --skill session-summary-kagenti
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: session:summary
Source: https://github.com/kagenti/kagenti/tree/main/.claude/skills/session%3Asummary
Command: npx skills add https://github.com/kagenti/kagenti --skill session-summary-kagenti

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of aggregating and updating session statistics on GitHub Pull Requests or Issues, providing a clear, concise overview of agent activity without manual intervention.

Core Features & Use Cases

  • Automated Stat Aggregation: Gathers token counts, costs, tool calls, and duration from individual session comments.
  • Dynamic Summary Updates: Creates or updates a pinned summary comment on a PR/issue, ensuring the latest data is always visible.
  • Use Case: After a series of agent runs on a GitHub PR, this skill can automatically post a summary comment detailing the total resources consumed and key metrics across all runs, streamlining review and monitoring.

Quick Start

Run the session summary skill to update the pinned comment on the current pull request.

Frequently Asked Questions about session:summary

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

FAQPage Schema
How do I aggregate session statistics like token costs and tool calls on a GitHub PR?▼

To aggregate session statistics on a GitHub PR, this skill automatically collects metrics like tokens, costs, and tool calls from existing session comments and updates a pinned summary comment with the aggregated data.

Can I automatically post a summary comment with agent activity metrics on GitHub issues?▼

Yes, you can automatically post a pinned summary comment on GitHub issues. The skill detects the issue number and repository details automatically from your git environment to post the aggregated metrics.

How does the session summary skill detect which repository and PR to update?▼

The session summary detection works automatically by reading the repository details and PR or issue numbers directly from your current git environment, eliminating the need for manual configuration.

What is the best way to keep a pinned GitHub PR comment updated with total resource consumption?▼

The best way to keep a pinned GitHub PR comment updated is to run this skill, which dynamically creates or updates the pinned comment to ensure the latest total resource consumption data is always visible.

Do I need to manually specify the PR number to generate a session stats summary?▼

No, you do not need to manually specify the PR number. The skill automatically detects the pull request or issue numbers from the git environment to generate the session stats summary.

What specific metrics are aggregated from individual session comments on a pull request?▼

The specific metrics aggregated from individual session comments on a pull request include token counts, costs, tool calls, and duration, providing a clear overview of agent activity.