test-agent

Automate functional testing and runtime error diagnosis for software applications.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/CloakingGhost/design-pattern-viz --skill test-agent-cloakingghost
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-agent
Source: https://github.com/CloakingGhost/design-pattern-viz/tree/main/ai-system/.skills/agents/test-agent
Command: npx skills add https://github.com/CloakingGhost/design-pattern-viz --skill test-agent-cloakingghost

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of diagnosing runtime errors, executing tests, and verifying application behavior, ensuring software quality and stability.

Core Features & Use Cases

  • Automated Testing: Executes unit, component, and end-to-end tests for both frontend and backend.
  • Error Diagnosis: Identifies and analyzes runtime errors and test failures.
  • Visual Verification: Performs screen checks for frontend applications.
  • Use Case: When a new feature is deployed, this agent can automatically run the full test suite and report any regressions or visual discrepancies.

Quick Start

Use the test agent to run the frontend end-to-end tests.

Frequently Asked Questions about test-agent

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

FAQPage Schema
How do I automate functional testing and runtime error diagnosis for my software application?

Automated functional testing and runtime error diagnosis is achieved by executing test suites and analyzing failures to verify application behavior and ensure software stability.

Can I run frontend end-to-end tests and visual screen verification using Vitest and Playwright?

Frontend end-to-end tests and visual screen verification are supported using Vitest and Playwright to execute component tests and detect visual discrepancies in the UI.

Does this agent support backend unit and API integration testing with JUnit and MockMvc?

Backend unit, integration, and API testing are fully supported using JUnit and MockMvc to verify server-side logic and endpoint behavior through deterministic task execution.

What is the best way to automatically run a full test suite after a new feature deployment?

The best way to run a full test suite after deployment is to automate the execution process, which instantly reports functional regressions and visual discrepancies.

How does automated error diagnosis identify the root cause of test failures?

Automated error diagnosis identifies the root cause of test failures by analyzing runtime errors during code execution, providing verifiable feedback on application behavior.

Do I need any external dependencies to execute automated tests and diagnose runtime errors?

No external dependencies are required to execute automated tests and diagnose runtime errors, as the agent operates independently using its built-in scripts and references.