verify-work
SkillMonitoring & opsEnd-of-session code review — checks for unused imports, console.logs, missing error handling, hardcoded values, and edge cases before committing. Use when the user is done coding and wants a final pass before committing or shipping.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the verify-work skill
What this skill tells your AI
The instructions your AI receives, as published by hamzafarooq/claude-code-starter in .claude/skills/verify-work/SKILL.md and read by ahel’s review.
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
Edge cases
For each modified function, check:
- What happens if the input is null, empty, or the wrong type?
- What happens if an API call fails or times out?
- What happens on first run with no existing data?
Security
- No user input is passed directly to a shell command, SQL query, or file path
- No sensitive data logged to console or written to files
Report format:
For each issue found:
File:
path/to/file.tsline [N] Issue: [what's wrong] Fix: [specific change to make]
If nothing is found: "All clear — no issues found in the reviewed files."
Fix issues directly if asked. Otherwise report only, don't change files.
Signals
- GitHub stars
- 143
- Forks
- 40
- Last commit
- Jul 2026
Others that do the same job
Advanced
- Catalog kind
- skill
- Gateway key
verify-work-hamzafarooq- Source
- github.com/hamzafarooq/claude-code-starter