qa

Runs functional tests and security audits on iOS simulators.

1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/glwr/ai-coding-base --skill qa-glwr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/glwr/ai-coding-base/tree/main/apple/.claude/skills/qa
Command: npx skills add https://github.com/glwr/ai-coding-base --skill qa-glwr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures that newly implemented features meet all acceptance criteria, are free of bugs, and pass a thorough security audit before release.

Core Features & Use Cases

  • Comprehensive Testing: Reads the feature spec, runs manual functional tests across iPhone and iPad simulators, and verifies all acceptance criteria and edge cases.
  • Security Red‑Team Audit: Performs authentication, authorization, input injection, rate‑limiting, and secret leakage checks from an attacker’s perspective.
  • Regression & Bug Management: Executes regression tests on related features, creates detailed GitHub issues for every bug found, and updates project context with learnings.

Quick Start

Invoke the QA skill with the command /qa <feature-spec-path> to begin testing and security auditing of the feature.

Frequently Asked Questions about qa

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run regression tests and security audits on iOS simulators?

Run regression tests and security audits on iOS simulators by invoking a QA skill with a feature spec path to execute manual functional tests, red-team assessments, and regression checks across iPhone and iPad simulators.

What is a red-team security audit for iOS applications?

A red-team security audit for iOS applications evaluates authentication, authorization, input injection, rate-limiting, and secret leakage from an attacker's perspective to detect vulnerabilities before release.

How do I verify feature acceptance criteria and edge cases on iPadOS?

Verify feature acceptance criteria and edge cases on iPadOS by running manual functional tests that read the feature spec and validate all implemented behaviors across iPhone and iPad simulators.

Can I automatically create GitHub issues for bugs found during iOS testing?

Yes, you can automatically create GitHub issues for bugs found during iOS testing. The QA process creates detailed GitHub issues for every bug discovered and updates project context with learnings.

What's the best way to document QA test results within a feature spec?

The best way to document QA test results within a feature spec is to use an automated QA skill that records manual functional test outcomes, regression checks, and security audit findings directly in the feature spec.

Does iOS security testing cover input injection and rate-limiting checks?

Yes, iOS security testing covers input injection and rate-limiting checks. The red-team audit specifically performs authentication, authorization, input injection, rate-limiting, and secret leakage assessments.