Abandon banner
alizaouane alizaouane

Abandon

Testing community

Description

--- description: Abandon an in-flight feature (closes PR if any, archives spec, relabels state:abandoned) argument-hint: "<issue#> [--reason=<text>]" allowed-tools: Read Write Bash --- # /abandon Cleanly cancels an in-flight feature. Use when an intent is no longer valid (requirement changed, duplicate, etc.). ## Steps 1. Parse `<issue#>` and optional `--reason`. 2. If a linked PR exists (look for `Linked: #<pr>` in issue body or branch named `feature/<slug>` with an open PR), close it with

Installation

Installs to ~/.claude/skills/alizaouane-dev-agent-abandon/SKILL.md

Terminal
mkdir -p ~/.claude/skills/alizaouane-dev-agent-abandon && curl -fsSL https://raw.githubusercontent.com/alizaouane/dev-agent/HEAD/commands/abandon.md -o ~/.claude/skills/alizaouane-dev-agent-abandon/SKILL.md

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

Full documentation available on GitHub

View Source Repository