context-status

Summarize repository status, active plan, blockers, and next steps.

1|1|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/xashgg/claude-code-my-workflow-codex --skill context-status-xashgg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-status
Source: https://github.com/xashgg/claude-code-my-workflow-codex/tree/main/.codex/skills/context-status
Command: npx skills add https://github.com/xashgg/claude-code-my-workflow-codex --skill context-status-xashgg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides an overview of the current repository state, session handoff, and active plan, helping the user understand the workflow status and next steps.

Core Features & Use Cases

  • Branch and File Summary: Indicates the current branch and changed files.
  • Active Plan Reading: Reviews the most recent plans in specified directories.
  • Blocking Information and Next Actions: Details any known blockers and recommended follow-up actions.
  • Use Case: When a user inquires about the progress of their project, the Skill can report the current status without making any changes.

Quick Start

Get a status update on the repository context by typing 'context status'.

Frequently Asked Questions about context-status

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

FAQPage Schema
How do I get a summary of my current repository status and session handoff?

To get a repository status and session handoff summary, you can trigger an informational report that executes git status, reads recent plan and session log files, and outputs the active plan, known blockers, and next steps.

What is the best way to check active plan progress and workflow blockers in a repository?

Checking active plan progress and workflow blockers is done by reading recent plan and session log files from specified directories to report current branch changes, known blockers, and recommended follow-up actions.

Can I review recent git branch changes and session logs without modifying files?

Yes, you can review recent git branch changes and session logs without modifying files, as this process only executes read-only git status commands and reads existing plan and session log files to generate an informational report.

How do I find next steps and blocking information for my current project workflow?

Finding next steps and blocking information requires reading the most recent plans and session logs, which details any known blockers and recommends follow-up actions based on the current repository state.

Does generating a workflow overview report require any special dependencies or components?

Generating a workflow overview report requires no special dependencies or components, allowing you to directly summarize the current repository state and active plan details without additional environment setup.