toby-app-store-changelogCreate user-facing App Store release notes by collecting and summarizing all user-impacting changes since the last git tag (or a specified ref). Use when ask...
Install via ClawdBot CLI:
clawdbot install tobeyrebecca/toby-app-store-changelogGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://skillboss.co/skill.mdAudited Apr 16, 2026 · audit v1.0
Generated May 6, 2026
A mobile app development team uses the skill to automatically generate Apple App Store release notes from git commits between versions. This saves time and ensures consistency for each bi-weekly release.
A SaaS company uses the skill to produce 'What's New' summaries for their web application updates. The skill collects changes from git history, filters user-facing updates, and drafts concise bullet lists for release announcements.
An organization with a CI/CD pipeline integrates this skill to auto-generate changelogs after each deployment. The output feeds into automated notification systems for stakeholders.
A developer managing both iOS and Android releases uses the skill to produce consistent release notes across platforms. The skill's output is adapted for both App Store and Google Play Store guidelines.
Offer a basic version of the skill for free with limited customization, and a premium version with advanced filtering, multi-platform support, and analytics.
License the skill as a plugin within larger DevOps suites (e.g., Jira, GitLab) for enterprise clients who need automated changelog generation as part of their release pipeline.
Provide consulting services to customize the skill for specific workflows, such as integrating with project management tools or tailoring output to brand guidelines.
💬 Integration Tip
Ensure the script 'collect_release_changes.sh' is executable and placed in the repo root. For best results, maintain consistent git tagging conventions (e.g., semantic versioning) to automatically detect release boundaries.
Scored May 6, 2026
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Essential Git commands and workflows for version control, branching, and collaboration.
Git commits, branches, rebases, merges, conflict resolution, history recovery, team workflows, and the commands needed for safe day-to-day version control. U...
Query and manage GitHub repositories - list repos, check CI status, create issues, search repos, and view recent activity.
Advanced git operations beyond add/commit/push. Use when rebasing, bisecting bugs, using worktrees for parallel development, recovering with reflog, managing subtrees/submodules, resolving merge conflicts, cherry-picking across branches, or working with monorepos.
Comprehensive GitHub CLI (gh) reference. Covers repos, issues, PRs, Actions, releases, gists, search, projects v2, API, secrets/variables, labels, codespaces...