🔧
QualityJava

Test Fix

by liferay

Test Fix is a Quality skill for Claude Code, published by liferay in liferay-portal.

2.3K stars3.8K forkson liferay/liferay-portalAdded 2026/07/20Repository updated 2026/08/03
Install in seconds
Install Test Fix
Copy Test Fix into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/liferay/liferay-portal/tree/master/.claude/skills/test-fix ~/.claude/skills/test-fix

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/liferay/liferay-portal.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/test-fix/SKILL.md in liferay/liferay-portal
Installs to
~/.claude/skills/test-fix
Collection
One of 16 skills cataloged from this repository
Category
Quality1897 skills

What Test Fix does

Resolves a single Liferay test failure end-to-end by fetching failure data from Testray, determining the root cause, and opening a pull request with the fix or reporting the outcome.

Test Fix is cataloged under Quality on DirSkills.

Documentation

README

Fix a Test Failure

Resolve a single test failure end-to-end.

Preconditions

  • Tomcat is running (required for Java Integration, Playwright, and Poshi). Start it if it is not.

Input

Case Result ID

When ${ARGUMENTS} is a positive integer, use it directly as the Testray case result ID.

Testray Build URL

When ${ARGUMENTS} is a URL of the form https://testray.liferay.com/#/project/<projectId>/routines/<routineId>/build/<buildId>?filter=<urlencoded-json>, resolve it to a case result ID by following references/testray.md. The procedure returns a case result ID that the rest of the workflow consumes identically to a user-supplied one.

Test Name

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Test Fix

  • What else does liferay publish alongside Test Fix?

    Test Fix is one of 16 skills that DirSkills catalogs from liferay/liferay-portal, the repository it ships in. Its siblings there include Create Pull Request, Format Source and Format Source Add Rule. Each one is a separate skill with its own page in this directory, installs the same way Test Fix does, and is maintained by liferay in that same repository. The rest of the collection is listed on the liferay/liferay-portal page.

  • How does Test Fix compare to other Quality skills?

    Test Fix ranks #543 by stars among the 1897 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Test Fix against them. Open each page to compare what they document and how they install.