Agent
Use when reviewing a CI/CD pipeline design — evaluates efficiency, reliability, security, and alignment with best practices. Part of the cicd-pipeline harness.
Agent
Use when reviewing a CI/CD pipeline design — evaluates efficiency, reliability, security, and alignment with best practices. Part of the cicd-pipeline harness.
Agent
Use when adding security scanning to a CI/CD pipeline — configures SAST, DAST, dependency scanning, and container scanning. Part of the cicd-pipeline harness.
Skill Claude CodeCodex
Use when designing, building, or optimizing a CI/CD pipeline — assembles a team of pipeline-designer, infra-engineer, monitoring-specialist, and security-scanner to deliver a complete pipeline design with YAML configs, monitoring setup, and security gates. Covers GitHub Actions, GitLab CI, Jenkins, CircleCI, and Azure…
Skill Claude CodeCodex
Use when choosing or implementing a deployment strategy — provides Blue-Green, Canary, Rolling, and Feature Flag patterns with DORA metrics impact analysis. Extends the pipeline-designer agent. Also triggers on: re-run, update, revise, supplement.
Skill Claude CodeCodex
Use when configuring security gates in a CI/CD pipeline — provides tool selection guides, threshold configuration, SAST/SCA/secret detection placement, and fail-fast strategies. Extends the security-scanner agent. Also triggers on: re-run, update, revise, supplement.
Agent
Use when performing architecture review of code — evaluates design patterns, SOLID principles, dependency management, and coupling. Part of the code-reviewer harness.
Agent
Use when performing performance review of code — analyzes algorithmic complexity, memory usage, concurrency issues, and database query efficiency. Part of the code-reviewer harness.
Agent
Use when synthesizing multi-domain code review findings into a final prioritized report. Reads outputs from style-inspector, security-analyst, performance-analyst, and architecture-reviewer. Part of the code-reviewer harness.
Agent
Use when performing security review of code — identifies vulnerabilities, injection risks, authentication flaws, and data exposure. Part of the code-reviewer harness.
Agent
Use when performing code style review — inspects conventions, formatting, naming, readability, and consistency. Part of the code-reviewer harness.
Skill Claude CodeCodex
Use when you need thorough code review of a PR or file set — dispatches style-inspector, security-analyst, performance-analyst, and architecture-reviewer in sequence, then synthesizes findings into a prioritized action report. Covers correctness, security vulnerabilities, performance bottlenecks, and architecture…
Skill Claude CodeCodex
Use when identifying code smells, SOLID violations, and refactoring opportunities — provides a structured catalog of code smell patterns, complexity metrics, and refactoring recipes. Extends the architecture-reviewer and performance-analyst agents. Also triggers on: re-run, update, revise, supplement.
Skill Claude CodeCodex
Use when performing security code review — provides CWE-classified vulnerability pattern library, language-specific attack vectors, and safe code alternatives. Extends the security-analyst agent in the code-reviewer harness. Also triggers on: re-run, update, revise, supplement.
Agent
Use when analyzing legacy codebases to document undocumented code, identify anti-patterns, map dependencies, and detect tech debt hotspots. Part of the legacy-modernizer harness.
Agent
Use when performing final review of a legacy modernization plan — validates completeness, identifies gaps across all prior outputs, and produces a go/no-go decision with conditions. Part of the legacy-modernizer harness.
Agent
Use when creating a modernization roadmap for a legacy system — produces prioritized migration phases, technology selection rationale, and a strangler fig implementation strategy. Part of the legacy-modernizer harness.
Agent
Use when producing incremental refactoring recommendations for a legacy system — provides before/after code examples, dependency injection introduction, interface extraction, and test harness installation guidance. Part of the legacy-modernizer harness.
Agent
Use when assessing migration risks for a legacy modernization project — identifies breaking changes, business continuity risks, and testing coverage gaps. Part of the legacy-modernizer harness.
Skill Claude CodeCodex
Use when modernizing a legacy codebase — analyzes legacy code, assesses migration risks, creates a modernization roadmap, produces refactoring guidance, and issues a go/no-go review. Covers legacy analysis, risk assessment, strangler fig planning, incremental refactoring, and final plan validation. Does NOT cover…
Skill Claude CodeCodex
Use when implementing the Strangler Fig migration pattern — provides a step-by-step guide for facade installation, anti-corruption layer design, incremental traffic migration, and legacy retirement. Supporting skill for the legacy-modernizer harness. Also triggers on: re-run, update, revise, supplement.
Skill Claude CodeCodex
Use when quantifying technical debt in a legacy codebase — applies the SQALE model to measure debt principal, interest, and payoff priority. Supporting skill for the legacy-modernizer harness. Also triggers on: re-run, update, revise, supplement.
Agent
Use when designing API gateway and service mesh configuration — defines routing rules, load balancing algorithms, circuit breakers, rate limiting, and observability for a microservice system. Part of the microservice-designer harness.
Agent
Use when designing data architecture for microservices — defines per-service database topology, CQRS/Event Sourcing strategy, saga patterns for distributed transactions, and eventual consistency contracts. Part of the microservice-designer harness.
Agent
Use when creating Kubernetes deployment plans for microservices — produces Helm chart structures, resource limit configurations, HPA policies, PodDisruptionBudgets, and GitOps workflow definitions. Part of the microservice-designer harness.