Review My Shit
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
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 RepositoryRelated Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git