fe-quality-operations
Frontend Quality Operations
Use this skill when the task needs quality gates, production-readiness review, release planning, observability, or delivery risk control.
Use This Skill When
- The feature needs test strategy or coverage planning.
- The task involves release rollout, release verification, rollback planning, or post-release monitoring.
- The project needs observability, performance review, or production-readiness checks.
Inputs To Confirm Up Front
- Required test types: unit, component, integration, E2E, visual regression.
- Release cadence and deployment path.
- Monitoring stack: Sentry, analytics, Web Vitals, logging.
- High-risk workflows or production-facing changes.
Execute Workflow
- Define quality coverage.
- Cover critical user journeys, logic-heavy paths, permission changes, and submission flows.
- Keep screenshot or visual verification in scope when design artifacts matter.
- Review performance and observability.
- Check route splitting, heavy dependencies, large lists, and render hotspots.
- Ensure release health is visible through logs, analytics, and error tracking.
- Define release strategy.
- Decide rollout method, validation path, monitoring plan, and rollback approach.
- Prefer low-risk incremental releases and staged rollout for risky changes.
Core Guidance
Testing
- Do not rely on E2E alone for logic-heavy frontends.
- Keep mock-first and real-integration flows aligned so tests survive the handoff.
Observability
- Track important flows and failures, not every click.
- Use release markers and diagnostics that help isolate regressions.
Release
- Define rollout, smoke checks, monitoring expectations, and rollback criteria before sign-off.
Review Checklist
- Critical user journeys have appropriate coverage.
- Observability is sufficient to diagnose production regressions.
- Release path, rollout method, and rollback plan are explicit.
- High-risk production-facing changes have risk-reduction measures.
Output Requirements
- Testing strategy and coverage scope.
- Observability and release-risk notes.
- Release strategy: rollout, validation, monitoring, and rollback.
- Performance risk notes where relevant.
More from jiannx/agent-skills
fe-data-mock-state
Design frontend data layers, server-state handling, adapters, mock strategies, and state ownership with stable contracts and low integration churn.
2fe-routing-permission
Design frontend navigation, route ownership, URL state, auth boundaries, and permission systems with explicit access rules and user-state handling.
2fe-design-implementation
Implement product-grade frontend UI from design artifacts with consistent interaction patterns, theme-driven styling, responsive behavior, and design verification.
2fe-product-development
Build product-grade frontend projects with implementation guidance optimized for React ecosystems. Covers bootstrap, architecture, design implementation, data flow, testing, observability, release strategy, and long-term maintainability.
2fe-bootstrap-architecture
Initialize or restructure frontend projects with sound framework selection, project bootstrap, architecture, routing foundations, environment setup, and maintainable module boundaries.
2fe-component-feature-system
Build coherent component systems and feature-module structures with clear ownership boundaries, reusable abstractions, and maintainable shared UI patterns.
2