agent-loop-ext
Crash-resilient external agent loop with state persistence and CI/CD integration
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.
/aiwg-delivery-prContext 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
namespace: 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"
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.
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.
Reusable project context and specialist workflows for the AI tools you already use. Plan software, coordinate specialist reviews, prepare campaigns, investigate incidents, organize research, curate media, and maintain operational knowledge.
Repo: jmagly/aiwg
Crash-resilient external agent loop with state persistence and CI/CD integration
Detect requests for iterative autonomous agent loops and route to the appropriate loop executor
Automatically execute tests when code-generating agents modify source files, enforcing the execute-before-return pattern
Enable agent loops to learn from similar past tasks and share patterns across loops
Query and manage the executable feedback debug memory
Execute tests on generated code and iterate until passing