qa

Run verification checks on Node.js, Python, Excel, and web projects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pytest, npm, openpyxl, playwright, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill verifies the completion and quality of tasks, providing evidence to support claims of 'done' work.

Core Features & Use Cases

  • Verification of Work: Validates that tasks are completed accurately.
  • Testing Automation: Executes tests and checks file integrity for Node and Python projects.
  • Visual Verification: Takes screenshots of web applications and examines file details for Excel projects.
  • Process Check: Checks for zombie processes.
  • Report Generation: Outputs a detailed verification report.
  • Actionable Feedback: Guides the user to fix issues and re-verify, ensuring a quality-assured product.

Quick Start

To initiate QA verification, use the command /qa.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate test verification and process checking for Node.js and Python projects?

To automate test verification for Node.js and Python projects, this Skill executes testing and process checking using pytest and npm. It validates task completion and outputs a detailed verification report to ensure code quality.

What is the best way to perform visual verification on web applications during QA?

Visual verification for web applications is performed using Playwright to capture screenshots. This visual inspection mechanism verifies that web interfaces are rendered correctly and provides evidence of task completion.

Do I need pytest and npm installed to run code review and task verification checks?

Yes, you need pytest and npm installed to run task verification checks. These testing tools are required dependencies for executing the test automation suite that validates Node.js and Python project integrity.

Can I verify Excel file integrity and details without manual inspection?

You can verify Excel file integrity without manual inspection by using the openpyxl dependency. The Skill examines file details automatically and includes the results in a generated verification report for review.

How does process checking handle zombie processes during quality assurance?

Process checking handles zombie processes by scanning for them during the quality assurance suite execution. It identifies lingering processes and outputs actionable feedback in the report to guide users in fixing issues.