{"id":15999328,"url":"https://github.com/sinedied/a11y-ai-action","last_synced_at":"2026-04-16T10:01:42.217Z","repository":{"id":80577752,"uuid":"605982756","full_name":"sinedied/a11y-ai-action","owner":"sinedied","description":"Experimental GitHub Action to automatically detect accessibility issues in web pages using OpenAI and provide suggestions for fixing them","archived":false,"fork":false,"pushed_at":"2023-02-24T13:57:05.000Z","size":204,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-15T16:03:30.975Z","etag":null,"topics":["accessibility","actions","github","openai","reporting"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sinedied.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-02-24T10:29:19.000Z","updated_at":"2024-07-11T15:40:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"4479adff-d9fe-4e48-9071-d8039f62b107","html_url":"https://github.com/sinedied/a11y-ai-action","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"2e764c94797f640aa6236d7507f94f7e111a92ae"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sinedied/a11y-ai-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinedied%2Fa11y-ai-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinedied%2Fa11y-ai-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinedied%2Fa11y-ai-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinedied%2Fa11y-ai-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sinedied","download_url":"https://codeload.github.com/sinedied/a11y-ai-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinedied%2Fa11y-ai-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31880882,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["accessibility","actions","github","openai","reporting"],"created_at":"2024-10-08T08:42:13.606Z","updated_at":"2026-04-16T10:01:42.170Z","avatar_url":"https://github.com/sinedied.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :robot: a11y-ai-action\n\n[![Build Status](https://github.com/sinedied/a11y-ai-action/workflows/build/badge.svg)](https://github.com/sinedied/a11y-ai-action/actions)\n[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n\n\u003e Experimental GitHub Action to automatically detect accessibility issues in web pages using OpenAI and provide suggestions for fixing them.\n\n## Usage\n\nSee [action.yml](action.yml).\n\nExample workflow:\n```yaml\npermissions:\n  pull-requests: write\n\nsteps:\n- uses: actions/checkout@v3\n\n- name: Generate a11y report\n  uses: sinedied/a11y-ai-action@v1\n  with:\n    # One or more glob patterns of files to include\n    files: '**/*.html'\n\n# Add a comment with the report if it's a pull request\n- uses: actions-ecosystem/action-create-comment@v1\n  if: ${{ github.event_name == 'pull_request' }}\n  with:\n    github_token: ${{ secrets.GITHUB_TOKEN }}\n    body: |\n      ${{ steps.a11y_ai.outputs.report_md }}\n\n# Upload the report as an artifact\n- uses: actions/upload-artifact@v3\n  with:\n    name: A11y Report\n    path: ${{ steps.a11y_ai.outputs.report_path }}\n```\n\nYou can a full example setup in [this repository](https://github.com/sinedied/a11y-ai/blob/main/.github/workflows/action.yml).\n\n## Notes\n\nThis tool is based on [a11y-ai](https://github.com/sinedied/a11y-ai).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinedied%2Fa11y-ai-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsinedied%2Fa11y-ai-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinedied%2Fa11y-ai-action/lists"}