qa-claude-skill
Health Uyari
- License — License: NOASSERTION
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 7 GitHub stars
Code Gecti
- Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Gecti
- Permissions — No dangerous permissions requested
Bu listing icin henuz AI raporu yok.
32 production-grade QA skills for Claude Code — 規格→測試→自動化→效能→安全→發布一條龍。支援 iOS/Android/Web/Flutter,可離線工作。
QA Claude Skill
32 production-grade QA workflow skills for Claude Code — from spec to release.
A configurable suite of 32 QA skills for Claude Code, covering the
full test lifecycle: spec → TC → automation → performance → security → review → regression → publish.
Extracted from a personal QA workspace and generalized viaconfig.json—
drop in your team's IDs and it works in any team, any tool stack.
👀 See it in action
⚡ One-command install

💬 Natural-language skill triggers

📤 Real outputs ready to ship

✨ Highlights
- 🧪 Full lifecycle coverage — Spec parsing, TC design, automation generation, code review, regression planning, bug filing, mutation testing, and dashboard publishing
- 🔌 Tool-agnostic via 3 modes —
full-mcp(Atlassian + Slack + Google) /partial-mcp(degrade gracefully when tools missing) /markdown-only(zero external dependencies) - 🔔 Multi-channel notifications — Slack (MCP) + Telegram / Line (Bot API), can run in parallel; especially handy for Taiwan/Asia teams (Line > Slack)
- 🌐 Bilingual — Every skill ships with
SKILL.md(zh-TW) +SKILL.en.md; 4 concept guides in 繁中 for unfamiliar topics - 📦 One-config customization — 28 variables in
config.jsoncover JIRA / Slack / Google / iOS / Android / BE pytest / AWS dashboard - 🧩 Pluggable modules — Each skill has
modules/{config-loader, jira/slack-integration, multichannel-notify, markdown-fallback}.mdfor clean separation - 🚀 One-command install —
./install.shvalidates config, renders 28 placeholders, backs up existing skills, installs to~/.claude/skills/ - 🇹🇼 Designed in Taiwan, ready for global teams — Includes a11y mandatory checks (Dynamic Type / TalkBack / contrast) and cross-platform pairing baked into every skill
📦 What's in the box
32 skills across 10 categories:
Test Design (8)
| Skill | Purpose |
|---|---|
test-master |
Full test plan + black-box/white-box TC generation (native iOS/Android + Web) |
flutter-test-master |
Flutter 3-tier pyramid (Unit/Widget/Integration) + Golden + Platform Channel |
test-review |
TC + code review on 10 weighted dimensions; supports Swift/Kotlin/Dart/Python |
regression-test |
Release-level cross-platform regression plans (JIRA + historical bug analysis) |
speckit-to-tc |
Spec Kit / SDD spec → 14-column BB+WB TC draft |
tc-version-diff |
Diff TC versions; produce changelog + retest checklist |
sheet-md-sync |
Two-way sync between Google Sheet ↔ Markdown (for git diff / PR review) |
smoke-test-analyzer |
Tier existing automated tests into T0/T1/T2/T3 + generate CI configs |
Automation (3)
| Skill | Purpose |
|---|---|
test-automation |
iOS (Swift Testing + XCUITest) / Android (JUnit + Espresso + Mockk) / Web (Playwright + Cypress + Selenium/WebdriverIO + Vitest) script generation |
flutter-test-automation |
Dart automation scripts (flutter_test / integration_test / Patrol / Golden) |
tc-to-pytest |
White-box API TC → pytest-api-kit triplet (schemas.py + conftest.py + tests/test_*_api.py) |
Bug Management (1)
| Skill | Purpose |
|---|---|
bug-report |
RIDER-format bug reports + auto-create JIRA + Slack notification + cross-platform pairing |
Quality Quantification (2)
| Skill | Purpose |
|---|---|
mutation-testing |
mutmut mutation testing — quantify TC strength beyond line coverage |
property-based-test-gen |
Generate hypothesis @given strategies to auto-explore boundary bugs |
Reporting (2)
| Skill | Purpose |
|---|---|
publish-regression |
Publish manual regression reports to S3 + invalidate CloudFront + Slack notification |
qa-signoff |
Pre-release go/no-go gate — aggregate signals (open P0/P1, security/compliance/a11y/perf/offline blockers, flaky, pass rate) → readiness score → signable sign-off doc — ✨ v1.7.0 |
Performance & Security (4) — ✨ NEW in v1.5.0
| Skill | Purpose |
|---|---|
performance-test-gen |
k6 / JMeter / Locust load test scripts + SLA thresholds + ramp-up curves + CI integration |
mobile-resource-test |
On-device perf — cold/warm startup, memory leaks, battery, ANR, jank/dropped frames (XCTest Metrics / Macrobenchmark / LeakCanary / Flutter DevTools) — ✨ v1.7.0 |
security-scan |
SAST (Semgrep) + DAST (OWASP ZAP) + SCA (Snyk/Trivy) + Secret scan (gitleaks) — unified CVSS report |
api-contract-test |
Pact / Schemathesis / Spring Cloud Contract — catch microservice breaking changes at PR time |
CI Health (3) — ✨ NEW in v1.5.0
| Skill | Purpose |
|---|---|
visual-regression-gen |
Playwright snapshot / Percy / Chromatic / BackstopJS — auto-mask dynamic elements |
flaky-test-hunter |
Analyze CI history → identify flaky tests → suggest fixes + auto-quarantine |
test-impact-analyzer |
Test Impact Analysis — from git diff, run only affected tests on PRs to cut CI time (coverage / dep-graph / path), with full-run safety net — ✨ v1.8.0 |
Quality Specialties (5) — ✨ NEW in v1.6.0
| Skill | Purpose |
|---|---|
a11y-audit |
Deep accessibility audit (Lighthouse / axe / iOS Inspector / Android Scanner) — WCAG 2.1/2.2 AA scored report |
offline-mode-test |
Weak-network / offline / reconnect — 8 resilience scenarios (offline read/write queue, reconnect idempotency, optimistic rollback, conflict resolution) across iOS/Android/Flutter/Web — ✨ v1.7.0 |
localization-test |
i18n/l10n verification — missing translations / string overflow / RTL / format / pluralization / locale switch |
push-notification-test |
APNs / FCM / Web Push — 8 test scenarios (delivery / click / deep link / permission / batch perf) |
test-data-factory |
Cross-platform unified fixtures (Swift / Kotlin / Dart / TypeScript / Python) — one schema → 5 factories aligned |
Compliance & Governance (1) — ✨ NEW in v1.7.0
| Skill | Purpose |
|---|---|
compliance-test |
GDPR / CCPA·CPRA / PCI-DSS / HIPAA / SOC 2 / EU EAA — translate regulations into verifiable controls + TCs, scan code for evidence gaps, output a severity-graded report with statute citations + audit log |
Domain Specialties (3) — ✨ NEW in v1.8.0
| Skill | Purpose |
|---|---|
oauth-flow-test |
OAuth 2.0 / OIDC / SSO login flows — auth code + PKCE, token refresh/rotation, logout/revocation, state/nonce, multi-IdP, with security assertions |
payment-test |
IAP (StoreKit 2 / Play Billing) / Stripe / Apple Pay — purchase, subscription lifecycle, refund, restore, server-side receipt validation, idempotency (sandbox only) |
llm-quality-eval |
AI/LLM quality — hallucination/groundedness, prompt-injection resistance, structured output, cost/latency, regression via eval set + LLM-as-judge |
💡 First time hearing of mutation testing / property-based testing / spec-driven dev / test tiering?
Each has a 5-minute Chinese intro atskills/<name>/concept-zh.md. See Concept Guides.
🚀 Quick start
# 1. Clone
git clone https://github.com/kao273183/qa-claude-skill.git ~/Desktop/QA_Claude_Skill
cd ~/Desktop/QA_Claude_Skill
# 2. Create your config
cp config/config.example.json config/config.json
# 3. Fill in the 4 minimum fields:
# - jira.instance_url
# - jira.project_key
# - platforms.ios.default_device
# - platforms.android.default_device
# 4. Install (renders 28 placeholders → ~/.claude/skills/)
./install.sh
# 5. In Claude Code, try a trigger phrase:
# "Generate test plan for feature X"
# "Write a bug report for this crash"
# "Review these test cases"
Dry-run before installing
CLAUDE_SKILLS_DIR=/tmp/preview ./install.sh
ls /tmp/preview/ # 32 skill directories
grep -r '{{' /tmp/preview/ | grep -v '變數' # should be empty
🎛 The 3 modes
Each skill works in all 3 modes; pick the one that matches your team's tooling:
| Mode | When to use | Behavior |
|---|---|---|
full-mcp |
You have Atlassian + Slack + Google Workspace MCPs installed | Auto-creates tickets, sends Slack notifications, writes Sheets |
partial-mcp |
Some MCPs missing | Uses MCPs when available, falls back to Markdown otherwise |
markdown-only |
Solo developer / no MCP / pure documentation flow | Zero external calls; produces .md reports under .claude/testing/ |
3 ready-to-use presets ship in config/presets/ — copy one and edit:
cp config/presets/full-stack.json config/config.json # All MCPs
cp config/presets/jira-only.json config/config.json # JIRA only
cp config/presets/markdown-only.json config/config.json # Pure docs
⚙️ Customization
Three layers of configurability:
config.json— 28 variables. See docs/customization-guide.md for the full mapping.config/presets/— 3 starter scenarios (full-stack / jira-only / markdown-only)- Per-skill modules — Each skill has
modules/markdown-fallback.mddefining degraded behavior
Example configurations
- 🏢 Large team — ACME Corp — Full JIRA + Slack + Google + AWS dashboard
- 👤 Solo developer — Pure Markdown, no external deps
🧩 Architecture
Each skill follows the same pluggable structure:
skills/<skill-name>/
├── SKILL.md ← Main spec (zh-TW)
├── SKILL.en.md ← English mirror
├── concept-zh.md ← Beginner intro (for unfamiliar topics)
├── examples.md ← 3-5 real usage scenarios
├── templates.md / patterns.md ← Templates / code patterns
└── modules/ ← Pluggable integrations
├── config-loader.md ← Load config.json values
├── jira-integration.md ← (optional) JIRA MCP calls
├── slack-integration.md ← (optional) Slack MCP calls
├── multichannel-notify.md ← (optional) Telegram / Line via Bot API
└── markdown-fallback.md ← Pure Markdown degradation path
This means:
- Removing JIRA? Delete
modules/jira-integration.mdreferences — Slack still works. - No Google? Switch to
markdown-onlymode — every skill stays functional. - Adding a new tool integration? Add
modules/<your-tool>.mdand reference it fromSKILL.md.
📖 Concept Guides
For unfamiliar testing concepts, ship-in 繁中 quick reads (5 min each):
| Concept | What's it about | Guide |
|---|---|---|
| Property-based testing | Why fuzzing 200 inputs beats writing 2 examples | property-based-test-gen/concept-zh.md |
| Mutation testing | Why 100% line coverage isn't enough | mutation-testing/concept-zh.md |
| Spec-Driven Dev (Spec Kit) | Why spec ticket → 30-second TC draft is possible | speckit-to-tc/concept-zh.md |
| Test tiering (T0/T1/T2/T3) | Why running all tests on every PR is wasteful | smoke-test-analyzer/concept-zh.md |
🌊 Typical workflows
See docs/workflow-diagrams.md for ASCII diagrams of:
- Spec → Release pipeline (BE feature) —
speckit-to-tc→test-review→sheet-md-sync→tc-to-pytest→mutation-testing→property-based-test-gen - Pre-release prep (mobile) —
test-master→test-automation→smoke-test-analyzer→regression-test→bug-report→publish-regression - TC version bump —
test-master --quick→test-review→tc-version-diff→tc-to-pytest --incremental - Markdown-only flow (solo dev) — All skills produce
.mdunder.claude/testing/ - Tri-party review — Claude + Codex + Gemini reviewing the same TC, with weighted consensus
🧰 Compatibility
| What | Requirements |
|---|---|
| Claude Code | Latest (skills are first-class) |
| OS | macOS / Linux / Windows native (v1.3.0+) — see docs/install-windows.md |
| MCP servers (optional) | atlassian, slack, google-workspace, mcp-google-full, mcp-context-mode |
| Required CLI tools | bash, jq, git |
| Optional CLI tools | gh (GitHub Actions), aws (S3 publish), python3 + pytest (BE skills), flutter (Flutter skills), xcodebuild (iOS), Gradle (Android) |
🗺 Roadmap
See ROADMAP.md for the full picture — what's shipped, what's planned, and what we're explicitly not doing.
Highlights of what's next:
- 9 more skills (test-impact-analyzer, oauth-flow-test, payment-test, graphql-test, llm-quality-eval, ...)
- Japanese translation
- Video walkthrough + demo GIF
Want to influence priority? Open a GitHub Discussion.
🔒 Security
Found a vulnerability? See SECURITY.md — preferred channel is GitHub Security Advisory.
🤝 Contributing
PRs welcome! See CONTRIBUTING.md for:
- How to add a new skill
- How to contribute translations
- How to modify existing skills
- PR checklist
📝 License & Trademark
Dual-licensed software — see LICENSE for full details:
| Use Case | License |
|---|---|
| 🟢 Personal / education / research / non-profit / evaluation (< 30 days) | MIT (free) |
| 🟢 Open-source contributions to this repo | MIT (free) |
| 🔴 For-profit organization internal use | Commercial (paid) |
| 🔴 Bundling in paid product / SaaS / consulting | Commercial (paid) |
For commercial licensing, open a GitHub Issue with commercial-license label.
Trademark: "QA Claude Skill" is a trademark of Jack Kao — see TRADEMARK.md for usage rules. The MIT/Commercial license grants source-code rights, not trademark rights. You may not name a fork "QA Claude Skill X" without permission.
This is a community / personal project for Claude Code users — NOT an official Anthropic product.
☕ Support
If this project saves your QA team time, consider buying me a coffee — it keeps the project iterating:
Or just give the repo a ⭐ — it costs nothing and helps others find it.
Made with ❤️ for QA teams who want to focus on quality, not paperwork.
Yorumlar (0)
Yorum birakmak icin giris yap.
Yorum birakSonuc bulunamadi