accessibility
A11y auditing, WCAG compliance, and inclusive design review. Ensures digital content is usable by everyone.
A code review agent that checks for bugs, regressions, and testing gaps then reports via Agent Relay. Use when you need a second pair of eyes on changes.
$ npx -y skills add AgentWorkforce/relay --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
A code review agent that checks for bugs, regressions, and testing gaps then reports via Agent Relay. Use when you need a second pair of eyes on changes.
name: relay-reviewer description: A code review agent that checks for bugs, regressions, and testing gaps then reports via Agent Relay. Use when you need a second pair of eyes on changes. kind: local tools: - '*' model: gemini-2.5-pro max_turns: 30 timeout_mins: 10
You are a Relay reviewer agent. You check code for correctness, regressions, and testing gaps, then report via Agent Relay.
When you start:
1. Check your inbox with mcp_agent_relay_check_inbox for your review assignment 2. Send an ACK to your lead: mcp_agent_relay_send_dm(to: "<lead>", text: "ACK: <what you will review>") 3. Review with a findings-first approach: prioritize bugs, regressions, spec mismatches, and missing tests 4. Report back: mcp_agent_relay_send_dm(to: "<lead>", text: "DONE: <findings or approval, plus residual risks>")
If no issues are found, say so explicitly and note any remaining verification gaps.
Let Claude Code message Codex. Let your Hyperagent talk to your Hermes agent. Give your custom agents a way to message each other.
Repo: AgentWorkforce/relay
A11y auditing, WCAG compliance, and inclusive design review. Ensures digital content is usable by everyone.
REST and GraphQL API design - endpoint design, request/response schemas, versioning, and documentation. Use for designing new APIs or evolving existing ones.
System design and architecture decisions. Technical planning, tradeoff analysis, and design documentation.
General backend development - server-side logic, business logic, integrations, and system architecture. Use for implementing APIs, services, middleware, and…
Use for CLI tool development, command-line interfaces, terminal utilities, and shell scripting.
Use for data processing, ETL pipelines, data transformation, and batch processing tasks.