mcpbeat Sign in

Awf Release Integrator Agent Skill

Upgrade gh-aw to latest gh-aw-firewall release and identify follow-up spec tasks.

869 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
4864
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/github/gh-aw --skill awf-release-integrator

The instruction itself

7 sections, as written by the author

AWF Release Integrator

Use this skill when updating github/gh-aw to a newer github/gh-aw-firewall release.

Goal

Land the version bump cleanly, rebuild the generated artifacts, and review upstream release/spec changes for any follow-up work that should accompany the bump.

Required sources

Consult these sources before editing anything:

  • The latest github/gh-aw-firewall release metadata and body.
  • The current gh-aw version pins in pkg/constants/version_constants.go.
  • The canonical AWF config sources spec in specs/awf-config-sources-spec.md.
  • The embedded AWF schema in pkg/workflow/schemas/awf-config.schema.json.
  • AWF config integration code in:
  • pkg/workflow/awf_config.go
  • pkg/workflow/awf_helpers.go
  • related AWF tests under pkg/workflow/

For upstream spec review, compare these files from the target github/gh-aw-firewall release or tag:

  • docs/awf-config-spec.md
  • docs/awf-config.schema.json
  • src/awf-config-schema.json
  • any release assets such as awf-config.schema.json

Update procedure

  • Read pkg/constants/version_constants.go and record:
  • DefaultFirewallVersion
  • every AWF*MinVersion constant
  • Look up the latest github/gh-aw-firewall release.
  • If the latest release tag matches DefaultFirewallVersion, report that no version bump is needed and only continue with spec/release-note review if explicitly requested.
  • If a newer release exists, update the gh-aw pins:
  • bump DefaultFirewallVersion
  • update any AWF*MinVersion constants that must move because the new release introduces or changes gated flags/features
  • Review release notes for:
  • new flags
  • removed or deprecated flags
  • schema/config additions
  • security fixes
  • behavioral changes that could require new tests, docs, or ADR/spec updates
  • Review the upstream AWF specification and schema changes against:
  • pkg/workflow/schemas/awf-config.schema.json
  • specs/awf-config-sources-spec.md
  • local AWF config generation and validation code
  • Update any directly related gh-aw files needed for a complete integration, such as:
  • embedded schema copies
  • version-gated helpers/tests
  • specs or ADRs documenting newly surfaced AWF behavior
  • Add or update a patch changeset when the bump changes shipped behavior.

Required validation

After editing, run the full AWF rebuild flow exactly in this order. The second

make recompile is required to refresh image SHA pins resolved during the first pass.

make build
make recompile
make recompile

Then run focused validation for any touched Go code or schema logic, especially AWF-related tests.

Expected output

Summarize:

  • current gh-aw AWF version → target release
  • updated constants
  • release-note highlights
  • specification/schema differences reviewed
  • additional recommended follow-up updates that are not yet implemented

Review heuristics

When deciding whether more than a version bump is needed, specifically check for:

  • new AWF schema properties not represented in gh-aw
  • new CLI flags that need AWF*MinVersion gates
  • config fields present in schema but absent from gh-aw generation/validation
  • drift that should update specs/awf-config-sources-spec.md
  • tests whose expected pinned AWF version or schema URLs need refresh

Other skills for the same job

different authors, same section of the catalogue
Protocolsio Integration
by christophacham
×4

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

16k tokens
Tailored Resume Generator
by frostant
×4

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

3k tokens
Expo Dev Client
by openai
vendor ×3

Build and distribute Expo development clients locally or via TestFlight

961 tokens
Executing Plans
by ZhanlinCui
×3

Use when you have a written implementation plan to execute in a separate session with review checkpoints

542 tokens
Anndata
by christophacham
×3

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

16k tokens
Benchling Integration
by christophacham
×3

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

14k tokens
Biopython
by christophacham
×3

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

24k tokens
Cellxgene Census
by christophacham
×3

Query the CELLxGENE Census (61M+ cells) programmatically. Use when you need expression data across tissues, diseases, or cell types from the largest curated single-cell atlas. Best for population-scale queries, reference atlas comparisons. For analyzing your own data use scanpy or scvi-tools.

8k tokens

How to use it

Copy the folder

Take github/awf-release-integrator from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.