Overview
cherry-regression-test is an open-source testing skill for Claude Code and compatible agents, published by CherryHQ. Its author describes it as: “Run Cherry Studio critical-path system regression tasks through the repository-owned Playwright E2E workflow. Use for full regression, release acceptance, development-branch system validation, or a named cherry-regres…”. The project has 52k stars on GitHub and is available under the AGPL-3.0-only license. Add it to your setup with `git clone https://github.com/CherryHQ/cherry-studio ~/.claude/skills/cherry-regression-test`.
What cherry-regression-test does
Run deterministic Playwright E2E tests against one driver-owned Cherry Studio process per platform. The tested product includes Chat, Agents, MCP, Skills, knowledge bases, translation, image generation, and code tools; an LLM test agent does not control the test run.
Best for
What’s inside
The SKILL.md for cherry-regression-test is organised into these sections:
- CI contract
- Configuration
- Test organization
- Focused execution
- Verification when changing the framework
Installation
Add cherry-regression-test to your agent with:
git clone https://github.com/CherryHQ/cherry-studio ~/.claude/skills/cherry-regression-test Review a skill’s source before installing it — skills can instruct your agent to run commands. This command comes from the skill’s public repository, which is the source of truth for setup steps. New to skills? Read how to install Claude Code skills.
Supported agents
- Claude Code — declared in the repository topics
- Codex — declared in the repository topics
License
cherry-regression-test is published under the AGPL-3.0-only license.
Strengths
- Clear AGPL-3.0-only license — safe to read and adapt within its terms
- Ships in CherryHQ/cherry-studio, an established project with 52,047 GitHub stars
- Works with Claude Code, Codex
- Actively maintained — repository updated in the last 30 days
Author
Topics
Frequently asked questions
- What does cherry-regression-test do?
- Run Cherry Studio critical-path system regression tasks through the repository-owned Playwright E2E workflow. Use for full regression, release acceptance, development-branch system validation, or a named cherry-regression-test task on GitHub-hosted macOS and Windows runners.
- How do I install cherry-regression-test?
- Run git clone https://github.com/CherryHQ/cherry-studio ~/.claude/skills/cherry-regression-test in your agent, then reload your skills. Review the source at https://github.com/CherryHQ/cherry-studio before installing.
- Is cherry-regression-test free to use?
- Yes. cherry-regression-test is free and open source under the AGPL-3.0-only license, so you can read, run, and adapt it within that license's terms.
- Which agents does cherry-regression-test work with?
- cherry-regression-test lists Claude Code and Codex — named in its SKILL.md, its plugin marketplace or its repository topics. Skills use the portable SKILL.md format, so other agents that read that format may load it too.
- Where does cherry-regression-test come from?
- cherry-regression-test ships inside CherryHQ/cherry-studio, a repository that contains 37 catalogued skills in total. The repository's 52,047 GitHub stars apply to that whole collection, not to this skill on its own.