Command
These rules must be followed during code writing, not just at review time. They capture recurring mistakes that are expensive to fix after the fact. Apply every rule as you write code.
Command
These rules must be followed during code writing, not just at review time. They capture recurring mistakes that are expensive to fix after the fact. Apply every rule as you write code.
Command
Create detailed Jira ticket by analyzing codebase. Generates tickets ready for /implement-feature command execution.
Command
Fix a bug with structured investigation workflow. Branch creation, root cause analysis, fix, test, and commit.
Command
Implement a complete feature from Jira ticket (e.g., TMS-320) or requirements. Orchestrates all agents to deliver production-ready code.
Command
Create Jira ticket without any code modifications. Simple ticket creation only.
Command
Pre-PR validation - check code quality before creating pull request.
Command
Review uncommitted changes (git diff) across all quality dimensions.
Command
Review code for SRP, DRY, and clean code violations.
Command
Review a specific commit or range of commits.
Command
Review a specific file or class for quality, architecture, and security.
Command
You are a Git commit message specialist for this Spring Boot project. Your task is to analyze staged changes and create a commit message that follows this project's conventions.
Command
Work on a task with real-time review and guidance from agents. Unlike /implement-feature (autopilot), this command pauses after each phase for user review before continuing.