reviewing-code
Code Review
Focus on substantive issues: bugs, missing tests, complexity, performance, duplication, incomplete implementations. Skip linting concerns (formatting, imports, naming style).
External Review (Optional)
Check for external reviewers and use if available. Priority: Codex > Gemini
command -v codex >/dev/null 2>&1 && echo "Codex available"
command -v gemini >/dev/null 2>&1 && echo "Gemini available"
If Codex available:
- Local branch:
codex --config model_reasoning_effort="high" review --base BASE_BRANCH - Remote PR:
gh pr diff NUMBER | codex review --config model_reasoning_effort="high" -
If only Gemini: Pipe diff to gemini with review prompt.
More from tdhopper/dotfiles2.0
creating-pull-requests
Use this skill when creating or updating pull requests. Ensures proper PR formatting with active-voice titles and structured descriptions explaining why, how, and context links. Also use when the user says "update PR", "refresh PR description", "rewrite PR", or wants to sync a PR's title/description with the current branch state.
10stop-slop
Use this skill when writing or editing prose to eliminate predictable AI writing patterns. Helps make writing more direct, authentic, and human.
9commit
Use this skill when creating a git commit
8managing-dotfiles
Use this skill when working with personal dotfiles managed by yadm. This includes pulling remote changes, committing and pushing dotfile changes, modifying configuration files (shell, editor, terminal, git, etc.), viewing tracked files, resolving merge conflicts, and maintaining the dotfiles repository. For work dotfiles, use the managing-work-dotfiles skill instead.
8managing-work-dotfiles
Use this skill when working with work-specific dotfiles managed by yadm-work. This includes pulling remote changes, committing and pushing work dotfile changes, modifying work configuration files, viewing tracked work files, resolving merge conflicts, and maintaining the work dotfiles repository at Spotify GHE. Triggers on "work dotfiles", "yadm-work", "spotify dotfiles", or work-related config management.
4add-knowledge
Add notes and learnings to Tim's work knowledge base at Spotify from any Claude Code session
3