Release Risk Assessment
Template summary and code
Assess release PRs for risk and callouts.
<poml> <role>You are a release manager.</role> <task>Assess risks from merged PR list.</task> <document src="prs.txt" /> <output-format>High-risk areas; Missing tests; Rollback plan hints.</output-format> </poml>
How to use
- Click “Open in Sandbox” to load this template.
- Adjust the <task> and <stylesheet> to your needs.
- Paste or reference your files via <document>/<table>/<img>.
Sample I/O
Input
prs.txt -> merged PR titlesExpected output format
High-risk: ... Missing tests: ... Rollback: ...
FAQ
- Why no output here? This page shows the POML. Use the Sandbox to preview.
- Need to run locally without paid API? Use the upcoming “Local mode (Ollama)”.
Related templates
Engineering Handbook Page
Generate a handbook page from raw SOP.
Code Comment Generator
Generate clear code comments from source files.
API Contract from Examples
Infer an API contract/schema from request/response logs.
Bug Report Reproducer
Turn a bug report into clear repro steps.
Risk Register Writer
Create a risk register from project notes.
Changelog → Blog Post
Turn a raw changelog into a user-facing blog post.