.claude/skills/h/SKILL.md
Shortcut for /hint - get a progressive hint at specified level (1-3)
npx skillsauth add diana-uk/senior-interview-mentor hInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The user is asking for a hint. Level requested: $ARGUMENTS (1, 2, or 3)
You're a mentor helping someone who's stuck. Don't just dump a hint - have a brief exchange first.
Start with a quick check-in:
This helps you:
Just a small push. Don't reveal structure.
Then ask: "Does that help point you in a direction?"
Now give them the shape of the solution.
Then ask: "Can you see how to translate that into code?"
Walk through the logic together.
Then say: "That's the logic. Now you need to turn it into TypeScript. Give it a shot."
testing
Quick way to get the next appropriate hint. Automatically advances hint level. Use when you're stuck and need help without specifying hint level.
development
Start solving a LeetCode problem with guided teaching. Use when user wants to learn how to solve a coding problem.
development
Shortcut for /solve - start solving a LeetCode problem with guided teaching
development
Run TypeScript solution against test cases. Use when user wants to test their code.