Skip to content

Add reusable Maple release skill#636

Merged
AnthonyRonning merged 2 commits into
masterfrom
codex/release-maple-skill
Jul 15, 2026
Merged

Add reusable Maple release skill#636
AnthonyRonning merged 2 commits into
masterfrom
codex/release-maple-skill

Conversation

@AnthonyRonning

@AnthonyRonning AnthonyRonning commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add a repo-local release-maple skill for the full GitHub release workflow
  • add a deterministic preflight for version bumps, clean/current master, existing tags/releases, and required CI
  • document generated notes, release monitoring, evidence-based retries, artifact verification, and Zapstore confirmation

Validation

  • cut and verified v3.1.5 end to end
  • Release workflow passed on attempt 2 after retrying a proven transient Nix cache download failure
  • Zapstore publication passed with pinned Go/zsp verification
  • skill schema validator passed
  • bash -n and shellcheck passed
  • live guard test correctly refused the already-published v3.1.5
  • repo pre-commit hook passed frontend build and 107 tests

Open in Devin Review

Summary by CodeRabbit

  • New Features
    • Added a guided release workflow for publishing and verifying Maple releases.
    • Added automated preflight checks for branch status, version consistency, release tags, and required CI results.
    • Added release verification steps covering GitHub release metadata, workflow completion, and published artifacts.
    • Added configuration and prompts for invoking the Maple release workflow.

@coderabbitai

coderabbitai Bot commented Jul 15, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 24 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: cf78cc25-2a70-4b49-bba7-16f8bd5bbd2a

📥 Commits

Reviewing files that changed from the base of the PR and between 3aa11b7 and 4d90e8c.

📒 Files selected for processing (2)
  • .agents/skills/release-maple/SKILL.md
  • .agents/skills/release-maple/scripts/preflight.sh
📝 Walkthrough

Walkthrough

Adds a release-maple skill with release instructions, interface metadata, and a Bash preflight script that validates Maple repository state, versions, tags, history, and required CI workflows before producing release metadata.

Changes

Maple release workflow

Layer / File(s) Summary
Release skill contract
.agents/skills/release-maple/SKILL.md, .agents/skills/release-maple/agents/openai.yaml
Defines the release procedure, verification sequence, reporting requirements, and skill interface metadata.
Repository and version preflight
.agents/skills/release-maple/scripts/preflight.sh
Checks dependencies, repository location, branch cleanliness, synchronization with origin/master, and consistency across frontend, Tauri, and Cargo versions.
Release readiness validation
.agents/skills/release-maple/scripts/preflight.sh
Validates semantic version advancement, tag and release uniqueness, commit history, required workflow success, and outputs release metadata as JSON.

Estimated code review effort: 3 (Moderate) | ~20 minutes

Sequence Diagram(s)

sequenceDiagram
  participant Operator
  participant preflight.sh
  participant GitHub
  participant ReleaseWorkflow
  participant ZapstoreWorkflow
  Operator->>preflight.sh: Run release preflight
  preflight.sh->>GitHub: Check tags, releases, history, and workflow runs
  preflight.sh-->>Operator: Return release metadata JSON
  Operator->>GitHub: Create release with generated notes
  GitHub->>ReleaseWorkflow: Run release workflow
  ReleaseWorkflow->>ZapstoreWorkflow: Trigger publication workflow
  Operator->>GitHub: Verify release and published artifacts
Loading

Poem

A rabbit checks the tags in line,
And finds the versions neat and fine.
CI hops, the release blooms,
Zapstore fills its waiting rooms.
“Ship it!” sings the carrot crew. 🐇

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: adding a reusable Maple release skill.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/release-maple-skill

Comment @coderabbitai help to get the list of available commands.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 15, 2026

Copy link
Copy Markdown

Deploying maple with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4d90e8c
Status: ✅  Deploy successful!
Preview URL: https://39022c47.maple-ca8.pages.dev
Branch Preview URL: https://codex-release-maple-skill.maple-ca8.pages.dev

View logs

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

coderabbitai[bot]

This comment was marked as resolved.

@AnthonyRonning
AnthonyRonning merged commit 8cdb5cb into master Jul 15, 2026
17 checks passed
@AnthonyRonning
AnthonyRonning deleted the codex/release-maple-skill branch July 15, 2026 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant