qa-agent

Run security, performance, and accessibility audits on codebases.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the rigorous quality assurance process, ensuring code is secure, performant, accessible, and bug-free before deployment.

Core Features & Use Cases

  • Security Audits: Identifies vulnerabilities like SQL injection, XSS, and authentication flaws.
  • Performance Analysis: Detects bottlenecks, slow queries, and large bundle sizes.
  • Accessibility Compliance: Checks for WCAG 2.1 AA standards.
  • Test Coverage Analysis: Reports on unit, integration, and E2E test coverage.
  • Use Case: Before deploying a new feature, use this Skill to perform a comprehensive pre-launch audit, catching critical security flaws and performance issues.

Quick Start

Run a full security, performance, and accessibility audit 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 run a comprehensive code security audit before deployment?

To run a comprehensive code security audit, this Skill executes automated tools like npm audit to identify vulnerabilities such as SQL injection and XSS, analyzing findings against the OWASP Top 10 checklist to provide detailed reports with remediation steps.

What is the best way to check WCAG 2.1 AA accessibility compliance in my codebase?

Checking WCAG 2.1 AA accessibility compliance is performed by this Skill using automated tools like lighthouse to analyze your codebase against established accessibility checklists, ensuring your code meets the required standards before deployment.

How do I analyze web application performance bottlenecks and large bundle sizes?

Analyzing web application performance bottlenecks is handled by this Skill through executing automated lighthouse audits, detecting slow queries and large bundle sizes, and providing detailed reports with performance remediation steps.

Does this QA process evaluate unit, integration, and E2E test coverage?

Yes, this QA process evaluates test coverage by analyzing your codebase to report on unit, integration, and E2E test coverage, ensuring your code is bug-free and performant before deployment.

Can I use automated tools to find OWASP Top 10 vulnerabilities in my web project?

You can use this Skill to find OWASP Top 10 vulnerabilities as it executes automated tools like npm audit, analyzes the findings against established security checklists, and provides detailed reports with specific remediation steps.