By himattm
Automate GitHub PR reviews by triaging and skeptically addressing Gemini bot feedback with user-approved fixes, running iterative diff analysis and specialist agent repairs for security/performance/validation until clean, and batch-validating/merging multiple PRs in safe dependency order after approval.
npx claudepluginhub himattm/skills --plugin reviewUse when the user asks to address Gemini review comments, handle gemini-code-assist bot feedback, triage Gemini's automated code review suggestions, or respond to gemini-code-assist bot comments on a pull request
Use when a PR needs review and you want to iteratively find and fix issues until clean. Accepts a PR number as argument.
Use when you have multiple open PRs and want to validate them all (CI, reviews, code quality) and plan a safe merge order. Also use when you need to batch-process agent-created PRs for merging.
The himattm Claude Code plugin marketplace — Matt McKenna's personal skill bundles.
.
├── .claude-plugin/
│ └── marketplace.json # marketplace manifest (name: "himattm")
├── plugins/
│ ├── android/ # Android/Compose development
│ │ ├── .claude-plugin/plugin.json
│ │ └── skills/
│ ├── review/ # Pull request review workflows
│ │ ├── .claude-plugin/plugin.json
│ │ └── skills/
│ └── utilities/ # Utility skills + slash commands
│ ├── .claude-plugin/plugin.json
│ ├── commands/ # slash commands (/checkpoint, /resume)
│ └── skills/
├── references/ # platform tool mappings
└── README.md
| Plugin | Skills |
|---|---|
android@himattm | android-cli, new-android-app, verify-android-layout, verify-android-screen, android-probe-logging, android-reproduce-as-test, android-strictmode-probe, android-snapshot-diff, android-regression-diff-scan, android-crash-repro-loop, android-trace-sections, android-runtime-flag-probe, android-coroutine-trace, android-perfetto-capture, android-perfetto-analyze |
review@himattm | address-gemini-review, review-cycle, validate-merge-prs |
utilities@himattm | code-as-image, interrogation, /checkpoint + /resume |
Install via the marketplace (auto-updates at startup):
/plugin marketplace add https://github.com/himattm/skills
/plugin install android@himattm
/plugin install review@himattm
/plugin install utilities@himattm
Claude Code refreshes the marketplace manifest at startup; new skills and version bumps in either plugin's plugin.json ship to every machine without manual /plugin update calls.
Local development shortcut (edits show up immediately, no commit needed):
mkdir -p ~/.claude/skills
for s in plugins/*/skills/*/; do
ln -sfn "$(realpath "$s")" "$HOME/.claude/skills/$(basename "$s")"
done
The symlinks and the plugin install can coexist on a development machine. On consumer machines, prefer the plugin install alone — it's the only path with auto-update.
To push an update that auto-installs on every consumer machine at next Claude Code startup:
plugins/<plugin>/skills/.version field in that plugin's .claude-plugin/plugin.json (e.g. 0.1.0 → 0.1.1). Use semver: patch for fixes, minor for new skills, major for breaking changes.main.Claude Code refreshes the marketplace manifest at startup; consumers see the version bump and pull the new content automatically. No /plugin update invocation needed.
To add a brand-new plugin:
plugins/<new-plugin>/.claude-plugin/plugin.json with name, version: "0.1.0", and description.plugins/<new-plugin>/skills/<skill-name>/SKILL.md for each skill..claude-plugin/marketplace.json under plugins[]./plugin install <new-plugin>@himattm.See references/ for platform-specific tool mappings and integration guides.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Battle-tested Claude Code plugin for engineering teams — 50 agents, 188 skills, 68 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Share bugs, ideas, or general feedback.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim