
Dev Release Regression Check
发布后关键路径自动回归检查插件(含失败兜底)
Instalar
Ejecuta este comando para instalar todas las habilidades en este complemento:
npx skillstore add @dev-release-regression-check Las habilidades se instalarán en el directorio .claude/skills/
Descripcion general
Guia de uso
Mejorado por IAGuia detallada
## Who Is This For Developers who ship code frequently and need to catch regressions before users do. This plugin runs a structured release check — comparing test results, running browser smoke tests, and generating bilingual release notes — so every deployment is auditable and safe to ship. ## 3-Step Quickstart 1. **Run regression guard** — paste your test output into chat and ask: `"Compare my test results against the last build and flag any regressions"`. The guard-regression skill checks build outcomes and performance baselines. 2. **Run browser smoke test** — ask: `"Use playwright-browser-automation to open https://yourapp.com and verify the login flow works"`. Playwright auto-detects the dev server and writes a clean test script. 3. **Generate release notes** — ask: `"Use github-release-assistant to generate release notes for v1.2.3 in English and Chinese from the repo"`. You get both README.md and README.zh.md ready to publish. ## Step → Skill → Input → Output | Step | Skill | What You Provide | What You Get | |------|-------|------------------|--------------| | Regression check | guard-regression | Test output + previous build results | Pass/fail report with regression list | | Smoke test | playwright-browser-automation | Target URL + flow to test | Test script + pass/fail result | | Release notes | github-release-assistant | Repo name + version tag | Bilingual release docs (EN + ZH) | ## Common Failures & Fixes - **Regression guard says "no previous baseline"** → First run always creates a baseline. Run it twice; the second run will compare. - **Playwright fails to detect dev server** → Ensure your server is running on a local port. Provide the URL explicitly: `"test https://localhost:3000"`. - **Release notes are missing commits** → Check that the version tag exists in the repo. Use `git tag v1.2.3 && git push --tags` first. ## Success Criteria You know it worked when: - guard-regression returns a green comparison report (zero new failures) - playwright-browser-automation completes the smoke test with no errors - github-release-assistant outputs both an English and Chinese release document
Habilidades
3guard-regression
Seguro 71Monitorear Regresión de Calidad Durante la Refactorización
La refactorización puede introducir errores sutiles que rompen la funcionalidad existente. Esta habilidad te guía a través del registro de líneas base de calidad antes de los cambios y compara sistemáticamente los resultados de las pruebas, los resultados de compilación y la cobertura de código después para detectar regresiones tempranamente.
playwright-browser-automation
Riesgo bajo 68Automatizar tareas del navegador con Playwright
Prueba sitios web y automatiza las interacciones del navegador con Playwright. Escribe scripts de prueba personalizados para probar páginas, completar formularios, tomar capturas de pantalla y validar el diseño responsivo en diferentes dispositivos.
github-release-assistant
Seguro 84Generar documentación de versiones de GitHub bilingüe
Crear documentación de versiones pulida requiere tiempo y consistencia entre idiomas. Esta habilidad automatiza la generación de README bilingüe a partir de los metadatos existentes de tu repositorio.
Plugins similares

Linear Project Tracker
Manage Linear issues, milestones, and team workflows from chat — create tickets, track cycles, and automate project updates without leaving your workspace.
5 habilidades

OpenClaw Automation Healthcheck
自动巡检基础设施健康状态并生成告警/日报
3 habilidades

Slack Automation Assistant
Send messages, manage channels, build Slack bots, and share AI outputs to your team — all from chat, without opening Slack.
3 habilidades