What problem does it solve?
Developers often lose track of what has changed in a session, how much context has been consumed, and the associated cost implications. This skill provides an at-a-glance summary of git changes, turn counts, and efficiency tips, helping teams decide when to compact context or adjust workflow.
Core Features & Use Cases
- Git Change Overview: Quickly shows modified, added, and untracked files with diff statistics.
- Context Health Check: Estimates session length, token usage, and recommends compacting long contexts.
- Cost‑Awareness Tips: Offers actionable advice to reduce token cost based on session activity.
- Use Case Example: After a coding sprint, a developer asks for a session metrics report to decide whether to commit, clean up, or run a
/compact before starting the next task.
Quick Start
Ask the assistant to provide a session metrics report for the current project.