/aiwg-delivery-pr
AIWG-specific delivery pull request workflow; explicit alias for aiwg-pr, not a generic repository PR guide
$ npx -y skills add jmagly/aiwg --skill aiwg-delivery-pr --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/aiwg-delivery-pr
Context preview
The summary Claude sees to decide when to auto-load this skill.
AIWG-specific delivery pull request workflow; explicit alias for aiwg-pr, not a generic repository PR guide
SKILL.md
aiwg-delivery-pr.SKILL.mdnamespace: aiwg name: aiwg-delivery-pr platforms: [all] description: AIWG-specific delivery pull request workflow; explicit alias for aiwg-pr, not a generic repository PR guide triggers: - "AIWG delivery PR" - "AIWG release PR" - "AIWG product PR" - "open an AIWG PR"
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 and shared threat-assessment gates exactly. 3. If the request is generic repository PR work, stop and route to ordinary git/Gitea/GitHub PR creation instead.
Multi-agent AI framework for Claude Code, Copilot, Cursor, Warp, and 6 more platforms 200+ agents, 109+ CLI commands, 400+ deployable agent/skill/command/rule artifacts, 8 core frameworks, 32 addons, and a 40-plugin Claude Code marketplace.
Repo: jmagly/aiwg
Other skills on aiwg.
- /agent-loop-ext
Crash-resilient external agent loop with state persistence and CI/CD integration
Open skill - /agent-loop
Detect requests for iterative autonomous agent loops and route to the appropriate loop executor
Open skill - /auto-test-execution
Automatically execute tests when code-generating agents modify source files, enforcing the execute-before-return pattern
Open skill - /cross-task-learner
Enable agent loops to learn from similar past tasks and share patterns across loops
Open skill - /debug-memory
Query and manage the executable feedback debug memory
Open skill - /execute-feedback
Execute tests on generated code and iterate until passing
Open skill

