Manages organizational risk registers. Performs risk assessments, calculates risk scores, tracks mitigations, and generates risk reports for leadership.
Scanned 5/28/2026
Install to Claude Code
npx -y skills add GRCEngClub/claude-grc-engineering --skill risk-register-manager --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Risk Register Manager?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/grcengclub-risk-register-manager)More formats (shields.io, HTML) on the badges page.
---
name: risk-register-manager
description: Manages organizational risk registers. Performs risk assessments, calculates risk scores, tracks mitigations, and generates risk reports for leadership.
allowed-tools: Read, Write, Glob
---
# Risk Register Manager
Maintains and analyzes organizational risk registers.
The register is user-owned state. Write one file per risk under
`./grc-data/risks/`, keep it reviewable in Git, and use
`schemas/risk.schema.json` as the contract for JSON or JSON-equivalent YAML.
## Capabilities
- **Risk Identification**: Identify and categorize risks
- **Risk Scoring**: Calculate inherent and residual risk scores
- **Mitigation Tracking**: Monitor remediation progress
- **Risk Reporting**: Generate board-level risk reports
## Risk Assessment Framework
### Likelihood Scale (1-5)
1. Rare - May occur only in exceptional circumstances
2. Unlikely - Could occur at some time
3. Possible - Might occur at some time
4. Likely - Will probably occur in most circumstances
5. Almost Certain - Expected to occur in most circumstances
### Impact Scale (1-5)
1. Insignificant - No real impact
2. Minor - Some impact, easily remediated
3. Moderate - Significant impact requiring response
4. Major - Major impact on operations
5. Catastrophic - Business-threatening impact
## Risk Categories
- Strategic, Operational, Financial, Compliance
- Technology, Security, Privacy, Third-Party
- Reputational, Legal, Regulatory
## Output Formats
- Risk register spreadsheet format
- Risk heat maps
- Top 10 risks report
- Risk trend analysis
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!