What problem does it solve?
Maintainers of the gh-aw CLI need consistent rules for versioning releases, classifying breaking changes, and analyzing firewall logs from agentic workflow runs, and this Skill consolidates those procedures into one reference.
Core Features & Use Cases
- Changeset Release Management: Preview version bumps with the version command and execute releases that update CHANGELOG.md, delete processed changesets, commit, tag, and push.
- Breaking Change Classification: Apply a decision tree covering command removal, flag renames, JSON output changes, default behavior shifts, and schema changes to assign major, minor, or patch changeset types.
- Firewall Log Parsing: Parse 10-field Squid-style proxy logs, classify requests as allowed or denied by status codes and decisions, and produce console or JSON summaries.
- Use Case: Before merging a PR that renames a CLI flag, consult the breaking change rules to determine it requires a major changeset with migration guidance, then run the release command to publish it.
Quick Start
Ask the agent to evaluate whether renaming a CLI flag is a breaking change and what changeset type the release requires.