verify-work
Installation
SKILL.md
Review all recently modified files in the current session. Check for:
Verify Work — Pre-Commit Review
Cleanliness
- No
console.log,print, or debug statements left in - No commented-out code blocks
- No TODO comments that belong in the backlog, not the file
- No unused imports or variables
Correctness
- Every function that can fail has error handling
- No hardcoded API keys, URLs, or credentials
- Environment variables are used for config values
- No hardcoded user IDs, test emails, or magic numbers without a constant name