What problem does it solve?
This Skill provides an organizational-grade safe coding mode for AI-driven code modifications within VS Code, ensuring that all changes adhere to strict safety and quality standards.
Core Features & Use Cases
- Risk Assessment: Automatically classifies code changes into LOW, MEDIUM, or HIGH risk categories.
- Workflow Enforcement: Guides the AI through a structured process of framing, planning, execution, verification, and handoff for all code edits.
- Guardrails: Implements hard "do not" rules to prevent common pitfalls like guessing requirements, suppressing errors, introducing unnecessary abstractions, or adding unapproved dependencies.
- Use Case: When requesting an AI to refactor a critical authentication module, this Skill ensures the AI first identifies it as HIGH risk, asks clarifying questions, and avoids implementing changes until risks are mitigated.
Quick Start
Use the evo-safe-coding skill to refactor the user authentication module, ensuring all changes are low risk and well-documented.