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 283 stars 26 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
82
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
2 days ago
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

critical-analyst

Deep critical analysis of any text, document, code, or specification to find contradictions (e.g., code does X but spec says Y), ambiguities (vague terms, undefined criteria, multiple interpretations), inconsistencies (different names for the same concept), and logical gaps (missing steps in reasoning chains) — along with suggestions on how to fix each issue. ALWAYS use this skill when the user asks to review, critique, or analyze a document, codebase, spec, requirements, architecture decision, step-by-step explanation, or any text for quality issues. Use it for requests like "find problems with", "review critically", "check for contradictions", "verify consistency", "analyze for issues", "revisar documento", "analisar especificação", or "encontrar problemas em".

21 Updated 3 weeks ago
glaucia86
Web & Frontend Listed

ux-antipatterns

Use when reviewing, building, or refactoring frontend UI — components, pages, forms, or interactive flows. Triggers on code review, pull requests, and new feature implementation involving user-facing interfaces.

12 Updated 3 months ago
cassiozen
AI & Automation Featured

multi-reviewer-patterns

Coordinate parallel code reviews across multiple quality dimensions with finding deduplication, severity calibration, and consolidated reporting. Use this skill when organizing multi-reviewer code reviews, calibrating finding severity, or consolidating review results.

35,935 Updated today
wshobson
Data & Documents Solid

scv-scan

Systematically audit Solidity smart contract codebases for security vulnerabilities using a 4-phase approach - load a vulnerability cheatsheet, sweep code with grep and semantic analysis, deep-validate candidates against reference files, and output a severity-ranked findings

99 Updated 2 months ago
kadenzipfel