Review an AI-enabled workflow before deployment. Focus on concrete failure paths, permissions, verification, recoverability, and human authorization.
Review an AI-enabled workflow before deployment. Focus on concrete failure paths, permissions, verification, recoverability, and human authorization.
Already have an account?
Install this skill from your terminal in one command.
npx promptdock@latest install jeffpall8146/ai-workflow-risk-reviewerReview an AI-enabled workflow before deployment. Focus on concrete failure paths, permissions, verification, recoverability, and human authorization.
Sign in to read the full skill
This is a premium skill. Create a free account to see the full SKILL.md; installing it needs an Explorer plan or higher.
Read a project's actual entry points, config and scripts, then write a README whose install and usage steps can be executed verbatim.
Diagnose why an app runs locally but not when deployed: every variable the code reads, cross-checked against each environment, with fail-soft keys called out.
Document an HTTP API from its handlers — real params, real response shapes, real error codes — and flag every place the existing spec has drifted from the code.
Turn a branch diff into a pull request description a reviewer can act on: what changed, why, what to look at hardest, and what was deliberately left out.