qa-checklist

Run multi-phase QA checks for code merges and deployments.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the rigorous quality assurance process required before merging code or deploying to production, preventing bugs and ensuring stability.

Core Features & Use Cases

  • Multi-Phase Validation: Executes a comprehensive checklist including build verification, test execution, security checks, and environment validation.
  • Automated Checks: Runs TypeScript compilation, unit/e2e tests, no-touch zone verification, and security vulnerability scans.
  • Use Case: Before merging a critical feature, this skill will automatically run all necessary checks, providing a clear pass/fail verdict and preventing the introduction of regressions or security flaws.

Quick Start

Run the qa-checklist skill to perform a full quality assurance check on the current branch.

Frequently Asked Questions about qa-checklist

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

FAQPage Schema
How do I automate code quality checks before merging to production?

Automate code quality checks by running a multi-phase validation process that enforces build verification, test suite execution, no-touch zone checks, region validation, and security reviews before merging code or deploying to production.

What does a pre-deployment quality assurance checklist include?

A pre-deployment quality assurance checklist includes TypeScript compilation, unit and e2e test execution, no-touch zone verification, environment region validation, and security vulnerability scans to prevent regressions and ensure stability.

How can I verify my build and run test suites before a code merge?

Verify your build and run test suites before a code merge by executing an automated checklist that performs TypeScript compilation, runs unit and e2e tests, and provides a clear pass or fail verdict to prevent introducing bugs.

Does this automated QA process support security vulnerability scanning?

Yes, the automated QA process supports security vulnerability scanning as part of its multi-phase validation checklist, ensuring security reviews are executed and verified before code is merged or deployed to production environments.

Can I use this checklist to enforce no-touch zone checks during CI/CD?

Yes, you can use this checklist to enforce no-touch zone checks during CI/CD workflows, automatically verifying restricted code areas and validating deployment regions before allowing a production release to proceed.

What is the best way to prevent regressions when merging critical features?

The best way to prevent regressions when merging critical features is to formalize a multi-phase QA checklist that automatically runs build verification, test suite execution, and security reviews, yielding a clear pass or fail verdict.