npx claudepluginhub smartozzehir/smart-plugins --plugin pr-patrolValidates PR bot comments by analyzing code context. Determines if comments identify real issues or false positives. Optimized for parallel batch processing. <example> Context: User is running the /pr-patrol workflow and needs to validate collected comments user: "Validate these 5 CodeRabbit comments on my PR" assistant: "I'll use the bot-comment-validator agent to analyze each comment against the actual code." <commentary> The agent should be spawned via Task tool when validating bot comments in batch. It reads code context and returns structured verdicts. </commentary> </example> <example> Context: Gate 2 of pr-patrol workflow - validation phase user: [Internal - spawned by pr-patrol skill] assistant: [Spawns bot-comment-validator with comment batch] <commentary> This agent is typically spawned programmatically by the pr-patrol skill during Gate 2, not directly by users. </commentary> </example>
Designs optimal fixes for validated PR issues. Use after bot-comment-validator confirms an issue is real. Creates detailed fix specifications with code changes and trade-off analysis. <example> Context: Gate 3 of pr-patrol workflow - fix planning phase user: "Design fixes for these 3 validated issues" assistant: "I'll use pr-fix-architect to create detailed fix specifications." <commentary> This agent is spawned by pr-patrol skill during Gate 3 to design fixes for validated issues. </commentary> </example>
Implements approved PR fixes with precision. Use after user approves a fix design from pr-fix-architect. Applies exact code changes and verifies correctness. <example> Context: Gate 3 of pr-patrol workflow - fix implementation phase user: "Apply these approved fixes" assistant: "I'll use pr-implementer to apply the changes precisely as designed." <commentary> This agent is spawned by pr-patrol skill during Gate 3 to implement approved fix designs. </commentary> </example>
Claude Code plugins for common development workflows.
Handles PR review bot comments (CodeRabbit, Greptile, Copilot, Codex, Sentry) through a structured 7-gate workflow. Validates comments, applies fixes, and posts replies automatically.
/pr-patrol 123 # Process PR #123
Conducts requirements interviews to generate PRD documents. Analyzes existing files, asks targeted questions, and validates against best practices.
/spec-interview "Add user export feature"
/spec-interview docs/feature-spec.md
/plugin marketplace add SmartOzzehir/smart-plugins
/plugin install pr-patrol
/plugin install spec-interview
MIT
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Complete collection of battle-tested Claude Code configs agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement