workflows/workflows/agent-environment-setup/platforms/codex/generated-skills/loop/SKILL.md
Run a bounded autonomous iteration loop that keeps executing, verifying, and tightening scope until the task is done or blocked.
npx skillsauth add cubetiq/cubis-foundry loopInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Keeps a bounded execution cycle moving through small units of work, verifying each iteration before deciding whether to continue.
Use this for contained tasks that benefit from repeated tighten-and-verify passes, not for open-ended product exploration.
orchestrator
web-testing, android-emulator-testing, or ios-simulator-testing when the loop needs runtime evidence.Provide the target outcome, hard stop conditions, and any constraints on time or scope.
Each loop must end with evidence. If progress stalls, the workflow should stop rather than hiding failure.
LOOP_WORKFLOW_RESULT:
iterations: <count>
completed:
- <item>
evidence:
- <verification>
stopped_reason: <done | blocked | limit-reached>
Typical next step: /review or user escalation
tools
Use when investigating latest vendor behavior, comparing tools or platforms, verifying claims beyond the repo, or gathering external evidence before implementation.
documentation
Use when designing database schemas, normalization strategies, indexing plans, query optimization, and migration workflows for relational, document, or hybrid data stores.
development
Use when writing, reviewing, or refactoring modern C#/.NET code, including minimal APIs, records, async streams, pattern matching, DI lifetimes, and memory-efficient performance tuning.
development
Use when conducting code reviews, building review checklists, calibrating review depth, providing structured feedback, or establishing team review practices. Covers review methodology, feedback patterns, automated checks, and batch review strategies.