tessl i github:jeremylongshore/claude-code-plugins-plus-skills --skill tracking-regression-testsThis skill enables Claude to track and run regression tests, ensuring new changes don't break existing functionality. It is triggered when the user asks to "track regression", "run regression tests", or uses the shortcut "reg". The skill helps in maintaining code stability by identifying critical tests, automating their execution, and analyzing the impact of changes. It also provides insights into test history and identifies flaky tests. The skill uses the `regression-test-tracker` plugin.
This skill allows Claude to track and execute regression tests, which are crucial for maintaining software quality and preventing unintended consequences from new code changes. By automating the regression testing process, Claude can quickly identify and address potential issues before they impact users.
--mark flag.This skill activates when you need to:
User request: "run regression tests"
The skill will:
User request: "track regression --mark test_example"
The skill will:
test_example as part of the regression suite.This skill can be integrated with other testing and CI/CD tools to automate the regression testing process as part of a larger development workflow.
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.