update-status

Append end-of-day status entries to team daily-status logs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/aramark-destinations/aramark-mb --skill update-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-status
Source: https://github.com/aramark-destinations/aramark-mb/tree/main/.agents/skills/collab/update-status
Command: npx skills add https://github.com/aramark-destinations/aramark-mb --skill update-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Append a consistent end-of-day status record to the team collaboration log so teammates in different time zones can quickly understand what was done, what remains, and what needs attention.

Core Features & Use Cases

  • Writes a shared daily-status entry to docs/collaboration/daily-status.md to keep the team aligned.
  • Optionally writes a block-scoped entry to blocks/{blockname}/daily-status.md when work is limited to a specific block (useful after block PR reviews).
  • Automatically includes a reference to the full block log for context and handoff notes for teammates in other time zones.

Quick Start

Provide today's status using the required fields to update the shared daily-status log and, if a Block is specified, the block-specific log.

Frequently Asked Questions about update-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I log daily status updates for a team working across different time zones?

Append an end-of-day record to a shared daily-status log by capturing today's work, in-progress items, blockers, and handoff notes to improve cross-timezone visibility.

What is the best way to maintain a block-specific handoff log for daily team collaboration?

Maintaining a block-specific handoff log involves writing daily status entries to a block-specific daily-status.md file, automatically including references to the full block log for context and handoff notes for other time zones.

Can I write end-of-day status entries to both a team-wide log and a specific block log?

Yes, you can write end-of-day status entries to both a team-wide daily-status.md and a block-specific daily-status.md simultaneously when a block is specified, ensuring both team-wide and block-scoped visibility.

Do I need to manually create date headings or files before appending a daily status update?

No, you do not need to manually create files or date headings before appending a daily status update, as the operation automatically creates the necessary daily-status.md files and date headings as needed.

How does documenting handoff notes in a daily-status log improve cross-timezone visibility?

Documenting handoff notes in a daily-status log improves cross-timezone visibility by providing a consistent record of what was done, what remains, and what needs attention, allowing teammates to quickly understand the project state.