verify-admin-tabs

Validate admin tabs for staff CRUD, billing, resources, and RBAC.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that critical administrative sections of the application, such as staff management, billing, and resource handling, function correctly after code modifications, preventing regressions and ensuring data integrity.

Core Features & Use Cases

  • Staff Management Verification: Confirms that adding, editing, and deleting staff members correctly updates associated data like classes and student records.
  • Billing Workflow Validation: Checks that the entire billing process, from registration to reporting and import, operates as expected.
  • Resource Management Check: Verifies that the document upload, viewing, and preview features in the resource library are properly linked.
  • Role-Based Access Control (RBAC) Test: Ensures that tab access permissions align with the defined roles in the system's type definitions.
  • Use Case: After updating the StaffManager component, run this Skill to automatically verify that all CRUD operations for staff, including leave management, are functioning correctly and that related student data is unaffected.

Quick Start

Run the verify-admin-tabs skill to check the integrity of the staff management and billing sections.

Frequently Asked Questions about verify-admin-tabs

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

FAQPage Schema
How do I verify admin tab functionality after updating application components?

Verify admin tab functionality by running automated checks against staff management, billing, and resource handling modules. This validates CRUD operations, role-based access control, and permission consistency to prevent regressions after component or hook modifications.

What does role-based access control testing for admin tabs check?

Role-based access control testing checks that tab access permissions align with defined roles in system type definitions. It ensures staff management, billing, and resource library features are properly restricted to authorized administrative roles.

How do I test staff management CRUD operations and related student data?

Test staff management CRUD operations by validating that adding, editing, and deleting staff members correctly updates associated data like classes and student records. This ensures data integrity when modifying components such as StaffManager.

Can I validate the entire billing workflow from registration to reporting?

Yes, you can validate the entire billing workflow from registration to reporting and import. The verification checks that the end-to-end billing process operates as expected within the administrative tabs after code modifications.

When should I run admin module verification checks?

Run admin module verification checks after updating components or hooks in administrative modules. This prevents regressions and ensures data integrity across staff management, billing workflows, and resource handling features.

Does resource management verification test document upload and preview features?

Yes, resource management verification tests document upload, viewing, and preview features in the resource library. It verifies that these features are properly linked and function correctly within the administrative interface.