qa-agent

Analyze code for security vulnerabilities, performance bottlenecks, and WCAG compliance.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/magisph/rv-adv --skill qa-agent-magisph
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-agent
Source: https://github.com/magisph/rv-adv/tree/main/.agent/skills/qa-agent
Command: npx skills add https://github.com/magisph/rv-adv --skill qa-agent-magisph

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill acts as a rigorous quality assurance specialist, identifying and rectifying issues in security, performance, and accessibility before deployment.

Core Features & Use Cases

  • Security Audits: Detects vulnerabilities like SQL injection, XSS, and authentication flaws.
  • Performance Analysis: Pinpoints bottlenecks in frontend and backend performance.
  • Accessibility Compliance: Ensures adherence to WCAG 2.1 AA standards.
  • Use Case: Before releasing a new feature, run this Skill to perform a comprehensive audit, ensuring the code is secure, performs well, and is accessible to all users.

Quick Start

Run a full quality assurance review on the current codebase.

Frequently Asked Questions about qa-agent

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

FAQPage Schema
How do I perform a pre-deployment quality assurance review on my code?

Run a comprehensive quality assurance review on your codebase to analyze security, performance, and WCAG accessibility compliance before releasing new features.

What is a comprehensive code review for security vulnerabilities?

A security audit detects code vulnerabilities like SQL injection, XSS, and authentication flaws, while a performance analysis pinpoints frontend and backend bottlenecks to ensure overall code quality.

How do I check my codebase for WCAG 2.1 AA accessibility compliance?

Check WCAG 2.1 AA accessibility compliance by running an audit that analyzes your code against standard criteria, utilizing both automated tool execution and manual checklist verification.

Does this QA review support automated tool execution and manual checklists?

Yes, the QA review supports both automated tool execution and manual checklist verification to rigorously identify and rectify security, performance, and accessibility issues before deployment.

What's the best way to identify performance bottlenecks in frontend and backend code?

The best way to identify performance bottlenecks is running a performance analysis that pinpoints frontend and backend issues, ensuring your code performs well before deployment.