agent-loop-ext
Crash-resilient external agent loop with state persistence and CI/CD integration
Execute tests on generated code and iterate until passing
$ npx -y skills add jmagly/aiwg --skill execute-feedback --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/execute-feedbackContext preview
The summary Claude sees to decide when to auto-load this skill.
Execute tests on generated code and iterate until passing
namespace: aiwg name: execute-feedback platforms: [all] description: Execute tests on generated code and iterate until passing commandHint: category: code-quality
Run executable feedback loop on generated code: execute tests, analyze failures, fix, and retry.
When invoked, perform the executable feedback loop per REF-013 MetaGPT:
1. **Identify Target**
2. **Execute Tests**
3. **Analyze Failures**
4. **Apply Fixes**
5. **Re-Execute**
6. **Escalate if Needed**
7. **Update Debug Memory**
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
Infer measurable completion criteria for an agent-loop task from project docs, code, and AIWG standards when the user has not supplied --completion explicitly