### Execute Repository Helper Scripts Source: https://github.com/geekswamp/agent-skills/blob/main/README.md Helper scripts used to generate context for commit messages or changelogs. These scripts are located in the skill-specific directories and can be executed via bash to provide data for agent workflows. ```bash # Draft commit message context bash skills/draft-commit-message/scripts/git-diff.sh # Optional scoped diff analysis bash skills/draft-commit-message/scripts/git-diff.sh # Generate changelog source data (JSON) bash skills/changelog/scripts/gen-changelog.sh ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.