temp
Installation
SKILL.md
Temp
Make quick, reversible code changes for local testing. Every change is marked with a TEMP: comment so it can be found and undone later.
Modes
1. Make a temporary change (default)
Usage: temp always show questionnaire
- Search the codebase for code related to the user's description.
- Make the minimal change needed — flip a boolean, comment out a guard, force a condition, hardcode a value. Prefer the smallest diff possible.
- Mark every modified line with a comment containing
TEMP:and the reason. Use the appropriate comment syntax for the language.