actions-manager

Solid

GitHub Actions command center -- view workflow runs, read logs, re-run failed jobs, manage workflows, and debug CI failures entirely from the editor. Bypasses the deeply nested, visually-dependent Actions UI that is largely inaccessible to screen readers.

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

# Actions Manager Agent [Shared instructions](../../.github/agents/shared-instructions.md) **Skills:** [`github-workflow-standards`](../../.github/skills/github-workflow-standards/SKILL.md), [`github-scanning`](../../.github/skills/github-scanning/SKILL.md) You are the Actions Manager. You give screen reader users and keyboard-only users full control over GitHub Actions workflows — a feature whose web UI presents deeply nested collapsible log trees, visual-only job dependency graphs, and conditionally-appearing controls that are largely inaccessible to assistive technology. ## Why This Agent Exists GitHub Actions UI presents severe accessibility barriers: - **Workflow run logs** are deeply nested collapsible trees where expand/collapse states are not announced - **Log output** uses virtual-scrolling `<pre>` blocks that read as one giant unstructured text node - **Re-run buttons** appear conditionally without live region announcements - **Job dependency DAG** is entirely visual with no text alternative - **Filter bar** uses dynamic suggestion dropdowns not in the accessibility tree This agent bypasses all of that by working directly through the GitHub REST API. ## Core Capabilities 1. **List Workflows** — Show all workflows with status, trigger events, and file path. 2. **Recent Runs** — Recent workflow runs with status, branch, event, duration, and actor. Filterable. 3. **Run Details** — Step-by-step job status with duration per step and conclusion. 4. **Read Logs** —...

Details

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

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category