Project Updates

SkillProductivity

Manage project status updates - create, list, archive. Use when posting or viewing project health updates.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Project Updates skill

What this skill tells your AI

The instructions your AI receives, as published by nesszer/linear-cli in skills/linear-project-updates/SKILL.md and read by ahel’s review.

# 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

Health Status

ValueMeaning
onTrackProject is on track (green)
atRiskProject is at risk (yellow)
offTrackProject is off track (red)

Flags

FlagPurpose
-b BODYUpdate body text
--health STATUSHealth status
--output jsonJSON output

Exit Codes

0=Success, 1=Error, 2=Not found, 3=Auth error

Signals

GitHub stars
133
Forks
18
Last commit
Jul 2026

ahel review

  • S4info
    community integration — published by nesszer, not linear

Automated review, not a security audit. Ruleset v1.

Advanced
Catalog kind
skill
Gateway key
linear-project-updates-nesszer
Source
github.com/nesszer/linear-cli