a11y
Accessibility audit, remediation, and verification. WCAG 2.2 AA compliance.
Three-agent protocol: audit (find issues) → remediate (fix them) → critique (verify fixes).
Use when: "accessibility audit", "a11y", "WCAG", "screen reader",
"keyboard navigation", "contrast check", "aria fix", "accessibility sprint",
"audit accessibility", "fix accessibility", "a11y issues", "a11y check".
Trigger: /a11y
Repository SourceNeeds Review
agent-readiness
Assess and improve codebase readiness for AI coding agents. Dispatches
parallel subagents to evaluate style, testing, docs, architecture, CI,
observability, security, and dev environment. Produces a scored report
with prioritized remediation. Then executes the highest-impact fixes.
Use when: "agent readiness", "is this codebase agent-ready",
"readiness report", "make this codebase agent-friendly",
"agent-ready assessment", "readiness audit", "prepare for agents".
Trigger: /agent-readiness, /readiness.
Repository SourceNeeds Review
ci
Audit a repo's CI gates, strengthen what is weak, then drive the pipeline
green. Owns confidence in correctness — lint, types, tests, coverage,
secrets. Dagger is the canonical pipeline owner; absence is auto-scaffolded,
not escalated. Acts on its assessment; never returns a report where action
would suffice. Never returns red without a structured diagnosis.
Bounded self-heal: auto-fix lint/format, regenerate lockfiles, retry
flakes. Escalates only genuine algorithm/logic failures.
Use when: "run ci", "check ci", "fix ci", "audit ci", "is ci passing",
"run the gates", "dagger check", "why is ci failing", "strengthen ci",
"tighten ci", "ci is red", "gates failing".
Trigger: /ci, /gates.
Repository SourceNeeds Review
deps
Analyze, test, and upgrade dependencies. One curated PR, not 47 version bumps.
Reachability analysis, behavioral diffs, risk assessment. Package-manager agnostic.
Use when: "upgrade deps", "dependency audit", "check for updates",
"outdated packages", "security audit deps", "update dependencies",
"vulnerable dependencies", "deps".
Trigger: /deps.
Repository SourceNeeds Review