Validates routing configurations and navigation link integrity within complex frontend application architectures.
The verify-routing skill provides a comprehensive automated audit for your application's navigation structure. It cross-references router definitions with actual page files, ensures application-specific path prefixes are correctly applied, and identifies broken navigation links or incorrect screen codes. This skill is particularly useful for large-scale projects like ERP systems, where it prevents common errors such as mismatched page imports or cross-module screen code leakage, ensuring a robust and bug-free user experience.
Key Features
01App-specific path prefix validation
02Broken import path detection
030 GitHub stars
04Route-to-page mapping verification
05Screen code (LQ/CM) integrity audits
06Navigation link and URL path checking
Use Cases
01Verifying navigation integrity after adding new pages or routes
02Auditing multi-app architectures for naming convention compliance
03Refactoring router configurations and ensuring all links stay valid