stardroid-v1/.claude/skills/whats-new/SKILL.md
Fully automated release note generator for Sky Map. Just provide the last tag.
npx skillsauth add sky-map-team/stardroid Sky Map Changelog AssistantInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
python3 tools/generate_changelog.py [TAG]release_date, commits, closed_issues, and merged_prs.release_date provided by the tool.Before drafting, read both output files if they exist:
app/src/main/res/values/whatsnew_content.xmlfastlane/metadata/android/en-US/changelogs/default.txtThis skill may be run multiple times before a release. Treat the existing content as cumulative output from previous runs — preserve all existing items and only add changes not yet covered.
merged_prs descriptions over raw commit messages — PR authors write summaries for review.default.txt.whatsnew_content.xml in app/src/main/res/values/<h2> for each feature heading followed by a short descriptive paragraph.<ul><li> to group multiple minor items under a single heading.default.txt under fastlane/metadata/android/en-US/changelogswc -m after writing.<b><font color="#F67E81">Section</font></b> headings to group items.-- The output should be prepended to the CHANGELOG.md file and use GitHub markup. -- The release notes here can be more thorough and detailed that targets A and B. -- The target audience is users who are developers themselves or who are comfortable installing the app from other other sources than the Google Play Store.
data-ai
Fetches Buy Me a Coffee supporters and updates the app/src/main/res/values/notranslate-sponsors.xml file. Trigger this when asked to "sync sponsors", "update donors", or "refresh credits".
data-ai
Fetches GitHub contributors for Sky Map and updates the app/src/main/res/values/notranslate-contributors.xml file. Trigger this when asked to "sync contributors", "update contributors", or "refresh credits".
data-ai
--- name: release-splash description: Update the Sky Map splash screen for a new planetary release. Composites a portrait image onto the base splash with a branded strip. Use when asked to "update splash", "add splash for X release", or "create release branding". ARGUMENTS: "<ReleaseName> <path/to/source.png> [crop x1,y1,x2,y2]" disable-model-invocation: true --- # Sky Map Release Splash Screen Update the splash screen assets for a new Sky Map release. ## Arguments `$ARGUMENTS` should be: `<
development
Deploy Sky Map to the Google Play Store using fastlane. Trigger on "deploy to Play Store", "release to internal", "promote to beta/production", "upload metadata", or similar Play Store release requests.