verify-schedule-tabs

Verify schedule tab component structure, data flow, and calendar CRUD integrity.

Updated Dec 23, 2025
One-click install
npx skills add https://github.com/BIGSHOL/ijw-Calander --skill verify-schedule-tabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-schedule-tabs
Source: https://github.com/BIGSHOL/ijw-Calander/tree/main/.claude/skills/verify-schedule-tabs
Command: npx skills add https://github.com/BIGSHOL/ijw-Calander --skill verify-schedule-tabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures the integrity and correct functionality of the calendar and Gantt chart components, preventing bugs related to event management, view modes, and data handling.

Core Features & Use Cases

  • Calendar CRUD Integrity: Verifies that event creation, modification, and deletion flows are correctly implemented.
  • Gantt Template/Project Separation: Confirms that templates and projects are properly distinguished using the isTemplate flag.
  • View Mode Switching: Checks that daily, weekly, monthly, and yearly calendar views function as expected.
  • Event Modal State Management: Validates the consistent state flow of the useEventModalState hook.
  • Archived Event Handling: Ensures that the archiving and restoration of events work correctly.

Quick Start

Run the verify-schedule-tabs skill to check the calendar and Gantt components.

Frequently Asked Questions about verify-schedule-tabs

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

FAQPage Schema
How do I verify calendar CRUD operations after modifying schedule components?

To verify calendar CRUD operations, run a schedule component verification check. This validates that event creation, modification, and deletion flows are correctly implemented, ensuring data integrity after code changes.

How does the isTemplate flag separate Gantt chart templates from projects?

The isTemplate flag distinguishes Gantt chart templates from projects by marking specific records. Verification checks confirm this separation is properly maintained, preventing data overlap between scheduled templates and active project timelines.

Can I check daily, weekly, monthly, and yearly calendar view switching in one pass?

Yes, schedule tab verification checks all calendar view modes in a single pass. It validates that daily, weekly, monthly, and yearly views function as expected, ensuring consistent rendering and navigation across the component.

What is the best way to validate event modal state management in frontend components?

The best way to validate event modal state is by checking the useEventModalState hook flow. Verification ensures consistent state transitions during event creation and editing, preventing race conditions or stale data in the modal.

Does this verification cover archived event handling and restoration?

Yes, this verification covers archived event handling. It ensures both archiving and restoration of events work correctly, validating that archived items are properly excluded from active views and can be successfully restored.

When should I run schedule tab verification on my frontend components?

Run schedule tab verification after modifying any calendar or Gantt chart components. It checks component structure, data flow, and core functionalities, catching regressions in event management, view modes, and data handling before deployment.