qa

Execute software quality assurance tests and report bugs via Linear.

1|1|Updated Aug 5, 2025
One-click install
npx skills add https://github.com/slantview/claude --skill qa-slantview
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/slantview/claude/tree/main/skills/qa
Command: npx skills add https://github.com/slantview/claude --skill qa-slantview

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the rigorous testing and validation processes required to ensure software quality, prevent bugs, and meet release criteria.

Core Features & Use Cases

  • Comprehensive Test Execution: Runs unit, integration, E2E, performance, security, and accessibility tests.
  • Automated Reporting: Generates detailed test reports and quality gate assessments.
  • Bug Tracking Integration: Creates detailed bug reports in Linear for identified issues.
  • Use Case: Before deploying a new feature, use this Skill to run the full test suite, validate performance metrics, and confirm security compliance, ensuring a stable release.

Quick Start

Use the qa skill to run all automated tests and report on the results.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate software quality assurance testing before a release?

Automating software quality assurance testing before a release involves executing comprehensive unit, integration, end-to-end, performance, security, and accessibility tests. This process validates quality gates, checks performance metrics, and confirms security compliance to ensure a stable deployment.

Can I use Cypress and Selenium for end-to-end testing automation?

Yes, you can use Cypress and Selenium for end-to-end testing automation. These testing frameworks integrate with automated quality assurance processes to execute test suites, validate application behavior, and generate detailed reports for identified issues.

What is the best way to track bugs found during automated testing?

The best way to track bugs found during automated testing is using integrated bug tracking systems like Linear. Automated quality assurance processes can create detailed bug reports directly in Linear for issues identified during unit, integration, or security tests.

Do I need npm audit to run security testing automation?

Yes, you need security scanners like npm audit to run security testing automation. Integrating security scanners into the quality assurance process validates security compliance, identifies vulnerabilities, and enforces quality gates before deployment.

How does k6 performance testing work in a quality gate validation workflow?

k6 performance testing works in a quality gate validation workflow by executing load tests to measure application metrics under stress. The quality assurance process runs these performance tests, validates the resulting metrics against defined quality gates, and reports failures.