Iterative Ralph Loop
Independent PiSkill directory guide. The original prompt remains hosted by GitHub Awesome Copilot.
What does this prompt do?
Implements an iterative agent loop that repeatedly evaluates progress and continues until defined completion conditions are met.
Primary use case
Run a bounded iterative task with explicit completion criteria.
Expected output
An iteratively refined result and completion status.
Inputs or variables
- task
- completion criteria
- iteration limit
Related prompts
Local File Management Agent
Shows how to scope a Copilot SDK prompt workflow that reads and manages local files with explicit tool boundaries.
Accessibility Report Agent
Uses the Copilot SDK to inspect a target and produce a structured accessibility report with actionable findings.
Error-Handling Agent Workflow
Demonstrates a prompt-driven Copilot SDK workflow that handles execution errors and returns useful recovery information.
Pull Request Visualization
Turns pull-request information into a visual summary through a reusable Copilot SDK recipe.
Claude Hook Generator
Turns a described automation or policy requirement into a Claude Code hook configuration with appropriate events, matching logic, and safe behavior.
Claude Ralph Loop
Runs an iterative Claude Code task loop with explicit completion criteria so multi-step work continues until verified success or a genuine blocker is reached.