🧪
QualityJava

Test Plan Generator

by liferay

Test Plan Generator 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 Plan Generator
Copy Test Plan Generator 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-plan ~/.claude/skills/test-plan

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-plan/SKILL.md in liferay/liferay-portal
Installs to
~/.claude/skills/test-plan
Collection
One of 16 skills cataloged from this repository
Category
Quality1897 skills

What Test Plan Generator does

Generates a runnable shell script (under 20 minutes) that executes the tests most likely to regress for the current branch, covering unit, integration, Playwright, and Poshi tests. Use before merging to catch regressions without running the full suite.

Test Plan Generator is cataloged under Quality on DirSkills.

Documentation

README

Test Plan Generator

Produce a runnable shell script that executes the tests most likely to regress given the current branch's changes compared to master.

The full test suite takes hours to run, so the team merges aggressively and relies on a daily full-suite run that delivers results within 24 hours of merge. This skill produces a focused premerge script (under 20 minutes) that mitigates risk without attempting full coverage — its goal is to catch the most likely regressions, not every possible one.

How This Project Organizes Tests

Consult the reference file for detailed test organization patterns:

${CLAUDE_SKILL_DIR}/references/test-organization.md

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

Frequently asked about Test Plan Generator

  • What else does liferay publish alongside Test Plan Generator?

    Test Plan Generator 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 Plan Generator 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 Plan Generator compare to other Quality skills?

    Test Plan Generator ranks #548 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 Plan Generator against them. Open each page to compare what they document and how they install.