Error-Handling Agent Workflow
Independent PiSkill directory guide. The original prompt remains hosted by GitHub Awesome Copilot.
What does this prompt do?
Demonstrates a prompt-driven Copilot SDK workflow that handles execution errors and returns useful recovery information.
Primary use case
Build resilient prompt execution with explicit error recovery.
Expected output
A task result or a controlled recovery response.
Inputs or variables
- task prompt
Related prompts
Accessibility Report Agent
Uses the Copilot SDK to inspect a target and produce a structured accessibility report with actionable findings.
Iterative Ralph Loop
Implements an iterative agent loop that repeatedly evaluates progress and continues until defined completion conditions are met.
Local File Management Agent
Shows how to scope a Copilot SDK prompt workflow that reads and manages local files with explicit tool boundaries.
Pull Request Visualization
Turns pull-request information into a visual summary through a reusable Copilot SDK recipe.
Behavior Reconstruction
Reconstructs actual software behavior from code paths, tests, logs, data, and interfaces when documentation is incomplete or a regression's expected state is unclear.
Find and Fix Bugs
Combines defect discovery, root-cause analysis, scoped implementation and validation into one controlled workflow.