web-scanning

Crawl websites, discover pages, and generate inventories for accessibility audits.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/josephblais/jeeby-cms --skill web-scanning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-scanning
Source: https://github.com/josephblais/jeeby-cms/tree/main/.github/skills/web-scanning
Command: npx skills add https://github.com/josephblais/jeeby-cms --skill web-scanning

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of discovering web content, crawling websites, and creating inventories of pages, which is crucial for conducting thorough accessibility audits.

Core Features & Use Cases

  • Runtime Scanning: Uses axe-core CLI to scan live web pages for accessibility issues.
  • Code Review Scanning: Enables agents to review source code for accessibility problems.
  • Page Discovery: Supports various modes for crawling websites, from single pages to full site crawls, and utilizes sitemap or link-based discovery.
  • Screenshot Capture: Captures full-page screenshots for visual inspection.
  • Framework Detection: Identifies common web frameworks to tailor scanning.

Quick Start

Scan the provided URL for accessibility issues using the default settings.

Frequently Asked Questions about web-scanning

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

FAQPage Schema
How do I automate a web accessibility audit for an entire website?

You can automate a web accessibility audit by crawling the site to discover URLs, then scanning those pages with axe-core to generate a full page inventory of accessibility issues.

What is the best way to crawl a website and build a page inventory for accessibility reviews?

Building a page inventory for accessibility reviews involves using sitemap or link-based crawling methods to discover web content, followed by capturing full-page screenshots for visual inspection.

Can I use axe-core to scan live web pages for accessibility issues?

Yes, runtime scanning uses the axe-core CLI to scan live web pages and automatically detect accessibility issues without needing to modify the target application.

Does this web scanning approach support code review by agents for accessibility problems?

Yes, web scanning supports code review scanning, enabling agents to review source code directly for accessibility problems alongside runtime scanning methods.

How do I configure web scanning for different web frameworks during an accessibility audit?

Web scanning detects common web frameworks and configures scans via a JSON file, allowing you to tailor the accessibility audit to the specific site architecture.

What are the limitations of using sitemap crawling for web page discovery?

Sitemap crawling relies on the target site providing an accurate sitemap; if the sitemap is missing or outdated, link-based crawling methods must be used to discover web pages.