Skip to main content
AI/MLjmagly

aiwg-delivery-pr

AIWG-specific delivery pull request workflow; explicit alias for aiwg-pr, not a generic repository PR guide

Stars
141
Source
jmagly/aiwg
Updated
2026-05-31
Slug
jmagly--aiwg--aiwg-delivery-pr
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/jmagly/aiwg/HEAD/agentic/code/addons/aiwg-utils/skills/aiwg-delivery-pr/SKILL.md -o .claude/skills/aiwg-delivery-pr.md

Drops the SKILL.md into .claude/skills/aiwg-delivery-pr.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

AIWG Delivery Pull Requests

Use this skill only for AIWG product/workspace delivery where .aiwg/aiwg.config delivery policy, AIWG issue linking, no-attribution, and CI-green-before-done rules are authoritative.

This is an explicit alias for aiwg-pr. Existing aiwg-pr callers remain valid. Generic requests like "open a PR for this repo" should use the host repository's normal PR tooling and templates, not this AIWG-specific workflow, unless the repository is the AIWG product workspace or the operator explicitly asks for AIWG delivery policy.

Route

  1. Read aiwg-pr with aiwg show skill aiwg-pr.
  2. Apply its delivery-policy gate exactly.
  3. If the request is generic repository PR work, stop and route to ordinary git/Gitea/GitHub PR creation instead.