verify-class-tabs

Validate class tab components, data flow, and state management.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures the core functionalities of the class-related tabs (timetable, attendance, classroom management) are working correctly after code modifications, preventing regressions and ensuring data integrity.

Core Features & Use Cases

  • Component Verification: Checks lazy loading, context separation, hook connections, and modal integrations for key class management features.
  • Data Flow Validation: Confirms that data flows correctly between components and hooks, especially for attendance and class mutations.
  • Use Case: After updating the timetable components, run this Skill to confirm that both Math and English timetables function independently and that their respective simulation contexts are correctly isolated.

Quick Start

Run the verify-class-tabs skill to check the lazy import of all six class group tabs.

Frequently Asked Questions about verify-class-tabs

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

FAQPage Schema
How do I verify class tab functionality after updating timetable components?

To verify class tab functionality, run a validation check on component integrations, lazy loading, and data flow to ensure timetable and attendance modules operate correctly without regressions.

What is the best way to test context separation for Math and English timetables?

Testing context separation involves validating that Math and English timetables function independently, ensuring their respective simulation contexts are correctly isolated and do not interfere with each other.

How do I validate data flow and state management across attendance and class management tabs?

Validating data flow confirms correct communication between components and hooks, ensuring attendance and class mutations trigger proper state management and invalidation across class management tabs.

Can I check lazy loading for all class group tabs automatically?

Yes, you can check lazy loading by running a verification process that validates the lazy import functionality of all six class group tabs to ensure modules load correctly.

Why does class management data fail to update after modifying class mutations?

Class management data fails to update when mutation invalidation is incorrect; verifying mutation invalidation ensures class data refreshes properly across components after modifications.

Do I need specific dependencies to verify hook connections and modal integrations?

No specific dependencies are required; the verification process checks hook connections and modal integrations for class management features directly within your existing software engineering environment.