qa

Automates test validation across frontend, backend, and API layers using PyTest or Playwright.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/projectmiluju/factlog --skill qa-projectmiluju
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/projectmiluju/factlog/tree/main/.agents/skills/qa
Command: npx skills add https://github.com/projectmiluju/factlog --skill qa-projectmiluju

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

이 스킬은 소프트웨어 프로젝트의 품질 보증을 자동화하고 테스트 상태를 체계적으로 점검하는 데 초점을 맞춥니다. 빌드에서 누락되었거나 실패한 테스트를 조기에 식별하고 수동 확인의 필요성을 감소시킵니다.

Core Features & Use Cases

  • 자동화된 테스트 실행: 프런트엔드, 백엔드, API 전반의 테스트를 실행하고 결과를 집계합니다.
  • 테스트 커버리지 강화: 새로운 코드 변경에 대한 회귀 테스트를 빠르게 수행하고 보고서를 생성합니다.
  • Use Case: CI 파이프라인에서 PR마다 자동으로 테스트를 실행하고 이슈를 생성하는 흐름을 구현합니다.

Quick Start

프로젝트의 테스트를 자동으로 실행하고 결과를 검토합니다.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate frontend and backend test validation across my software projects?

Automated test validation runs across frontend, backend, and API layers using frameworks like PyTest or Playwright. It aggregates test results and generates structured reports to identify build failures early.

How do I generate structured bug reports from failed test executions?

Structured bug reports are generated automatically from failed test executions. The automation captures test failures across unit, integration, and end-to-end tests, providing actionable documentation for each issue.

Can I run PyTest and Playwright end-to-end tests in a CI pipeline for every pull request?

Yes, PyTest and Playwright end-to-end tests can run automatically in a CI pipeline for every pull request. The automation executes tests and creates issues based on the structured results.

What is the best way to perform regression testing on new code changes?

Regression testing on new code changes is performed by running automated tests across your software project. This quickly identifies failures and generates coverage reports to ensure code quality.

Do I need specific test frameworks to automate quality assurance for my API layers?

Quality assurance for API layers uses frameworks like PyTest, Playwright, or similar testing tools. The automation handles test planning and execution across these frameworks without requiring manual verification.