verify-timetable

Verifies Rocket.Chat Launch Darkly integration code for correctness and security.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the verification of critical coding patterns and best practices within the timetable domain, ensuring code quality, performance, and maintainability.

Core Features & Use Cases

  • Pattern Verification: Checks for essential patterns like React.memo usage, stale closure prevention, and correct Firebase batch operations.
  • Code Quality Assurance: Validates the implementation of createPortal for rendering, sanitizeForFirestore for data integrity, and proper test coverage.
  • Use Case: After modifying the drag-and-drop logic for student scheduling, run this Skill to confirm that the updated code adheres to performance optimizations and data handling best practices, preventing potential bugs and performance regressions.

Quick Start

Run the verify-timetable skill to check the latest changes in the timetable components and hooks.

Frequently Asked Questions about verify-timetable

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

FAQPage Schema
How do I verify React.memo consistency and prevent stale closures in timetable components?

To verify React.memo consistency and prevent stale closures in timetable components, run an automated check that validates critical coding patterns against performance best practices. This process detects potential closure bugs and ensures memoization rules are consistently applied across modified hooks and simulation logic.

What is the correct way to sequence Firebase writeBatch operations for student scheduling data?

Firebase writeBatch sequencing for student scheduling requires validating that batch operations follow strict data integrity standards. Automated verification checks the implementation of sanitizeForFirestore to ensure data handling adheres to performance optimizations and prevents potential data corruption during drag-and-drop logic modifications.

How do I check if my drag-and-drop timetable logic has proper test coverage and uses createPortal correctly?

Checking test coverage and createPortal usage for drag-and-drop timetable logic involves running a verification skill that validates essential patterns. It confirms proper portal rendering implementation and ensures adequate test coverage across modified components and hooks.

Can I use automated code quality verification for modified timetable hooks and simulation logic?

Yes, automated code quality verification applies directly to modifications in timetable hooks and simulation logic. It validates critical coding patterns, ensuring adherence to performance optimizations and data integrity standards without requiring external dependencies.

Why does my student scheduling code fail performance checks after updating drag-and-drop components?

Student scheduling code fails performance checks when updates violate critical patterns like React.memo usage or stale closure prevention. Running verification identifies exactly which performance optimizations or data handling best practices were broken by the modifications.