CedarCopilot wants to merge 0 commits into staging from worktree-pr-three-skills
Live on prod, watching, 2 days left
internal_only
Libra has no production signal for this change on prod yet. Libra checks hourly for 3 days after each deploy.
playbook-instruction-eval/subagent-runner before commit, runs thermo-review via a fresh impartial subagent, opens the PR with a CloudWatch/Axiom "verify in prod" section, then monitors CI and Greptile to green , fixing everything, including all valid Greptile comments, not just the small ones. Fix-retry loops are bounded (3 rounds) and escalate over Slack past that.schedule skill, not the session-scoped CronCreate) that Slack-pings only on a genuine regression. Read-only , reuses monitor-change's telemetry mapping but never auto-opens a fix PR. Guards against spinning up a duplicate routine for the same env.SKILL.md + reference files) , no code to typecheck or unit test.name/description, per this repo's skill-creator conventions).thermo-review, monitor-change, and fix-bug/references/observability.md point at files that exist in this repo.🤖 Generated with Claude Code
The PR should not merge until deploy-watch derives candidates from successful deployments rather than treating every base-branch merge as deployed.
### Issue 1
.claude/skills/deploy-watch/SKILL.md:69-71
This treats every merge into `staging` or `main` as a successful deployment. Staging can cancel an in-progress deployment when a newer push arrives, and deployment validation or change-scope checks can also stop or skip a release. The skill can therefore offer a PR as deployed and start monitoring behavior that is not actually running in the selected environment. Candidate discovery should use successful deployment records or deployed SHAs rather than merge timestamps alone.
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
### Issue 2
.claude/skills/deploy-watch/SKILL.md:81-82
The query returns at most 50 PRs even though the skill promises
Libra has not measured any production surfaces for this change yet.