optimization-phase

Run post-implementation quality gates and generate reports before release.

Updated Jan 5, 2026
One-click install
npx skills add https://github.com/Sjdjdiejdrirhdkjej/Claude-code-conductor --skill optimization-phase-sjdjdiejdrirhdkjej
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: optimization-phase
Source: https://github.com/Sjdjdiejdrirhdkjej/Claude-code-conductor/tree/main/.claude/skills/optimization-phase
Command: npx skills add https://github.com/Sjdjdiejdrirhdkjej/Claude-code-conductor --skill optimization-phase-sjdjdiejdrirhdkjej

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures production readiness by running a comprehensive set of quality gates after the implementation phase to prevent deployments with unresolved performance, accessibility, security, or code-quality issues.

Core Features & Use Cases

  • Performance benchmarking, accessibility audits, security reviews, and code-quality checks are executed automatically as part of a deployment gate.
  • It generates optimization and code-review reports, updates state.yaml, and blocks deployment until blockers are resolved.
  • Use Case: After implementing a feature, run the optimization phase to validate targets before shipping to production.

Quick Start

Invoke the optimization workflow after /implement to verify readiness, for example by running claude-code-conductor optimize or using the /optimize command in Claude Code.

Frequently Asked Questions about optimization-phase

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce quality gates for performance, accessibility, and security before a feature deployment?

You can enforce quality gates by running a post-implementation validation phase that automatically checks performance, accessibility, security, and code quality. This blocks the deployment pipeline until all blocking issues are resolved and generates the necessary validation reports.

How do I automate code quality and security checks in a CI/CD workflow?

Automate code quality and security checks by integrating an optimization phase into your CI/CD workflow. It executes automated checks during the deployment pipeline, tracks state in state.yaml, and gates the release until all blockers are cleared.

What is a deployment gate and how does it prevent shipping unresolved performance issues?

A deployment gate is a validation stage that runs after feature implementation to prevent shipping unresolved performance issues. It executes automated checks across multiple quality dimensions and blocks the release from proceeding until all blockers are resolved.

Can I run accessibility audits and security reviews automatically as part of my deployment pipeline?

Yes, you can run accessibility audits and security reviews automatically by invoking an optimization workflow after implementation. It applies these checks as deployment gates within your CI/CD pipeline and generates reports to verify production readiness.

How do I track deployment readiness state after running automated quality checks?

You track deployment readiness state by updating a state.yaml file during the optimization phase. This file records the results of automated quality checks, report generation, and the resolution status of any blocking issues.

When should I run an optimization phase in my software development lifecycle?

You should run the optimization phase immediately after the implementation stage and before shipping to production. This ensures production readiness by validating performance, accessibility, security, and code quality targets through automated checks.