CLI
Scan any website for WCAG accessibility issues from your terminal.
Install
Usage
Visual Mode (--show)
Opens a real Chromium window with all issues highlighted as colored overlays. Includes:
- Floating panel with severity filters, score, and full issue list
- Click any issue → spotlight that element, dim everything else
- Before/After preview for deterministic fixes
- ✨ AI Fix button → DeepSeek V4 Flash generates 1–3 framework-aware alternatives per issue (brand-aligned, minimal, high contrast)
- Preview live before applying — see the color/label change in real time
Note: Apply in --show mode only changes the live DOM. To persist fixes to source code, use the MCP server — your editor edits the actual files.
Flow Scan
Static scanners produce one report per page. With abilyo flow, click through your real journey (login → cart → checkout) and get one consolidated report with:
- Issues deduplicated across all pages
- Per-issue page count (
×3 pagesindicator) - Flow-specific issues (focus loss after navigation, missing skip links, inconsistent navigation)
CI/CD Integration
GitHub Actions
GitLab CI
Config File
Authentication
Output Formats
| Format | Flag | Use case |
|---|---|---|
| Table | --format table (default) | Terminal review |
| JSON | --format json | Programmatic processing |
| CSV | --format csv | Spreadsheets |
| SARIF | --format sarif | GitHub Security tab |
| HTML | --format html | Shareable reports |