workflow-review
Installation
SKILL.md
Workflow review
Read the workflow files and recent execution evidence before proposing changes.
Review the workflow as one program:
- Explain its trigger, data flow, side effects, and result.
- Test representative success, empty, malformed, duplicate, and dependency-failure inputs.
- Identify failures that can be handled locally and failures that must remain visible.
- Remove redundant work and simplify boundaries before adding retries or branches.
- Run affected steps and tests after changes.
Prioritize concrete issues supported by code or execution results. Preserve intentional behavior, and do not add logging, retries, or abstractions without a specific failure they address.