linear-project-updates

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "linear-project-updates" with this command: npx skills add finesssee/linear-cli/finesssee-linear-cli-linear-project-updates

Project Updates

# 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

linear-list

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-create

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-update

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-projects

No summary provided by upstream source.

Repository SourceNeeds Review