risk-assessment-summarization

Summarize ServiceNow GRC risk assessments into consolidated reports with heat-map data.

34|13|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/Happy-Technologies-LLC/happy-servicenow-skills --skill risk-assessment-summarization
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: risk-assessment-summarization
Source: https://github.com/Happy-Technologies-LLC/happy-servicenow-skills/tree/main/skills/grc/risk-assessment-summarization
Command: npx skills add https://github.com/Happy-Technologies-LLC/happy-servicenow-skills --skill risk-assessment-summarization

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill consolidates risk data from ServiceNow GRC into a concise, actionable summary, enabling faster board and executive decision-making by making inherent vs residual risk, trends, and heat-map insights readily accessible.

Core Features & Use Cases

  • Aggregates risk scores across profiles, categories, and business units.
  • Compares inherent vs residual risk to measure control effectiveness.
  • Generates heat map data (likelihood x impact) for visual reporting.
  • Identifies trends over time and provides mitigation recommendations.
  • Useful for risk committees, governance reviews, and board-level reporting.

Quick Start

Load and generate a current risk assessment summary from the ServiceNow GRC data.

Frequently Asked Questions about risk-assessment-summarization

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I summarize a ServiceNow GRC risk assessment for a board-ready report?

A risk assessment summary aggregates inherent versus residual risk scores across business units. It generates heat map data and trend insights to measure control effectiveness, enabling faster executive decision-making and cross-unit posture comparisons.

Can I generate a heat map from ServiceNow GRC risk data?

Generating a risk heat map from ServiceNow GRC involves querying sn_grc_risk and sn_risk_event tables to plot likelihood against impact. This visualizes inherent versus residual risk scores, highlighting areas where mitigation controls effectively reduce exposure.

How do I compare inherent vs residual risk across business lines?

To compare inherent versus residual risk across business lines, aggregate scores from sn_grc_profile and sn_grc_item. This comparison measures control effectiveness by highlighting the gap between original exposure and mitigated risk for each unit.

What ServiceNow GRC tables are needed for a quarterly risk posture review?

A quarterly risk posture review requires querying ServiceNow GRC tables including sn_grc_risk, sn_risk_definition, sn_grc_issue, and sn_compliance_control. Aggregating this data computes risk trends and generates mitigation recommendations for governance reviews.

Does summarizing risk assessments require querying the sn_risk_event table?

Summarizing risk assessments does query the sn_risk_event table to track risk occurrences over time. Combining this event data with sn_grc_risk records allows the summary to identify historical trends and provide accurate mitigation recommendations.