By mrstroz
Multi-agent PR review system with specialized agents for architecture, code quality, bugs, security, tests, and performance
Use this agent during PR review to verify that implemented code meets the requirements and acceptance criteria from the task/ticket. This agent focuses EXCLUSIVELY on requirements compliance and does NOT review architecture, code quality, bugs, security, or performance - those are handled by other specialized agents.
Use this agent during PR review to evaluate architectural decisions, design patterns, and code structure consistency. This agent focuses EXCLUSIVELY on architectural concerns and does NOT review code quality, bugs, security, or performance - those are handled by other specialized agents.
Use this agent during PR review to identify potential bugs, runtime errors, and logical flaws. This agent focuses EXCLUSIVELY on bug detection and does NOT review architecture, code quality, security, or performance - those are handled by other specialized agents.
Use this agent during PR review to evaluate code quality, readability, and clean code practices. This agent focuses EXCLUSIVELY on code cleanliness and does NOT review architecture, bugs, security, or performance - those are handled by other specialized agents.
Use this agent during PR review to identify performance issues, inefficiencies, and scalability concerns. This agent focuses EXCLUSIVELY on performance analysis and does NOT review architecture, code quality, bugs, or security - those are handled by other specialized agents.
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 comprehensive plugin suite for Claude Code that streamlines software development workflows from task creation through development planning to architectural review.
This repository contains two integrated plugins that work together to create a complete development workflow:
Create well-structured tasks for software development projects with standardized formatting and comprehensive details.
Features:
Transform tasks into detailed development plans and ensure architectural quality through comprehensive reviews.
Features:
Use the /task:create command to create a structured task with a detailed description:
/task:create I need to implement Redis caching for the additional amenities API endpoint.
Currently, the endpoint fetches data directly from MongoDB using an aggregation pipeline,
which takes around 100-300ms. We need to cache this data since amenities change infrequently.
The cache should be company-specific and automatically invalidated when properties are updated.
Please review the existing implementation in @api/modules/property/controllers/PropertyController.php
and follow patterns from @api/components/services/cache/WebsitesettingRedisCacheService.php.
The endpoint is used by the frontend property form at @frontend/src/components/PropertyForm.tsx.
Use the /dev-plan:create command to transform your task into a detailed implementation plan:
/dev-plan:create Create a development plan for task gh-7097. The task involves implementing
Redis caching for the additional amenities API endpoint. Make sure to analyze the current
implementation and propose a cache-first strategy with automatic invalidation.
Use the /dev-plan:review command to conduct architectural review:
/dev-plan:review @docs/dev-plans/gh-7097-redis-caching-amenities.md
Contributions are welcome! Please feel free to submit issues or pull requests.
For issues, questions, or feature requests, please open an issue on GitHub.
npx claudepluginhub mrstroz/claude-code-plugins --plugin pr-reviewUtility helpers for common development workflows
Agent Teams-powered collaborative code review with cross-reviewer communication, AI Slop detection, and unified professional reports
JIRA integration for task creation, feedback, release notes, product roadmaps, daily summaries, release testing scenarios, and direct API data fetching
End-to-end development workflow: design → draft-plan → orchestrate → review → pr-create → pr-review → pr-merge
Commands, agents, skills, and context for AI-assisted development workflows
Persona-driven AI development team: orchestrator, team agents, review agents, skills, slash commands, and advisory hooks for Claude Code
Implementation planning, execution, and PR creation workflows with multi-agent collaboration
Context-Driven Development: draft specs and plans before implementation. Structured workflows for features and fixes.
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.