Skills
Skill bundles are reusable instruction sets that agents invoke to perform specialized tasks. Each skill encapsulates domain knowledge, tool usage patterns, and output formats.
Skills live in skills/ and are symlinked to ~/.config/opencode/skills/ on install.
Available Skills
| Skill | Description |
|---|---|
| Accessibility Review | Systematic WCAG 2.1 AA audit using browser tools — keyboard nav, screen reader, color contrast, ARIA |
| Browser Debug | Diagnose console errors, network issues, performance regressions, and accessibility problems via Chrome DevTools |
| Browser Design Review | Senior UI/UX design critique — visual hierarchy, typography, spacing, layout, brand fit |
| Browser Test | Manual end-to-end testing — navigate, click, type, verify like a human QA engineer |
| Code Review | Structured feedback on best practices, potential bugs, regression risk, and code quality |
| GitHub Issue Labeler | Finds unlabeled issues, plans labels from the existing pool, and applies them after user confirmation |