Fix Task Store Issues

Diagnose and resolve Pinia task store issues with persistence and reactivity.

Updated Nov 29, 2025
One-click install
npx skills add https://github.com/endlessblink/pomo-flow --skill fix-task-store-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Fix Task Store Issues
Source: https://github.com/endlessblink/pomo-flow/tree/main/archive/.old-pomo-flow-worktrees/pomo-flow-ui/.claude/skills/fix-task-store
Command: npx skills add https://github.com/endlessblink/pomo-flow --skill fix-task-store-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill systematically diagnoses and resolves common issues in your Pinia task store, such as tasks not saving, disappearing, or failing to update, ensuring reliable data management and UI synchronization.

Core Features & Use Cases

  • CRUD Debugging: Verify correct task creation, updates, and deletions.
  • Reactivity Troubleshooting: Identify and fix issues with store subscriptions and direct state mutations.
  • Persistence Problem Solving: Debug localStorage integration, serialization, and data integrity across sessions.
  • Use Case: Users report that newly created tasks sometimes disappear after a page refresh. Use this skill to debug the saveToStorage() and loadFromStorage() methods, check for serialization errors, and ensure data consistency.

Quick Start

Debug why tasks are not appearing in the UI after creation, focusing on Pinia store actions and reactivity.