test-implement

Generate and correct Jest and Maven tests for Angular and Java projects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation and correction of tests for Angular and Java projects, significantly reducing the manual effort required for test development.

Core Features & Use Cases

  • Automated Test Creation: Generates missing tests for modified files without coverage.
  • Test Correction: Corrects failing tests detected by /test-check.
  • Support for Angular and Java: Provides specific instructions and scripts for both front-end and back-end testing.
  • Use Case: When a regression is detected, use /test-implement to automatically create and correct tests, ensuring a robust test suite.

Quick Start

Run the /test-implement command to automatically implement and correct tests in your project.

Frequently Asked Questions about test-implement

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

FAQPage Schema
How do I automate test implementation for Angular and Java projects?

Automated test implementation for Angular and Java projects is achieved by generating missing tests and correcting failing ones. This process requires Jest for Angular and Maven for Java to handle file modification tracking and update test suites.

Can I automatically generate missing tests for modified files without coverage?

Yes, you can automatically generate missing tests for modified files without coverage. The automation detects these files and creates the necessary test implementations to ensure your test suite remains robust and up to date.

Do I need Jest and Maven to correct failing tests in my project?

Yes, you need Jest and Maven to correct failing tests in your project. Jest is required for Angular testing and Maven is required for Java testing to execute the automated test correction scripts and update the test suite.

What is the best way to fix failing tests detected during regression?

The best way to fix failing tests detected during regression is to run an automated test correction command. This identifies the failing tests and automatically updates them to ensure a robust test suite without manual effort.

Does automated test correction work for both front-end and back-end testing?

Yes, automated test correction works for both front-end and back-end testing. It provides specific instructions and scripts for Angular front-end and Java back-end environments to handle test suite updates effectively.