/risk-assessment
CRITICAL. MUST activate before execution when environment has access to databases, cloud services, S3, or similar external systems, any access to servers of higher environments, and when assessing environment risk level.
$ npx -y skills add griddynamics/rosetta --skill risk-assessment --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/risk-assessment
Context preview
The summary Claude sees to decide when to auto-load this skill.
CRITICAL. MUST activate before execution when environment has access to databases, cloud services, S3, or similar external systems, any access to servers of higher environments, and when assessing environment risk level.
SKILL.md
risk-assessment.SKILL.mdname: risk-assessment description: "CRITICAL. MUST activate before execution when environment has access to databases, cloud services, S3, or similar external systems, any access to servers of higher environments, and when assessing environment risk level."
<risk_assessment>
<process>
1. Assess access to dangerous MCPs (database, cloud, S3, similar) or servers (SQL, API, similar). 2. Assign risk level: low, medium, high, critical. 3. Read-only or local = low. 4. Shared dev/stage/qa = medium. 5. +1 level for write access. 6. +1 level for access to higher environments including stage, pre-production, production. 7. Output `AI Risk Assessment: {LEVEL}`.
Escalation:
8. MEDIUM: warn user, explain failure modes. 9. HIGH: require user to understand data loss risk. 10. CRITICAL: block execution, require external risk reduction. OVERRIDE NOT ALLOWED.
</process>
<pitfalls>
- Defaulting to "low" without checking accessible MCPs.
- Not re-assessing when new environments join mid-session.
</pitfalls>
</risk_assessment>
Repo: griddynamics/rosetta
Other skills on rosetta.
- /collect-github-stats
Collect GitHub repo health/usage stats into merged JSON.
Open skill - /compress-prompt
Compress a Rosetta KB prompt artifact (skill · workflow · phase · rule · agent · template · generic) by stripping structural tautology and ineffective scaffolding while preserving every importance-bearing token. Use when the user asks to compress, shorten, tighten, densify, or
Open skill - /documentation
To write, design, review, simplify, restructure, or standardize OSS project documentation
Open skill - /merge-main
To merge main branch, exact context and instructions
Open skill - /sync-web-site
To synchronize web site with changes made to local *.md files
Open skill - /update-change-log
To synchronize CHANGELOG.md with changes made last week (mon - sun)
Open skill

