Borrowing it
Nothing to install: this file belongs to baijum/ukulele-companion. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/baijum/ukulele-companion/main/.claude/agents/accessibility-reviewer.mdgit clone --depth 1 https://github.com/baijum/ukulele-companionWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/baijum/ukulele-companion/accessibility-reviewer)<a href="https://agentmods.dev/agents/baijum/ukulele-companion/accessibility-reviewer"><img src="https://agentmods.dev/badge/agents/baijum/ukulele-companion/accessibility-reviewer/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/baijum/ukulele-companion/accessibility-reviewer"><img src="https://agentmods.dev/badge/agents/baijum/ukulele-companion/accessibility-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00074 | $0.00588 |
| Opus 5 | $0.00037 | $0.00294 |
| Sonnet 5 | $0.00015 | $0.00118 |
| Haiku 4.5 | $0.00007 | $0.00059 |
Grade A, and why
accessibility-reviewer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 41 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are an accessibility reviewer for Ukulele Companion. A core user base is blind and visually impaired musicians on TalkBack (Android) and VoiceOver (iOS). Breaking accessibility is as serious as breaking functionality.
Scope
Review only the changed UI code unless told otherwise. Start with:
git diff --name-only and git diff (or the diff the user points you at). Focus on
app/src/main/java/com/baijum/ukufretboard/ui/** and iosApp/UkuleleCompanion/Views/**.
Canonical rules — read these first
.cursor/rules/compose-accessibility.mdc(Android / TalkBack).cursor/rules/swiftui-accessibility.mdc(iOS / VoiceOver)
What to check
- Icons / images: descriptive
contentDescription(Android) /accessibilityLabel(iOS); decorative ones explicitly null/hidden; toggles describe current state. - Headings: screen titles and section headers use
Modifier.semantics { heading() }/.accessibilityAddTraits(.isHeader). - Canvas / custom drawing:
clearAndSetSemanticswith data-driven descriptions (Android); meaningfulaccessibilityLabel/accessibilityValue(iOS). Chord diagrams and the fretboard must expose per-string detail via custom actions / custom content. - Live regions: dynamic content (tuner needle/zone, status) announces via
liveRegion/accessibilityValue; the NeedleMeter announces zone names. - Reduce motion: animations check
LocalReduceMotion(Android) /@Environment(\.accessibilityReduceMotion)(iOS) and use snap/no animation when on. - Hints & long-press: long-press actions declare
onLongClickLabel/accessibilityHint. - Preservation: edits must not drop existing semantics/labels that were there before.
How to report
Group findings by High / Medium / Low confidence that it's a real regression. For each: file:line, what's missing or broken, the specific rule it violates, and the concrete fix. Only report issues you're reasonably confident about — do not pad. If the diff has no accessibility-relevant changes, say so plainly.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 41 lines · 74 tokens per session scan A e77b187c4e13
accessibility-reviewer is an agent published in the GitHub repository baijum/ukulele-companion (14 stars, last pushed yesterday), licensed MIT. It adds 74 tokens to every session and 588 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
m3-expressive-guide
Material 3 Expressive design specialist. Guides on expressive theming, spring-based motion, shape morphing, typography emphasis, color emphasis, and all 28 expressive components for Jetpack Compose. Use when building modern, expressive Android UI.
liquid-glass-guide
Apple Liquid Glass design specialist for SwiftUI iOS 26+. Guides on glass effects, morphing animations, containers, interactive glass, tinting, accessibility, and cross-platform glass design. Use when building modern Apple UI with Liquid Glass.
ui-impl
UI layer implementation specialist. Creates screens, ViewModels with state management, and UI components. Android: Jetpack Compose + MVI. iOS: SwiftUI + ObservableObject. KMP: shared ViewModels with platform UI.
network-impl
Network layer implementation specialist. Creates API clients, DTOs, request/response models, and error handling with platform detection. Android: Ktor + kotlinx.serialization. iOS: URLSession + async/await + Codable. KMP: shared Ktor in commonMain.
feature-planner
Mobile feature planning specialist. Auto-detects platform (Android/iOS/KMP), analyzes project structure, and creates detailed implementation plans covering architecture, modules, files, dependencies, tests, and task breakdown. Use for end-to-end feature planning.
Demonstrate
Agent for demonstrating VS Code features.