optimization-phase

Validate production readiness via performance, accessibility, security, and code quality checks.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/abner-magal/mcp-video-audio --skill optimization-phase-abner-magal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: optimization-phase
Source: https://github.com/abner-magal/mcp-video-audio/tree/main/.opencode/skills/planning/optimization-phase
Command: npx skills add https://github.com/abner-magal/mcp-video-audio --skill optimization-phase-abner-magal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill validates that implemented features meet critical quality gates for performance, accessibility, security, and code quality before deployment, preventing production issues.

Core Features & Use Cases

  • Performance Benchmarking: Validates API response times and page load speeds against defined targets.
  • Accessibility Audits: Ensures WCAG 2.1 AA compliance for UI features.
  • Security Reviews: Scans for vulnerabilities in dependencies and code.
  • Code Quality Checks: Verifies test coverage and adherence to coding standards.
  • Use Case: Before deploying a new user profile page, this Skill runs automated checks to ensure it loads quickly, is accessible to all users, has no security vulnerabilities, and meets code quality standards.

Quick Start

Run the optimization-phase skill to validate the production readiness of the latest implementation.

Frequently Asked Questions about optimization-phase

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

FAQPage Schema
How do I validate production readiness before deploying new features?

Validate production readiness by running automated performance benchmarking, accessibility audits, security reviews, and code quality checks to ensure features meet defined success criteria before deployment.

What is WCAG 2.1 AA compliance and how is it checked for UI features?

WCAG 2.1 AA compliance is checked through automated accessibility audits that validate UI features against defined accessibility standards, ensuring the application is accessible to all users before deployment.

How do I run automated security reviews and code quality checks before deployment?

Run automated security reviews to scan for vulnerabilities in dependencies and code, while code quality checks verify test coverage and adherence to coding standards to meet quality gates.

Can I benchmark API response times and page load speeds against specific performance targets?

Yes, performance benchmarking validates API response times and page load speeds against defined targets, ensuring implemented features meet critical performance criteria before they reach production.

What are the limitations of automated accessibility and security audits for production deployment?

Automated audits enforce quality gates for security and accessibility, but limitations include potential false positives or missed edge cases requiring manual review to fully ensure production readiness.