whats-new

Generate a version-tracked What's New screen with local and remote content providers.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/ano4l/SiteRent --skill whats-new-ano4l
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: whats-new
Source: https://github.com/ano4l/SiteRent/tree/main/skills/generators/whats-new
Command: npx skills add https://github.com/ano4l/SiteRent --skill whats-new-ano4l

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps teams automatically display concise release notes after app updates, ensuring users see what's new without manual onboarding.

Core Features & Use Cases

  • Post-update What's New screen with version-tracked highlights.
  • Supports local content for rapid iteration and remote content for dynamic release notes.
  • Works across mobile and web platforms, surfacing notes only once per version.

Quick Start

Trigger the What's New sheet after an app update to show the latest release notes and highlights to users.

Frequently Asked Questions about whats-new

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically show release notes after an app update?

You can display a one-time What's New screen after app updates by tracking the CFBundleShortVersionString, ensuring users see release highlights only once per version across devices.

What is the best way to highlight new features to users after they update?

The best way to highlight new features post-update is generating a version-tracked What's New screen. This UI component supports paging and dismissal to surface release changes automatically without manual onboarding.

Can I use remote content for dynamic release notes instead of local files?

Yes, you can use remote content providers for dynamic release notes. The implementation supports both local content for rapid iteration and remote content to dynamically update What's New highlights across platforms.

Does this release notes approach work across both mobile and web platforms?

Yes, this cross-platform release notes approach works across mobile and web platforms. It targets multi-platform apps by surfacing version-based highlights and ensuring a one-time-per-version display across all devices.

How do I ensure the What's New screen only appears once per app version?

To ensure the What's New screen appears once per app version, the system implements version tracking using CFBundleShortVersionString. This prevents redundant displays of the same release notes after the initial post-update view.