test-check

Execute Jest and Maven tests to verify Angular and Java PR changes.

Updated May 18, 2026
One-click install
npx skills add https://github.com/tomsoulage-dedalus/presc-workflows-tools --skill test-check-tomsoulage-dedalus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-check
Source: https://github.com/tomsoulage-dedalus/presc-workflows-tools/tree/main/skills/test-check
Command: npx skills add https://github.com/tomsoulage-dedalus/presc-workflows-tools --skill test-check-tomsoulage-dedalus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jest, maven, and includes scripts (resource) components.

What problem does it solve?

This Skill verifies that changes in a Pull Request have not broken existing tests for Angular (Jest) and Java (Maven), providing a safety check before merging.

Core Features & Use Cases

  • Test Verification: Checks if PR changes have affected existing tests.
  • Automated Test Execution: Runs affected tests and reports results.
  • Conditional Execution: Triggers a follow-up step if tests fail.

Quick Start

Run the test-check skill to verify tests in your Pull Request.

Frequently Asked Questions about test-check

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

FAQPage Schema
How do I verify that Pull Request changes haven't broken existing tests in my Angular and Java projects?

To verify Pull Request changes, you can run automated test checks that execute Jest for Angular and Maven for Java, reporting any affected tests and triggering remediation if failures occur.

Does this test verification skill work with both Jest and Maven?

Yes, this test verification skill works with both Jest and Maven, executing impacted Jest tests for Angular projects and Maven tests for Java projects to check for regressions after PR changes.

What happens when automated test execution detects failing tests in a Pull Request?

When automated test execution detects failing tests in a Pull Request, it triggers a conditional follow-up step called test-implement to automatically initiate remediation for the broken tests.

How do I run impacted tests automatically after making code changes in CI/CD?

You can run impacted tests automatically by triggering the test-check skill, which executes the affected Jest and Maven tests to ensure your recent code changes have not compromised software quality.

Do I need to install Jest and Maven before running automated test verification for my PR?

Yes, you need Jest and Maven installed in your environment before running automated test verification, as these frameworks are required dependencies for executing Angular and Java tests respectively.

Can I use this test automation tool to check software quality before merging a Pull Request?

Yes, you can use this test automation tool to check software quality before merging, as it provides a safety check by running impacted tests and verifying that PR changes have not broken existing functionality.