awf-release-integrator
SolidUpgrade gh-aw to latest gh-aw-firewall release and identify follow-up spec tasks.
Install
Quality Score: 90/100
Skill Content
Details
- Author
- github
- Repository
- github/gh-aw
- Created
- 11 months ago
- Last Updated
- today
- Language
- Go
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
dependency-upgrade
Bring a repo's dependencies up to the latest versions across JavaScript (npm/pnpm/yarn), Ruby (bundler), Python (uv/poetry/pip), and GitHub Actions — reading changelogs/migration guides for major bumps, applying the needed code changes, and landing each step as its own verified commit. Use when the user wants to "update my packages", "upgrade dependencies", "bump deps to latest", "check for outdated packages", or do this across all their repos (fleet mode). Gates every commit on a green test suite; defers any major it can't get green to a written report. Pairs with the github-actions skill (Actions pins) and respects dev-env-setup's 4-day dependency cooldown.
dependency-upgrade
Use when a dependency is outdated or has a known vulnerability and you need to upgrade it safely with the right changelog and migration notes.
release-workflow
End-to-end release process: semver level decisions from Conventional Commits, changelog generation, annotated git tags, GitHub Releases via gh CLI, version bump locations, hotfix branching, and CI automation shape. Use this skill whenever you are cutting a release, bumping a version, generating or updating a changelog, creating a git tag or GitHub Release, deciding which semver level to apply (major/minor/patch), handling a hotfix release, or working through a release checklist. If the user asks "what version should this be?", "how do I tag this?", "create a release", or "we need a hotfix" — load this skill first.