Claude Qa Skills
Description
QA skills for Claude Code. Evidence-based rules from 30+ real production failures. Apple App Store + Capacitor iOS + Web UI (Hebrew/RTL first-class).
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude QA Skills
Specialized QA auditors for Claude Code. Built from 30+ real production failures.
Every rule in this repo was extracted from an actual bug that cost us time. No generic "best practices" — only patterns that bit us in production.
Skills
| Skill | What it finds | Evidence |
|---|---|---|
| `apple-app-store` | App Store rejection risks before submission | 30+ real rejections we fixed |
| `ios-capacitor` | Capacitor + RevenueCat + iOS code quality bugs | 36 shipped apps |
| `web-ui` | a11y + RTL + performance + SEO. RTL/Hebrew first-class. | JARVIS dashboard, Editox editor, landing pages |
| `security` | LLM-era security vulns: leaked Claude/OpenAI keys, prompt injection, open MCP servers, bill-stealing proxies, SQL injection, CORS. The angle Snyk/SonarQube/Semgrep miss. | Real incidents + 10 pattern files |
Proven on first run
We ran these against our own code. Here's what they found:
ios-capacitor auto_audit → 36 apps scanned in 30 seconds
- 6 apps: StoreKit fallback missing (P0 — crashes purchase)
- 26 apps: Bundle ID mismatch between capacitor.config and Xcode
- 36 apps: ErrorBoundary missing (white-screen crashes)
- 36 apps: Info.plist missing usage descriptions
web-ui auto_audit → Editox v5-editor scanned
- 34 × dir="rtl" missing on Hebrew text
- 27 × icon buttons without aria-label
- 24 × onClick on (not keyboard-accessible)
- 85 P0 findings total, with file:line
**30 seconds of scanning caught bugs that would have cost us weeks of App Store re-submissions.**
Quick start
With Claude Code (auto-load on file match)
cd ~/.claude/skills
git clone https://github.com/YOUR_USERNAME/claude-qa-skills
Skills auto-load when Claude detects matching file patterns:
- Open a Capacitor app →
ios-capacitor auto-loads - Edit HTML/TSX →
web-ui auto-loads - Review app_protfolio → `apple-ap
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing