Sre Update banner
mverab mverab

Sre Update

Productivity community

Description

--- name: sre:update description: Add a time-stamped update to the active incident log. prompt: | Find the latest `INC-*.md` file in the project. Append a new entry to its "Timeline" section with the current UTC timestamp. The content of the entry should be "{{ARGUMENTS}}". Example format: - `{{CURRENT_TIMESTAMP_UTC}}`: {{ARGUMENTS}} ---

Installation

Installs to ~/.claude/commands/mverab-claude-beyond-code-sre-update.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/mverab/claude-beyond-code/HEAD/.claude/commands/sre-update.md -o ~/.claude/commands/mverab-claude-beyond-code-sre-update.md

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

Full documentation available on GitHub

View Source Repository