update

Updates the active session context with git branch, commit, and optional metadata.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Update your session context with the current branch, commit, and work metadata to keep collaborators aligned and sessions healthy.

Core Features & Use Cases

  • Auto-detects git branch and commit, updating the active session context
  • Refreshes heartbeat to keep the session alive and visible
  • Accepts optional metadata or issue numbers to annotate progress and intent

Quick Start

Run the /sod command to start a session, and then issue /update to refresh the session with the latest branch, commit, and optional metadata.

Frequently Asked Questions about update

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

FAQPage Schema
How do I sync my active session context with my current git branch?▼

To sync your active session context, the update Skill auto-detects your current git branch and commit, refreshing the session heartbeat to keep collaborators aligned with your latest repository state.

When should I update my git workflow session context?▼

You should update your session context when starting work on a new branch or issue, switching branches, or after reaching milestones to refresh the heartbeat and keep teammates informed of progress.

What do I need to automate session context updates for a repository?▼

Automating session context updates requires a valid active session and a CRANE_CONTEXT_KEY to detect the git branch and commit, returning updated session data and visibility status.

Does the update Skill work with optional metadata and issue numbers?▼

Yes, the update Skill accepts optional metadata or issue numbers to annotate your progress and intent, applying them alongside the auto-detected git branch and commit to the active session.

How do I start a session and refresh the heartbeat after commits?▼

Run the /sod command to start a session, then issue /update to refresh the session with the latest branch, commit, and optional metadata to keep the heartbeat alive and visible.