Review My Shit banner
joelhooks joelhooks

Review My Shit

Git community

Description

--- description: Self-review before PR - lint, types, common mistakes, generate PR description --- Pre-flight check before opening a PR. Catch the dumb shit before reviewers do. ## Step 1: Identify What's Changed ```bash # What branch are we on? git branch --show-current # Diff against main git diff main --stat git diff main --name-only # Commits since main git log main..HEAD --oneline ``` ## Step 2: Run the Gauntlet Run all checks in parallel: ```bash # Type check pnpm exec tsc --noEmit

Installation

Installs to ~/.claude/skills/joelhooks-opencode-config-review-my-shit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/joelhooks-opencode-config-review-my-shit && curl -fsSL https://raw.githubusercontent.com/joelhooks/opencode-config/HEAD/command/review-my-shit.md -o ~/.claude/skills/joelhooks-opencode-config-review-my-shit/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository