status

Display current session, active tasks, and Git context from crane-context.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/venturecrane/crane-console --skill status-venturecrane
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/venturecrane/crane-console/tree/main/.agents/skills/status
Command: npx skills add https://github.com/venturecrane/crane-console --skill status-venturecrane

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill provides a concise view of the current session, pending tasks, and the repository context to keep you informed during multi-agent workflows.

Core Features & Use Cases

  • Session visibility: Retrieve the active session ID, age, last heartbeat, and venture context from crane-context.
  • Task visibility: List pending, in-progress, and recently completed tasks from TaskList.
  • Git context: Show current branch, uncommitted changes, and remote status to assess code state.
  • Context summary: Display repo name, current directory, and host machine for quick situational awareness.

Quick Start

Run the status command to display the current session, tasks, and Git context.

Frequently Asked Questions about status

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

FAQPage Schema
How do I view my current session status and pending tasks?

To view your current session status, run the status command to retrieve the active session ID, task states, and Git context for situational awareness. It reads data and formats a concise report without modifying any files.

What is the best way to monitor task progress across local and remote environments?

Monitoring task progress across environments is done by querying crane-context sessions and task states. The status command lists pending, in-progress, and recently completed tasks to keep you informed during development.

Does checking session status modify my active tasks or repository data?

Checking session status does not modify your data. The command strictly reads session data, task states, and Git information to format a concise situational awareness report without applying any changes to your repository.

Can I get a summary of my repo name, current directory, and host machine together?

You can get a context summary by running the status command. It displays the repo name, current directory, and host machine alongside the active session ID and task list for quick situational awareness.