Skip to main content
在 Manus 中运行任何 Skill
一键导入

post-merge-regression-guard

星标1
分支0
更新时间2026年6月16日 03:45

git merge나 rebase가 끝나는 순간 스모크 테스트를 자동으로 돌려, 브랜치를 합치면서 생긴 통합 회귀(integration regression)를 새 작업으로 넘어가기 전에 즉시 잡아내는 훅(hook) 기반 루프입니다. 사용자가 "머지하고 나면 스모크 테스트 자동으로 돌려줘", "rebase 직후 회귀 검사", "브랜치 합친 다음 깨진 데 없는지 바로 확인", "머지 후 통합 회귀 가드", "post-merge regression guard", "run smoke tests after every merge", "catch integration regressions after rebase"처럼 머지·rebase 직후 회귀 가드를 걸고 싶을 때 사용하세요. 이벤트 기반이라 Claude Code에서는 hooks 설정이 필요합니다. (구분: 파일 편집 직후 연관 테스트는 looping:post-edit-test-guard, 커밋 직전 차단은 looping:pre-commit-guard, 머지 중 충돌을 파일별로 푸는 건 looping:merge-conflict-resolver, 배포된 스테이징에 스모크를 돌리는 건 looping:staging-smoke-test)

安装

用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。

SKILL.md
readonly