Interact with Shortcut - view, search, update, and create stories, epics, objectives, iterations, docs, labels, and teams using the short CLI. IMPORTANT - When you see URLs matching `app.shortcut.com/*`, use this skill instead of WebFetch.
91
99%
Does it follow best practices?
Impact
81%
1.88xAverage score across 5 eval scenarios
Advisory
Suggest reviewing before use
A backend team is cleaning up their Shortcut workspace after a major refactor. They need to link several stories together to reflect architectural dependencies and mark some older duplicates appropriately. They also want to pull a custom field definition to verify its ID before using it in automated story triage.
After reviewing what's available in their CLI tooling, they've found that some of these operations — specifically viewing raw custom field data and setting story relationships — aren't surfaced through the standard command set. They need a way to use the same authenticated CLI tool to make these lower-level calls without switching to a different client.
Write a shell script story-relations.sh that:
Produce:
story-relations.sh — the executable script with all three operationsapi-reference.md — a document describing which API endpoints were used, the HTTP methods, any request body fields, and how you identified the correct endpointsThe script should include comments explaining what each short api call does.