pac-update-status

Update ticket status and track progress in Product as Code workflow

Content Preview
# Update PAC Ticket Status

Update ticket status and track progress in Product as Code workflow

## Instructions

1. **Parse Command Arguments**
   - Extract arguments from: `$ARGUMENTS`
   - Required: `--ticket <ticket-id>` or select interactively
   - Optional: `--status <status>`, `--assignee <assignee>`, `--comment <comment>`
   - Validate `.pac/` directory exists

2. **Ticket Selection**
   - If ticket ID provided, validate it exists
   - Otherwise, show interactive ticket selector:
     - 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/pac-update-status.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/project/pac-update-status.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/project/pac-update-status.md

Related Skills