qa

Analyze git diffs, configure environments, run automated tests, and generate QA reports.

Updated May 31, 2026
One-click install
npx skills add https://github.com/markheck-solutions/carrier-performance-scorecard --skill qa-markheck-solutions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/markheck-solutions/carrier-performance-scorecard/tree/main/.factory/skills/qa
Command: npx skills add https://github.com/markheck-solutions/carrier-performance-scorecard --skill qa-markheck-solutions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a comprehensive approach to running functional QA for the carrier-performance-scorecard application, streamlining the process of testing changes and generating concise reports.

Core Features & Use Cases

  • Git Diff Analysis: Analyzes changes in the codebase and determines which areas of the application require testing.
  • Target Environment Configuration: Configures and selects the appropriate testing environment based on user requirements.
  • Automated Testing Flows: Automates the testing process by routing changes to the relevant sub-skills for API and web testing.
  • Evidence Capture: Captures evidence during the testing process to ensure accurate reporting.
  • Reporting: Generates a concise QA report that includes results, action items, and evidence for review.

Quick Start

Run QA on the current git diff for the 'carrier-performance-scorecard' application by using the qa skill.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I run functional QA testing based on git diff analysis?

Run functional QA testing by analyzing git diff changes in the codebase to determine targeted application areas, then routing those changes to relevant automated testing flows for API and web validation.

What is the best way to generate a QA report with evidence for application changes?

Generate a concise QA report by capturing evidence during the functional testing process, then compiling the test results, action items, and captured evidence into a single document for review.

How do I configure a testing environment for regression testing workflows?

Configure a testing environment for regression testing by selecting and setting up the appropriate target environment based on your local development server access and specific application requirements.

Can I use automated testing flows for web application maintenance?

Yes, you can use automated testing flows for application maintenance by routing code changes to relevant sub-skills for API and web testing, which streamlines regression testing workflows.

What do I need to run manual QA on a web application locally?

To run manual QA on a web application locally, you need local development server access, configured testing environments, and adherence to established testing guidelines for accurate functional validation.

When should I not use automated functional testing for application changes?

Avoid automated functional testing when lacking local development server access or when the testing environment cannot be properly configured to support the application's specific maintenance requirements.