Deployment Risk Assessment
Assess deployment risks for releases based on change scope, system criticality, testing coverage, and historical incident patterns to inform go/no-go decisions.
Deployment Risk Assessment
Status: 📝 Placeholder - This prompt is planned but not yet fully implemented.
Purpose
Assess deployment risks for releases using multi-factor analysis (change scope, criticality, testing, history) to inform go/no-go decisions and rollback planning.
Planned Features
- Change scope analysis (lines changed, files touched, components affected)
- System criticality assessment (customer-facing, revenue-impacting)
- Testing coverage evaluation (unit, integration, E2E, manual QA)
- Historical incident correlation (similar changes in past)
- Risk scoring and go/no-go recommendation
Contributing
This prompt needs implementation! See CONTRIBUTING.md for guidelines on developing prompts for this category.
What's needed:
- Change scope calculator (git diff stats)
- Criticality taxonomy (for system components)
- Test coverage aggregator (CI/CD integration)
- Incident history analyzer (correlate changes with incidents)
- Risk scoring model (weighted factors)
Related Assets
Release Readiness Checklist
Generate comprehensive release readiness checklists covering code completion, testing, documentation, security, and operational readiness for production deployments.
Owner: community
Changelog Generator
Automatically generate semantic, user-facing changelogs from merged PRs and closed issues, categorized by feature, fix, breaking change, and deprecation.
Owner: community
Acceptance Criteria Generator
Generate comprehensive acceptance criteria for user stories using Given-When-Then format, covering happy paths, edge cases, and error conditions.
Owner: community
Issue Triage & Prioritization
Triage incoming issues and bugs using multi-factor scoring (severity, impact, effort) to recommend priority levels and sprint assignment.
Owner: community
Label Taxonomy Audit
Audit GitHub label usage across repositories to identify inconsistencies, redundancies, and missing labels, then recommend a standardized taxonomy.
Owner: community
Burndown Forecast & Completion Prediction
Generate burndown charts and forecast completion dates for sprints and epics based on current velocity, scope changes, and historical trends.
Owner: community

