By martin-janci
PR lifecycle management and code review workflows - agents for creating, reviewing, and merging pull requests
Wait for all CI checks to complete on a PR
Auto-fill PR description with epic, stories, and use case context
Check PR status including CI checks, reviews, and merge status
Sync current feature branch with latest changes from main
Review code for quality, security, and best practices. Read-only analysis.
Automatically resolves merge conflicts in a PR by analyzing conflicting changes and applying appropriate resolution strategies. Works in isolated worktree.
Monitors a specific PR through its complete lifecycle, spawning sub-agents for conflict resolution and comment handling. Ensures all criteria are met before merge.
Pull request lifecycle manager. Use for creating PRs, monitoring CI status, handling reviews, and managing the merge process.
Watch PRs and auto-fix CI failures or review comments. Use when monitoring a PR lifecycle.
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
Use when completing tasks, implementing major features, or before merging to verify work meets requirements - dispatches superpowers:code-reviewer subagent to review implementation against plan or requirements before proceeding
Uses power tools
Uses Bash, Write, or Edit tools
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.
A curated marketplace for Claude Code plugins.
Add this marketplace to Claude Code:
/plugin marketplace add hanibalsk/claude-marketplace
Browse and install plugins:
/plugin
Minimalist autonomous agent framework using Claude Code hooks.
Features:
/loop - Start autonomous iteration loop/stop - Gracefully stop the loop/status - Check progress and queue status/queue - Manage work items/spawn - Launch specific agent typesAgents included:
developer - Feature development with TDDreviewer - Code review (read-only)fixer - Fix bugs and CI failuresorchestrator - Autonomous workflow controlexplorer - Fast codebase explorationpr-shepherd - PR lifecycle managementconflict-resolver - Merge conflict resolutionInstall:
/plugin install claude-auto-agents@hanibalsk-marketplace
To add a plugin to this marketplace, submit a PR with your plugin added to .claude-plugin/marketplace.json.
MIT
npx claudepluginhub hanibalsk/claude-marketplace --plugin pr-toolkitMinimalist autonomous agent framework using Claude Code hooks - enables continuous iteration and multi-agent workflows
Git worktree management - create, list, delete, switch worktrees for parallel branch development
Feature and story development agents - specialists for implementing epics, stories, fixing issues, and exploring codebases
Core development agents and skills - specialists for backend, database, security, debugging, and refactoring
Nuxt/Vue/TypeScript project setup - dependency installation, Nuxt preparation, LSP configuration, TypeScript troubleshooting
Git and PR workflows with code review, onboarding, and PR enhancement
Pull request review, issue resolution, and Graphite stack management
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
GitHub PR dashboard for Claude Code. View PR status, CI/CD progress, bot comments, and merge PRs directly from your terminal.
Orchestration plugin. v1 use case: async development - turn ready issues into pull requests, then iterate on review feedback until a human takes over. Designed to host more orchestration use cases (refactoring, docs, audits) in future versions.
Reviews pull request changes to provide feedback, check for issues, and suggest improvements before merging into the main codebase.