Adr Update banner
zircote zircote

Adr Update

Development community

Description

--- allowed-tools: - Read - Write - Edit - Glob - Grep - AskUserQuestion - Skill - Bash argument-hint: <adr-id> [--status=<status>] description: Update an existing ADR (status, content, or metadata) name: adr-update --- # Update ADR Update an existing Architectural Decision Record's status, content, or metadata. ## Process 1. **Parse arguments** to identify ADR and update type 2. **Find ADR file** by ID 3. **Read current content** 4. **Apply updates** based on arguments 5. **Update index** i

Installation

Installs to ~/.claude/skills/zircote-adr-adr-update/SKILL.md

Terminal
mkdir -p ~/.claude/skills/zircote-adr-adr-update && curl -fsSL https://raw.githubusercontent.com/zircote/adr/HEAD/commands/adr-update.md -o ~/.claude/skills/zircote-adr-adr-update/SKILL.md

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

Full documentation available on GitHub

View Source Repository