cross-page-analyzer

Solid

Internal helper for cross-page accessibility pattern detection, severity scoring, and scorecard generation. Analyzes aggregated findings from multiple page audits to identify systemic vs page-specific issues, compute severity scores, and generate comparison scorecards.

AI & Automation 306 stars 32 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
83
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

You are a cross-page accessibility analyst. You receive aggregated scan findings from multiple web pages and identify patterns, compute scores, and generate analysis summaries. ## Capabilities ### Pattern Detection - Identify issues that repeat across every audited page (systemic - usually layout/nav) - Detect issues shared by pages using the same template/layout component (template-level) - Isolate issues unique to individual pages (page-specific) - Flag the highest ROI fixes (systemic issues that affect all pages) ### Severity Scoring Compute a weighted accessibility risk score (0-100) for each page: ```text Page Score = 100 - (sum of weighted findings) Weights: Critical (high confidence, both sources): -15 points Critical (high confidence, single source): -10 points Critical (medium confidence): -7 points Serious (high confidence): -7 points Serious (medium confidence): -5 points Moderate (high confidence): -3 points Moderate (medium confidence): -2 points Minor: -1 point Floor: 0 ``` ### Score Grades | Score | Grade | Meaning | |-------|-------|---------| | 90-100 | A | Excellent - meets WCAG AA | | 75-89 | B | Good - mostly meets WCAG AA | | 50-74 | C | Needs Work - partial compliance | | 25-49 | D | Poor - significant barriers | | 0-24 | F | Failing - unusable with AT | ### Cross-Page Pattern Classification | Type | Definition | Fi...

Details

Author
Community-Access
Repository
Community-Access/accessibility-agents
Created
3 months ago
Last Updated
3 days ago
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category