Opquast Digital Quality
Ships a solid embedded quality checklist, but the two reference files holding the actual '245 rules' don't exist in the repo.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 15, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · ff63976
Reviewed a throwaway test page (missing alt, unlabeled form fields, h1->h3 skip, #999-on-white text, 'click here' link) and the skill's embedded checklist alone produced a categorized, severity-rated, WCAG-mapped report clearly better than a freeform pass -- but Step 2 of its own workflow ('Load Detailed Rules') points to references/rules-part1.md and rules-part2.md, and neither file exists anywhere in the repo (verified via full git ls-tree), so the promised '245 rules... with code examples' are not actually deliverable, only the ~40-item summary checklist baked into SKILL.md itself.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 3/5
- Triggers reliably 5/5
- Output vs. baseline 7/10
- Docs & honesty 2/5
What Opquast Digital Quality does
Applies the Opquast Digital Quality Checklist (content, forms, accessibility, security, e-commerce, privacy, performance) when building or reviewing web pages, producing severity-rated findings with WCAG cross-references. Triggers on requests to audit, review, or build quality/accessible/secure web pages and forms.
How to install Opquast Digital Quality
git clone https://github.com/mgifford/accessibility-skills
cd accessibility-skills
mkdir -p ~/.claude/skills
cp -r skills/opquast-digital-quality ~/.claude/skills/opquast-digital-quality
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Opquast Digital Quality
-
/opquast-digital-qualityShips a solid embedded quality checklist, but the two reference files holding the actual '245 rules' don't exist in the repo.
It also activates on plain-language prompts like these:
-
Review this webpage for accessibility and digital quality issues -
Check my contact form against web quality checklist standards -
Audit this landing page for missing alt text and low contrast
Frequently asked questions
- Is the Opquast Digital Quality skill free?
- Yes. The skill itself is free from mgifford/accessibility-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Opquast Digital Quality work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Works with setup. Reviewed a throwaway test page (missing alt, unlabeled form fields, h1->h3 skip, #999-on-white text, 'click here' link) and the skill's embedded checklist alone produced a categorized, severity-rated, WCAG-mapped report clearly better than a freeform pass -- but Step 2 of its own workflow ('Load Detailed Rules') points to references/rules-part1.md and rules-part2.md, and neither file exists anywhere in the repo (verified via full git ls-tree), so the promised '245 rules... with code examples' are not actually deliverable, only the ~40-item summary checklist baked into SKILL.md itself.
- What is the Opquast Digital Quality SkillProof Score?
- 6.8/10 — installs cleanly 3/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 2/5.
- How do I install Opquast Digital Quality?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Opquast Digital Quality with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.