qa

Run a full QA pass across backend, frontend, ML, and config changes.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/kennyolofsson23-netizen/claude-code-config --skill qa-kennyolofsson23-netizen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/kennyolofsson23-netizen/claude-code-config/tree/main/skills/qa
Command: npx skills add https://github.com/kennyolofsson23-netizen/claude-code-config --skill qa-kennyolofsson23-netizen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures a comprehensive QA pass across changes, identifying regressions and validating tests before deployment.

Core Features & Use Cases

  • Automated test discovery and execution across backend, frontend, ML, and config.
  • Type checks and regression detection with clear, actionable reports.
  • Use Case: When preparing a release, run a full QA pass to verify all tests pass and new tests are added for uncovered changes.

Quick Start

Run a full QA pass on the current changes to verify tests and catch regressions.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I run a full QA pass to detect regressions before deployment?

A full QA pass categorizes changed files across backend, frontend, ML, and config, detects test frameworks, and executes regression suites to verify test coverage and validate changes before deployment.

What test frameworks and tooling do I need to run automated regression tests?

You need project test tooling like pytest, npm test, tsc, or mypy already present. The Skill detects these frameworks to guide test execution, type checks, and quality gates across your code changes.

Can I run type checking and test execution across both frontend and backend changes?

Yes, type checking and test execution apply to code changes across backend, frontend, ML, and config. The Skill recognizes your instructions to run type checks and regression suites for comprehensive coverage.

What's the best way to verify test coverage for new code changes?

The best way to verify test coverage is running a complete QA pass that identifies uncovered changes, validates existing tests, and guides you to add new tests for any modified files before release.

Does CI-CD regression testing work with ML and config file changes?

Yes, CI-CD regression testing applies to code changes across backend, frontend, ML, and config. The Skill categorizes these changed files, detects frameworks, and runs regression suites to ensure regressions-free changes.

Why are my regression tests not catching breaking changes in the codebase?

Regression tests may miss breaking changes if test coverage is incomplete. The Skill performs a complete QA pass to detect uncovered changes, verify test coverage, and provide actionable reports for missing tests.