refactor-risk-assess

Refactor: Risk Assessment

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "refactor-risk-assess" with this command: npx skills add cantagestudio/cosmicatlaspacker/cantagestudio-cosmicatlaspacker-refactor-risk-assess

Refactor: Risk Assessment

Evaluate and mitigate risks before executing changes.

Risk Dimensions

  1. Blast Radius

Level Description Example

LOW Single file, private methods Rename local variable

MEDIUM Multiple files, internal APIs Extract helper class

HIGH Public APIs, many dependents Change interface signature

  1. Reversibility

Level Description

LOW RISK Git revert fixes everything

MEDIUM Requires coordinated rollback

HIGH Data migration, external deps

  1. Test Coverage

Coverage Risk Impact

80% Safe to proceed

50-80% Add tests first

< 50% HIGH RISK

Go/No-Go Criteria

PROCEED if: Test coverage adequate, Blast radius understood, Rollback plan exists BLOCK if: Critical path no tests, Public API change without review

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

refactor-dedupe-and-cleanup

No summary provided by upstream source.

Repository SourceNeeds Review
General

design-tokens-validator

No summary provided by upstream source.

Repository SourceNeeds Review
General

ux-ascii-visualizer

No summary provided by upstream source.

Repository SourceNeeds Review
General

task-segmentation

No summary provided by upstream source.

Repository SourceNeeds Review