What problem does it solve?
CI/CD review cycles for Culture PRs are slow and error-prone when you manually create PRs, poll for reviewer readiness, triage inline threads, and re-check SonarCloud gates before declaring the PR ready.
Core Features & Use Cases
- Full PR lifecycle lane: create a PR, wait for the initial briefing, poll again when needed, and then guide the triage loop (fix or push back) until all review threads are resolved.
- Culture-specific gating extensions: run a SonarCloud + issues + hotspots + unresolved-inline-thread status check, and an await flow that fails fast on Sonar ERROR or remaining unresolved threads.
- PR comment workflow with consistent signing: reply to review comments in bulk (JSONL) or single-shot while ensuring the repo-configured Claude signature is applied consistently.
Use cases:
- You just pushed a branch and want a structured “wake me when it’s review-ready” flow, including SonarCloud error/unresolved-thread gating.
- You received review comments and need a deterministic loop to decide FIX vs PUSHBACK, make changes, and resolve threads before preparing the PR for merge.
- You must address portability and project-convention issues detected during PR review.
Quick Start
Ask your assistant to run the Culture cicd skill to create a PR for your current branch, wait for the reviewer briefing, then gate on SonarCloud ERROR and unresolved threads before you declare the PR ready for merge.