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 team lead wants to quickly get a snapshot of their team's work status at the start of each day. They need to see multiple views of the current work: backend bugs in progress, all work owned by a specific developer, and a full picture of available labels and active iterations. The lead currently runs these queries manually each morning but wants it automated into a single script that prints everything in an easy-to-scan format.
The team uses Shortcut for all their project tracking. The lead wants the dashboard to show different types of information in the most readable format for each — search results should be easy to scan in order, while reference data like labels and iterations should be easy to compare at a glance.
Write a shell script daily-dashboard.sh that performs the following queries and prints the results:
The script should print a clear header before each section and format each type of output appropriately.
Also produce a dashboard-design.md file explaining the formatting choices made for each section and why that format was chosen for that type of data.