skills/linear-project-updates/SKILL.md
Manage project status updates - create, list, archive. Use when posting or viewing project health updates.
npx skillsauth add finesssee/linear-cli linear-project-updatesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
# List updates for a project
linear-cli pu list "My Project"
linear-cli pu list "My Project" --output json
# Get update details
linear-cli pu get UPDATE_ID
# Create a project update
linear-cli pu create "My Project" -b "On track this sprint"
linear-cli pu create "My Project" -b "Blocked on API" --health atRisk
# Update an existing update
linear-cli pu update UPDATE_ID -b "Updated status"
# Archive/unarchive
linear-cli pu archive UPDATE_ID
linear-cli pu unarchive UPDATE_ID
| Value | Meaning |
|-------|---------|
| onTrack | Project is on track (green) |
| atRisk | Project is at risk (yellow) |
| offTrack | Project is off track (red) |
| Flag | Purpose |
|------|---------|
| -b BODY | Update body text |
| --health STATUS | Health status |
| --output json | JSON output |
0=Success, 1=Error, 2=Not found, 3=Auth error
tools
Start/stop work on Linear issues. Use when beginning work, creating branches, or getting current issue context.
development
Manage webhooks - create, listen for events, rotate secrets. Use when setting up integrations or event listeners.
tools
Watch Linear issues for changes. Use for monitoring updates.
tools
Manage custom views - create, list, apply saved views. Use when working with saved issue filters.