docs(skills): ship-issue skill targets main, not test#68
Conversation
We're collapsing the `test` → `main` staging step (it was always an auto-merge) to speed up the release cycle, so api PRs now go directly against `main`. Updates the recoup-internal-dev-ship-issue skill's branch-target guidance (PR base, the loop diagram, and the promote step). The test *suite* references (TDD / `pnpm test`) are unchanged — only the branch target. Ref: recoupable/chat#1829 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 20 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Replace the repo#TBD placeholder with the live ref + verification status in the same session each PR opens (not batched, not at merge). Gap caught on recoupable/chat#1841. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…ssons Deleted the Principles section (pure restatement of the loop and checklist), the vestigial release-scope/promote-flow language, the redundant vercel-CLI line, and the triple-stated main-target rule. Corrected the generated-JSON guidance (round-trip often fails; anchored insertion is the real path) and added the preview-auth lesson (preview envs can run different Privy/secret config; prod credentials 401). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
What
Updates the
recoup-internal-dev-ship-issueskill so it tells the agent to openapiPRs againstmain, nottest.Why
We're retiring the
test→mainstaging step (it was always an auto-merge) to speed up the release cycle. PRs now go directly againstmainforapi(andchat). Decision recorded in recoupable/chat#1829.Changed (4 branch-target references)
PR target: test→PR target: mainRecoupapiPRs targettest→ `…target `mainopen the api PR (basetest)→…(basemain)squash → test, then test → main via a release PR…→ squash-merge directly tomainThe TDD / test-suite references (
pnpm test, red→green) are untouched — only the branch target changed.Note (out of scope)
The
recoup-internal-dev-issue-trackerskill has onetest→mainmention, but it's inside a historical example closure note (a real past PR that did go throughtest) — left as-is to avoid falsifying the example. Say the word if you'd rather genericize it.🤖 Generated with Claude Code
Summary by cubic
Update
recoup-internal-dev-ship-issuesoapiPRs targetmain, removing thetest→mainstage to speed up releases. Tightens the doc/checklist to squash-merge tomainand require updating the tracking issue’s PR-matrix row at PR-open time (repo#TBD→ live ref + status).Written for commit c43355f. Summary will update on new commits.