governance-review
Manages the review process for Olympus protocol module upgrades and governance rollouts.
Install
mkdir -p .claude/skills/governance-review && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/19007" && unzip -o skill.zip -d .claude/skills/governance-review && rm skill.zipInstalls to .claude/skills/governance-review
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Guide for reviewing deployment, activation and governance steps.Key capabilities
- →Advise on OCG and Multisig processes for protocol rollouts
- →Review module upgrades
- →Check policy configuration requirements
- →Verify governance activation steps
- →Identify potential issues in deployment
How it works
The skill provides guidance on OCG and Multisig processes, reviewing module upgrades and policy configurations. It checks for roles, ordering, timing, safety, and cleanup aspects.
Inputs & outputs
When to use governance-review
- →Review a proposed module upgrade
- →Verify governance activation steps
- →Check policy configuration requirements
About this skill
Governance Review
This guide advises on how to perform the rollout of new policies and modules in the Olympus protocol.
Governance Context
- OCG (On-Chain Governance): 11-day process for execution of the proposal, enables policies, grants roles
- DAO MS (Multisig): Installs modules/policies via
kernel.executeActions(), has operational roles (e.g.,price_admin) - Critical systems: Heart, RANGE cannot have downtime
- Permissions: Keycode-based, persist across module upgrades
- Enabling: A standard practice is to have an OCG proposal to grant roles and enable new policies.
Examples
Module Upgrade
It is intended to upgrade the PRICE module to a new version. The current setup of the protocol allows the DAO MS to install/upgrade modules via the Kernel.
However, that module requires configuration of assets. Without this configuration, existing policies that depend on the module, e.g. YieldRepurchaseFacility, will revert (preventing the heartbeat from succeeding) or behave unexpectedly (likely the worse outcome).
Context:
- The
price_adminrole is already granted to the DAO MS, due to its usage in the previous PriceConfig policy. - The PriceConfigv2 policy allows for configuration of the PRICE module's assets. It requires installation in the kernel, and actions are gated to the
price_adminrole. - The standard practice is for new policies to be disabled by default (via the
PolicyEnablermix-in). This would require an OCG proposal to be completed in order to enable the PriceConfigv2 policy and allow the DAO MS to configure assets.
The outcome of this is that there is a minimum 11-day window between deployment of the PRICE module upgrade and the execution of the OCG proposal, during which the Heart contract's heartbeat would be non-functional. This is unacceptable.
Potential solutions:
- Configure the assets in the upgraded PRICE module at deployment-time
- Configure the assets in the upgraded PRICE module at installation-time, via a custom
initialize()function gated to the DAO MS - Enable the PriceConfigv2 policy so that it is enabled by default. This allows the DAO MS to configure the assets at the time of installation.
Generic Patterns to Check
Roles
- Are all necessary roles granted before execution of an OCG proposal?
Ordering and Timing
- Does the 11-day OCG process cause any issues with activation and configuration of the contracts?
- Does the order of operations account for dependencies?
- Are dependent operations batched together?
- Can the ordering of different tasks be changed?
Safety
- Is there a rollback plan if something fails?
- Are critical operations batched to avoid downtime?
- Does a batch account for the 11-day OCG timelock?
- Is the reliability of the heartbeat put in jeopardy?
Cleanup
- Are roles/permissions cleaned up after temporary grants?
- Are temporary addresses/contracts removed after use?
Advisory Role
Point out potential issues, suggest optimizations, highlight assumptions, and ask clarifying questions.
When not to use it
- →When not performing a rollout of new policies or modules in the Olympus protocol
Limitations
- →Critical systems like Heart and RANGE cannot have downtime
- →OCG is an 11-day process for execution
- →Permissions are Keycode-based and persist across module upgrades
How it compares
This skill offers a structured governance review process for Olympus protocol rollouts, focusing on critical systems, permissions, and potential downtime, unlike a general review.
Compared to similar skills
governance-review side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| governance-review (this skill) | 0 | 5mo | No flags | Advanced |
| dot-audit-readiness | 0 | 2mo | No flags | Intermediate |
| cloud-cost-management | 7 | 4mo | Review | Beginner |
| risk-management-specialist | 3 | 7mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
dot-audit-readiness
x3fleetsafety
|
cloud-cost-management
aj-geddes
Optimize and manage cloud costs across AWS, Azure, and GCP using reserved instances, spot pricing, and cost monitoring tools.
risk-management-specialist
davila7
Senior Risk Management specialist for medical device companies implementing ISO 14971 risk management throughout product lifecycle. Provides risk analysis, risk evaluation, risk control, and post-production information analysis. Use for risk management planning, risk assessments, risk control verification, and risk management file maintenance.
quality-manager-qms-iso13485
alirezarezvani
ISO 13485 Quality Management System implementation and maintenance for medical device organizations. Provides QMS design, documentation control, internal auditing, CAPA management, and certification support.
database-cloud-optimization-cost-optimize
sickn33
You are a cloud cost optimization expert specializing in reducing infrastructure expenses while maintaining performance and reliability. Analyze cloud spending, identify savings opportunities, and implement cost-effective architectures across AWS, Azure, and GCP.
capa-officer
alirezarezvani
CAPA system management for medical device QMS. Covers root cause analysis, corrective action planning, effectiveness verification, and CAPA metrics. Use for CAPA investigations, 5-Why analysis, fishbone diagrams, root cause determination, corrective action tracking, effectiveness verification, or CAPA program optimization.