Devstatus banner
opentrace opentrace

Devstatus

Development community

Description

--- name: devstatus description: | Report the current session state: branch, changes, PR status, and a summary. Use when: "what's the status", "where are we", "session status", "what have we done" allowed-tools: Bash, Read, Glob --- Report the current session state by gathering and presenting the following information. ## Instructions ### 1. Branch and commit info ```bash git branch --show-current git log --oneline -5 git log --oneline main..HEAD # commits ahead of main ``` ### 2. Work

Installation

Installs to ~/.claude/commands/opentrace-opentrace-devstatus.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/opentrace/opentrace/HEAD/.claude/commands/devstatus.md -o ~/.claude/commands/opentrace-opentrace-devstatus.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository