context-check

Assess conversation context health and recommend compaction actions.

2|1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/enbiyagoral/.claude --skill context-check-enbiyagoral
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-check
Source: https://github.com/enbiyagoral/.claude/tree/main/.claude/skills/context-check
Command: npx skills add https://github.com/enbiyagoral/.claude --skill context-check-enbiyagoral

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Check the health of the current conversation context and surface recommendations for compaction and hygiene. Use when the user says "context check", "context durumu", "how much context left", or "should I compact".

Core Features & Use Cases

  • Assess conversation state: estimate message count and changes to files across the session.
  • Detect topic drift and recommend compact/cleanup actions.
  • Provide a health report with a suggested action (compact now, or continue).

Quick Start

Ask the assistant to assess the current session health and determine if a context compaction or hygiene action is needed.

Frequently Asked Questions about context-check

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

FAQPage Schema
How do I check conversation context limits and memory usage during a session?

To check conversation context limits and memory usage, request a session health assessment to estimate message counts and file changes, generating actionable compaction recommendations without invoking the model.

When should I compact a conversation context to maintain session hygiene?

You should compact a conversation context when a health assessment detects topic drift or significant context accumulation, providing a suggested action to either compact immediately or continue the session.

How does monitoring git diff help with context drift detection?

Monitoring git diff helps with context drift detection by analyzing file changes across the session to assess conversation state, identifying potential topic drift, and recommending cleanup actions based on actual modifications.

What is the best way to assess session health without invoking the model?

The best way to assess session health without invoking the model is using git status and git diff to evaluate message counts and file modifications, directly generating a health report with compaction recommendations.

Does context checking work with ongoing conversations to detect topic drift?

Yes, context checking works with ongoing conversations by estimating message counts and file changes to detect topic drift, providing a health report with a suggested action to compact now or continue.