# Keyboard Review

> Review keyboard navigation and focus management in an existing interface. Chains: keyboard-navigation, feedback-and-status. Use when testing or reviewing keyboard accessibility specifically, before a release, or when users report keyboard issues.

- **Type:** Skill
- **Install:** `agentstack add skill-owl-listener-inclusive-design-skills-keyboard-review`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Owl-Listener](https://agentstack.voostack.com/s/owl-listener)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Owl-Listener](https://github.com/Owl-Listener)
- **Source:** https://github.com/Owl-Listener/inclusive-design-skills/tree/main/inclusive-interaction/skills/keyboard-review

## Install

```sh
agentstack add skill-owl-listener-inclusive-design-skills-keyboard-review
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Keyboard Review

A focused review of keyboard accessibility — the single most important
interaction requirement. If keyboard doesn't work, screen readers don't
work, switch devices don't work, and many motor-impaired users are
completely blocked.

## Process

### Step 1: Tab Through Everything
Starting from the browser address bar, press Tab repeatedly through
the entire page. Document:
- **Unreachable elements** — interactive items that Tab skips
- **Wrong order** — focus jumps to unexpected locations
- **Invisible focus** — focus moves but you can't see where it is
- **Keyboard traps** — focus enters a region and can't leave

### Step 2: Test All Components
Using **keyboard-navigation**, test each component type present:
- Menus: Tab to open, Arrow keys to navigate, Escape to close
- Modals: focus trapped inside, Escape to close, focus returns on close
- Tabs: Arrow keys between tabs, Tab into panel content
- Forms: Tab between fields, Enter to submit
- Custom widgets: appropriate keyboard patterns for the role

### Step 3: Test Dynamic Content
When content changes on screen:
- Does focus move to the new content when appropriate?
- Are screen reader users informed of the change?
- When content is removed, does focus move to a logical place?
- Do loading states announce themselves?

Using **feedback-and-status**, verify all dynamic changes are announced
via aria-live regions or focus management.

### Step 4: Check Skip Links and Landmarks
- Is "Skip to main content" present and functional?
- Are ARIA landmarks present (banner, navigation, main, contentinfo)?
- Can a keyboard user bypass repeated navigation efficiently?

## Output

Deliver a keyboard accessibility report:

1. **Pass/fail summary** — can every task be completed by keyboard?
2. **Tab order map** — the actual focus sequence with issues marked
3. **Component results** — pass/fail for each interactive component
4. **Dynamic content results** — focus management for content changes
5. **Fix list** — prioritised by severity (blocker, major, minor)

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Owl-Listener](https://github.com/Owl-Listener)
- **Source:** [Owl-Listener/inclusive-design-skills](https://github.com/Owl-Listener/inclusive-design-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-owl-listener-inclusive-design-skills-keyboard-review
- Seller: https://agentstack.voostack.com/s/owl-listener
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
