YoniChechik
UserPersonal Claude Code configuration (hooks, commands, agents, settings).
Categories
Indexed Skills (27)
ci-watcher
Run the CI watcher script for the current or specified branch. Use `/ci-watcher stop` to kill the watcher for the current session.
codex
Use when Claude wants a read-only second opinion from OpenAI Codex CLI on: exploring an unfamiliar codebase, reviewing a plan/design .md, or reviewing a PR diff. Codex runs sandboxed read-only (no writes, no prompts, no network).
contrary
Adversarial devil's advocate. Use when the user wants their idea, plan, PR, code review, architectural decision, or claim deliberately attacked — 'poke holes in X', 'tell me why I'm wrong about Y', 'red-team this', 'what am I missing'. Distinct from /ask (neutral), /plan (constructive), /brainstorm (open exploration), /review (structured code review). Use when the user explicitly wants pushback.
devops-safe-ship
DevOps playbook for risky multi-step rollouts, migrations, and cutovers — incremental single-purpose PRs, inert-but-present fallbacks for one-line rollback, self-validation in prod (Chrome walkthroughs, /healthz probes, expected-vs-observed GO/NO-GO tables, negative controls), human-gated irreversible steps, CI-guard discipline, and durable milestone memory. Invoke for any high-blast-radius change e.g. auth/issuer cutovers, signing-key revokes.
plan
Explore codebase and create structured implementation plan
review
Run comprehensive code review on current branch changes
build-tests
Plan and build tests for the current feature
continue-feature
Resume work on existing feature clone
pr-comments
Review and triage PR comments interactively
pr-walkthrough
Step-by-step PR code walkthrough session
review-tests
Review and fix tests for quality issues
new-feature-fast
Fast feature development: clone → implement → PR (no planning, no tests)
new-feature
Start a new feature with full planning. Use PROACTIVELY, without being asked by name, whenever the user asks to start any new feature or substantial piece of work — 'build X', 'add X feature', 'implement X', 'create X', 'let's start working on X', 'new feature' — anything beyond a trivial one-file edit.
pr-create
Create a pull request. MUST be invoked for ANY request that creates a PR — including 'create a PR', 'open a PR', 'gh pr create', 'submit for review', or any equivalent phrasing. Do NOT call `gh pr create` directly; always run this skill instead.
debug
When you get a failed result/error/user says its wrong/its a bug, use this skill to systematically debug and fix the problem.
quality
Run quality checks, fix code quality issues, check code style, format code, or perform lint checks
cd-permanent
Change directory within the session
create-clone
Create isolated git clone for feature
sum
Summarize current branch work grouped by actual tasks (not by commits)
sync
Merge main, commit changes, and push
feature-workflow
End-to-end feature development pipeline: plan → implement → build tests → post checks → PR → summary. Invoked by /new-feature and /continue-feature. this skill should not be invoked directly but rether by the other skills.
gcloud-auth
Re-authenticate an expired gcloud session. Use PROACTIVELY, without being asked by name, whenever a `gcloud`/`gsutil`/`bq` command fails on credentials — 'reauthentication required', 'invalid_grant', 'credentials not found', 'token has expired', 'Reauthentication failed', ADC/refresh-token errors — or whenever the user asks to re-auth, re-login, or log in to gcloud.
post
Run quality, review, and review-tests checks in parallel, then lint and format
uv
how to run python files and mangage dependencies using UV package manager (pip replacement)
next-steps
Write the needed next steps for the current work: numbered, one line each, no prose. Ends with a question asking whether to proceed now. Use when the user asks 'what's next', 'next steps', or /next-steps.
notify-waiting
Ping the user with an audible chime, green iTerm2 tab color, and a 'waiting...' terminal title to grab their physical attention. Invoke this WHENEVER Claude is about to block on a manual user action that requires the user to be at their machine — e.g., right before 2FA approval prompts, manual OAuth browser confirmations, or any interactive CLI step that pauses until the user clicks/approves something.
react-native-guidelines
Conventions and patterns for React Native/Expo mobile development including component structure, styling with NativeWind, hooks, testing, and Storybook
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.