Autoship Plan banner
Maleick Maleick

Autoship Plan

Development community

Description

--- name: autoship-plan description: Dry-run AutoShip — analyze issues and show dispatch plan without executing platform: opencode --- # /autoship-plan — Dry Run Analyze open GitHub issues and show the dispatch plan without executing. ## Fetch Open Issues ```bash gh issue list --state open --json number,title,body,labels --limit 200 | jq 'sort_by(.number)' ``` ## Classify Each Issue ```bash AUTOSHIP_HOME="${OPENCODE_CONFIG_DIR:-${XDG_CONFIG_HOME:-$HOME/.config}/opencode}/.autoship" bash "$

Installation

Installs to ~/.claude/skills/maleick-autoship-autoship-plan/SKILL.md

Terminal
mkdir -p ~/.claude/skills/maleick-autoship-autoship-plan && curl -fsSL https://raw.githubusercontent.com/Maleick/AutoShip/HEAD/commands/autoship-plan.md -o ~/.claude/skills/maleick-autoship-autoship-plan/SKILL.md

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

Full documentation available on GitHub

View Source Repository