Use to identify likely regression areas after a PonyBunny change, especially around contracts, transitions, traces, retries, and observability.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add ponybunny-ai/ponybunny --skill regression-check --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Regression Check?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ponybunny-ai-regression-check)More formats (shields.io, HTML) on the badges page.
---
name: regression-check
description: Use to identify likely regression areas after a PonyBunny change, especially around contracts, transitions, traces, retries, and observability.
---
# Regression Check
## Use this skill when
- reviewing a change before merge
- evaluating a refactor
- modifying runtime-critical code
- changing schemas, statuses, or behaviour
## Goals
- expose hidden breakage risk
- protect existing behaviour
- define follow-up checks clearly
## Regression areas to inspect
- public contracts
- cross-module contracts
- state transitions
- event ordering
- retry behaviour
- resume behaviour
- trace completeness
- audit/logging
- tool or MCP payloads
## Output contract
Return:
- likely regression areas
- why each is at risk
- recommended checks
- confidence level
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!