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.