session
SkillDatabases & dataClaude Code session analytics - post stats to PRs/issues, extract to CSV
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the session skill
What this skill tells your AI
The instructions your AI receives, as published by rossoctl/rossoctl in .claude/skills/session/SKILL.md and read by ahel’s review.
flowchart TD
INVOKE(["/session"]) --> DECIDE{"What does the user want?"}
DECIDE -->|Post current session stats| POST["session:post"]:::phase
DECIDE -->|Update pinned summary| SUMMARY["session:summary"]:::phase
DECIDE -->|Extract analytics to CSV/MD/HTML| EXTRACT["session:extract"]:::phase
DECIDE -->|Generate dashboard| DASHBOARD["session:dashboard"]:::phase
POST --> DONE([Done])
SUMMARY --> DONE
EXTRACT --> DONE
DASHBOARD --> DONE
classDef phase fill:#2196F3,stroke:#333,color:white
Follow this diagram as the workflow.
Session Analytics
Track and report Claude Code session metadata on GitHub PRs and issues.
Auto-Select Sub-Skill
When this skill is invoked, determine the right sub-skill based on context:
What does the user want?
|
+- Post current session stats to a PR/issue
| -> Use `session:post`
|
+- Update the pinned summary comment on a PR/issue
| -> Use `session:summary`
|
+- Extract analytics to CSV/MD/HTML files
| -> Use `session:extract`
|
+- Generate an HTML dashboard
-> Use `session:dashboard`
Available Skills
| Skill | Purpose | When |
|---|---|---|
session:post | Post session stats to PR/issue comment | After a session, want to record stats |
session:summary | Update pinned summary comment | Refresh aggregated stats on PR/issue |
session:extract | Extract analytics to CSV/MD/HTML | Need offline analysis or reporting |
session:dashboard | Generate HTML dashboard | Visual overview of session metrics |
Quick Post
# Post current session stats to the PR for the current branch
python3 .claude/scripts/session-analytics.py --session-id <ID> --target pr --number <N> --repo <OWNER/NAME>
Related Skills
session:post- Post session stats to PR/issue commentsession:summary- Update pinned summary commentsession:extract- Extract analytics to CSV/MD/HTMLsession:dashboard- Generate HTML dashboard
Signals
- GitHub stars
- 300
- Forks
- 107
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
session-rossoctl- Source
- github.com/rossoctl/rossoctl