skill-priority-card

Identify and present the most urgent caregiver task from overdue or upcoming items.

1|Updated Jun 18, 2025
One-click install
npx skills add https://github.com/qashsolutions/myhealthguide --skill skill-priority-card
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-priority-card
Source: https://github.com/qashsolutions/myhealthguide/tree/main/.claude/skills/skill-priority-card
Command: npx skills add https://github.com/qashsolutions/myhealthguide --skill skill-priority-card

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify and present the most urgent caregiver task.

Core Features & Use Cases

  • Single-focus Priority Card displays the top-priority task for Martha or other elders.
  • One-tap action to mark the task as completed or logged.
  • Multi-elder support capable of showing urgent tasks across multiple elders and swiping between them.

Quick Start

Implement the PriorityCard component and wire its actions to the task prioritization system to surface the most urgent due task.

Frequently Asked Questions about skill-priority-card

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

FAQPage Schema
How do I display the most urgent caregiver task in a React dashboard?

You can display the most urgent caregiver task in a React dashboard by implementing a priority card component that identifies overdue medications or due-now doses and surfaces the top task at a glance for immediate action.

Can I show urgent tasks for multiple elders in a single React UI component?

Yes, you can show urgent tasks for multiple elders by implementing a priority card component that supports swiping between different elders to surface their individual urgent tasks within a single React UI.

What is the best way to handle task prioritization for caregiving workflows?

The best way to handle task prioritization for caregiving workflows is to rank daily care activities by urgency, distinguishing overdue medications from upcoming reminders, to consistently identify and present the top-priority action needed.

How do I mark a task as complete or skipped in a React task-management interface?

You can mark a task as complete or skipped in a React task-management interface by wiring one-tap UI actions to existing logging flows that process the task status and update the priority card display.

Does this priority card component meet accessibility constraints for caregiving dashboards?

Yes, the priority card component satisfies accessibility constraints and UI stability requirements, ensuring the caregiving dashboard remains usable and stable when surfacing urgent tasks or handling task logging flows.

What prerequisites are needed to integrate a priority card with the useTaskPriority hook?

Integrating a priority card with the useTaskPriority hook requires an existing React dashboard environment with established Card component patterns and task logging flows to properly handle marking tasks complete or skipped.