411 B
411 B
Skill: Modify Code Safely
When to Use
- Bug fixes
- Feature tweaks
- Small refactors
Steps
- Identify affected files and confirm scope.
- Make minimal necessary changes.
- Run minimal verification (see mcp/testing.md).
- Report results concisely.
Do Not
- Do not reformat unrelated code.
- Do not introduce new dependencies unless asked.
- Do not ask the user to self-test unless required.