Pull request review skills: run a comprehensive scoped PR review (review-pr) and critically process incoming review feedback (handle-code-review).
Process and critically evaluate code review comments on your PR. Use this skill when the user says 'handle PR comments', 'check review comments', 'address PR feedback', 'look at the review', 'handle review', or references PR/code review comments they've received. Also use when the user pastes a PR URL and asks about comments or feedback on it.
name: review-pr
A Claude Code plugin marketplace of agentic development workflow skills: design/plan/resolve loops, PR review, and git worktree workflows.
The marketplace catalog lives in .claude-plugin/marketplace.json
and contains three plugins.
| Plugin | Skills | What it does |
|---|---|---|
| design-flow | ideation, confluence-ideation, design-for-review, plan-for-review, resolve-review | Collaborative and async design → plan → resolve loop, plus interactive ideation and Confluence-published design sessions. |
| pr-review | review-pr, handle-code-review | Run a comprehensive scoped PR review, and critically evaluate / process incoming review feedback. |
| git-workflow | worktree, sync-main | Create an isolated git worktree with local settings copied; safely sync a feature branch with main while preserving PR functionality. |
Plugin skills are namespaced by plugin name, e.g. /design-flow:ideation,
/pr-review:review-pr, /git-workflow:worktree.
In a Claude Code session:
/plugin marketplace add himmelreich-it/agentic-development
/plugin install design-flow@agentic-development
/plugin install pr-review@agentic-development
/plugin install git-workflow@agentic-development
Install only the plugins you want — they are independent.
claude plugin marketplace add himmelreich-it/agentic-development
claude plugin install design-flow@agentic-development
claude plugin install pr-review@agentic-development
claude plugin install git-workflow@agentic-development
After installing, run /reload-plugins (or restart Claude Code) and check /help to see the
namespaced skills.
Plugins use git-SHA versioning — no pinned version, so every pushed commit is a new version. Refresh the marketplace to pull the latest:
/plugin marketplace update agentic-development
From a clone of this repo:
# Validate the marketplace + all plugin manifests and skill frontmatter
claude plugin validate .
# Add this checkout as a local marketplace
/plugin marketplace add ./
/plugin install design-flow@agentic-development
# Or load a single plugin directly without installing
claude --plugin-dir ./plugins/design-flow
.claude-plugin/marketplace.json marketplace catalog
plugins/
design-flow/ .claude-plugin/plugin.json + skills/<skill>/SKILL.md
pr-review/ .claude-plugin/plugin.json + skills/<skill>/SKILL.md
git-workflow/ .claude-plugin/plugin.json + skills/<skill>/SKILL.md
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub himmelreich-it/agentic-development --plugin pr-reviewGit branch workflow skills: create an isolated git worktree with local settings copied (worktree) and safely sync a feature branch with main preserving PR functionality (sync-main).
Collaborative and async design, planning, and review-resolution skills: ideation, Confluence ideation, design-for-review, plan-for-review, and resolve-review.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
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.
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
AI-powered development tools for code review, research, design, and workflow automation.