Skip to main content

Software Development

Release Notes Writer

Translates technical commit history and PR descriptions into user-facing release notes with highlights, fixes, and an upgrade guide for breaking changes. Useful for product teams that want polished release comms without manual authoring. Engineering leads owning release comms, product managers wanting structured launch notes, founders posting release announcements to customers, open-source maintainers cutting weekly releases. The result is either a mechanical commit-log dump that nobody reads or nothing at all. Both outcomes erode trust: users do not know what changed, what broke, or what to do. A writer that takes the same inputs a thoughtful engineer would use — commit history, merged PRs, issue links — and composes user-facing notes in the formats the team actually needs closes the communication gap without consuming an engineer's afternoon.

Nexus CertifiedClaude CodeCodexOpenClawGoogle Antigravity
release-noteschangelogcommunicationsproductdocumentation

One-Time Purchase

$19.99

Sample Output

Release v3.2.0

Headline

The dashboard is up to 60% faster thanks to server-side query batching, webhook deliveries now retry automatically, and report export to CSV/Excel finally landed. Two breaking changes ship in this release — the long-deprecated /v1/reports endpoint is gone and webhook triggered_at is now ISO 8601. Review the upgrade guide before deploying.


Changes

Features

Report export to CSV / Excel from the report toolbar, including filtered views and custom column ordering#PR-876
Webhook retry policy — up to 5 attempts with exponential backoff (1s → 2s → 4s → 8s → 16s); delivery log in the Webhooks panel#PR-901
POST /v2/goals/batch — create or update up to 100 goals in a single request#PR-912
Dashboard server-side query batching — up to 60% faster initial load#PR-884

Fixes

Null scorecard cells now display as "—" instead of 0%#PR-893
Date-range picker now respects UTC+5:30 and UTC+5:45 offsets#PR-897
PDF exports no longer truncate the last page on reports over 50 rows#PR-888
Race condition that could create duplicate entries on rapid measure updates#PR-909

Internal (not user-facing)

CI migrated from CircleCI to GitHub Actions#PR-878
Measure calculation engine refactor — no behavior change#PR-882
Upgraded jsonwebtoken to 9.0.2 (CVE-2024-38997, moderate severity)#PR-921

Breaking Changes

ChangeSeverityWho's affectedAction
GET /v1/reports removed (deprecated since v2.8.0)BreakingAnyone still calling the v1 endpointMigrate to GET /v2/reports — note the data wrapper
Webhook triggered_at is now ISO 8601 (was Unix timestamp)BreakingAny webhook consumer parsing the fieldReplace Unix-timestamp parsing with ISO 8601 parsing
jsonwebtoken upgraded to 9.0.2PatchDirect consumers of the JWT libraryMostly transparent; review any custom algorithm overrides

Upgrade Notes

GET /v1/reports removal

The v1 endpoint is gone. Search your codebase for /v1/reports, replace with /v2/reports, and update response parsing — v2 wraps results in a data envelope: { "data": [...], "meta": { ... } }. Test in staging before production deploy.

Webhook triggered_at format

Before:

{ "triggered_at": 1747228800 }

After:

{ "triggered_at": "2026-05-14T08:00:00Z" }

Replace any new Date(triggered_at * 1000) with new Date(triggered_at). If you persist this column as INTEGER, migrate to TIMESTAMP or VARCHAR. Validate against the updated payload schema in your staging webhook endpoint before going live.

Security patch

CVE-2024-38997 (moderate, token-validation edge case) is patched by the jsonwebtoken bump. No customer action required unless you've forked the library or override the algorithm list.


Communications-Ready Copy

GitHub release body

ClearPoint Nexus v3.2.0 ships faster dashboards, smarter webhooks, and long-requested export options. Two breaking changes — /v1/reports is removed and webhook triggered_at is now ISO 8601. Full upgrade guide below.

Customer email — subject line

ClearPoint Nexus v3.2.0 — Faster dashboards, report exports, and smarter webhooks

Customer email — body

Hi [First Name], ClearPoint Nexus v3.2.0 is now available. Dashboards load up to 60% faster, you can export any report to CSV or Excel, and webhook deliveries now retry automatically. This release includes two breaking changes for API and webhook integrations — please review the upgrade guide before updating.


This sample illustrates the skill's output format. PR numbers and version are illustrative.

View full sample →

All sales final. No refunds on digital products.

Includes support for Claude Code, Codex, OpenClaw, and Google Antigravity in the same license.

Also in Product Documentation & Onboarding

Bundle price: $55. Compare this skill with the full workflow bundle or Pro access.

Best for

Product managers and engineering leads cutting monthly or biweekly releases who need user-facing notes plus an upgrade guide derived from the actual commit history. Most useful when the audience is developers or technical customers who care about what changed and how to adapt.

Not ideal for

Consumer products where release notes are a marketing surface and the value is in the screenshot, the GIF, and the launch tweet, not the structured changelog. Also a poor fit for teams shipping continuously without distinct release boundaries — the skill needs a defined range of commits to summarize.

Included in this purchase

  • Claude Code, Codex, OpenClaw, and Google Antigravity skill files.
  • Setup guidance for the right adapter in your workspace.
  • One-time license for the purchased skill version.

Setup

Plan for a short setup in the repository or workspace where the skill will run. Some coding familiarity helps for implementation-heavy outputs.

Claude CodeCodexOpenClawGoogle Antigravity

Related Skills

Code Generation & Review
Featured
Code Generation
Generates, reviews, debugs, and executes code in sandboxed workflows. Useful for implementation, refactoring, and technical problem solving.
Claude CodeCodexOpenClawGoogle Antigravity
codingdebuggingcode-review

$19.99

One-time license

View Skill
Product Documentation & Onboarding
API Documentation Generator
Generates structured, developer-ready API documentation from code, OpenAPI specs, route definitions, or descriptions. Produces reference docs, quickstart guides, error references, and code examples.
Claude CodeCodexOpenClawGoogle Antigravity
apidocumentationdeveloper-experience

$19.99

One-time license

View Skill
Code Generation & Review
Intelligent PR Composer
Generates pull request descriptions that capture context, alternatives considered, test plan, risk areas, and reviewer guidance beyond a simple diff summary. Useful for teams that want senior-quality PRs without manual authoring.
Claude CodeCodexOpenClawGoogle Antigravity
pull-requestscode-reviewgit

$19.99

One-time license

View Skill

Future Updates

This purchase includes the current version of the skill. If you want future adapter updates — meaning compatibility and packaging updates as supported platforms evolve — plus new catalog additions included automatically, upgrade to Pro.

Upgrade to Pro